Html Css Color HEX #C85424 Trinidad

📋 copy color: '#C85424'

red 200 ◦ green 84 ◦ blue 36

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

Shades of Trinidad #C85424

Tints of Trinidad #C85424

RGB

 RED value IS 200 (78.52% from 255) = 62.5%

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

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

R = 62.5%
G = 26.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85424 (or 0xC85424) is known color: Trinidad. HEX triplet: C8, 54 and 24. RGB value is (200,84,36). Sum of RGB (Red+Green+Blue) = 200+84+36=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C85424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85424 is #37ABDB. Grayscale: #717171. Windows color (decimal): -3648476 or 2381000. OLE color: 2381000.

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

Color convert

RGB 200 84 36 -
CMYK 0 0.58 0.82 0.22
HSL 17.56º 0.69% 0.46% -
HSV(B) 17.56º 0.82% 0.78% -
XYZ 27.31 18.75 3.85 -
YUV 113.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 200 84 36 0 0.58 0.82 0.22 17.56 0.69 0.46
Hex C8 54 24 0 3A 52 16 12 45 2E
Octal 310 124 44 0 72 122 26 22 105 56
Binary 11001000 1010100 100100 0 111010 1010010 10110 10010 1000101 101110

Color Harmonies of #C85424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85424

Black with #C85424

Text Example


Text Example

White with #C85424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85424; }

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

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

background-color css

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

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

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

border-color css

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

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

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