#C55024

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

Shades of Trinidad #C55024

Tints of Trinidad #C55024

Color information

#C55024 (or 0xC55024) is unknown color: approx Trinidad. HEX triplet: C5, 50 and 24. RGB value is (197,80,36). Sum of RGB (Red+Green+Blue) = 197+80+36=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C55024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55024 is #3AAFDB. Grayscale: #6E6E6E. Windows color (decimal): -3846108 or 2379973. OLE color: 2379973.

HSL color Cylindrical-coordinate representation of color #C55024: hue angle of 16.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C55024 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1978036-
CMYK00.590.820.23
HSL16.4º69.1%45.69%-
HSV(B)16.4º81.73%77.25%-
XYZ26.2117.743.71-
YUV109.9786.26190.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.94%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 36 (14.45% from 255) = 11.50%
R=62.94%
G=25.56%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197803600.590.820.2316.469.145.69
HexC5502403B521710452e
Octal30512044073122272010556
Binary1100010110100001001000111011101001010111100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55024; }

 p { color: rgb(197,80,36); }

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

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

 a { background-color: rgb(197,80,36); }

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

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

 span { border-color: rgb(197,80,36); }

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