Html Css Color HEX #CC5424 Trinidad

📋 copy color: '#CC5424'

red 204 ◦ green 84 ◦ blue 36

#CC5424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #CC5424

Tints of Trinidad #CC5424

RGB

 RED value IS 204 (80.08% from 255) = 62.96%

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 36 (14.45% from 255) = 11.11%

R = 62.96%
G = 25.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5424 (or 0xCC5424) is known color: Trinidad. HEX triplet: CC, 54 and 24. RGB value is (204,84,36). Sum of RGB (Red+Green+Blue) = 204+84+36=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5424 is #33ABDB. Grayscale: #727272. Windows color (decimal): -3386332 or 2381004. OLE color: 2381004.

HSL color Cylindrical-coordinate representation of color #CC5424: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5424 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 36 -
CMYK 0 0.59 0.82 0.2
HSL 17.14º 0.7% 0.47% -
HSV(B) 17.14º 0.82% 0.8% -
XYZ 28.39 19.31 3.9 -
YUV 114.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 204 84 36 0 0.59 0.82 0.2 17.14 0.7 0.47
Hex CC 54 24 0 3B 52 14 11 46 2F
Octal 314 124 44 0 73 122 24 21 106 57
Binary 11001100 1010100 100100 0 111011 1010010 10100 10001 1000110 101111

Color Harmonies of #CC5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5424

Black with #CC5424

Text Example


Text Example

White with #CC5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5424; }

 p { color: rgb(204,84,36); }

 H1.HeaderClassName
 {
   color: #CC5424;
 }
 .AnyTagClassName
 {
   color: #CC5424;
 }
</style>

background-color css

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

 a { background-color: rgb(204,84,36); }

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

border-color css

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

 span { border-color: rgb(204,84,36); }

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