#C25029

Color #C25029 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C25029

Tints of Trinidad #C25029

Color information

#C25029 (or 0xC25029) is unknown color: approx Trinidad. HEX triplet: C2, 50 and 29. RGB value is (194,80,41). Sum of RGB (Red+Green+Blue) = 194+80+41=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C25029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25029 is #3DAFD6. Grayscale: #6D6D6D. Windows color (decimal): -4042711 or 2707650. OLE color: 2707650.

HSL color Cylindrical-coordinate representation of color #C25029: hue angle of 15.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25029 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1948041-
CMYK00.590.790.24
HSL15.29º65.11%46.08%-
HSV(B)15.29º78.87%76.08%-
XYZ25.5217.374.11-
YUV109.6489.27188.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=61.59%
G=25.40%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194804100.590.790.2415.2965.1146.08
HexC2502903B4F18f412e
Octal30212051073117301710156
Binary110000101010000101001011101110011111100011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25029; }

 p { color: rgb(194,80,41); }

 H1.HeaderClassName
 {
   color: #C25029;
 }
 .AnyTagClassName
 {
   color: #C25029;
 }
</style>
background-color css

<style>
 a { background-color: #C25029; }

 a { background-color: rgb(194,80,41); }

 div.DivClassName
 {
   background-color: #C25029;
 }
 .BgClassName
 {
   background-color: #C25029;
 }
</style>
border-color css

<style>
 span { border-color: #C25029; }

 span { border-color: rgb(194,80,41); }

 td.TdClassName
 {
   border-color: #C25029;
 }
 .TagClassName
 {
   border-color: #C25029;
 }
</style>