Html Css Color HEX #C85824 Chilean Fire

📋 copy color: '#C85824'

red 200 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #C85824

Tints of Chilean Fire #C85824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 61.73%
G = 27.16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85824 (or 0xC85824) is known color: Chilean Fire. HEX triplet: C8, 58 and 24. RGB value is (200,88,36). Sum of RGB (Red+Green+Blue) = 200+88+36=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C85824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85824 is #37A7DB. Grayscale: #737373. Windows color (decimal): -3647452 or 2382024. OLE color: 2382024.

HSL color Cylindrical-coordinate representation of color #C85824: hue angle of 19.02º 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 #C85824 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 36 -
CMYK 0 0.56 0.82 0.22
HSL 19.02º 0.69% 0.46% -
HSV(B) 19.02º 0.82% 0.78% -
XYZ 27.63 19.39 3.95 -
YUV 115.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 200 88 36 0 0.56 0.82 0.22 19.02 0.69 0.46
Hex C8 58 24 0 38 52 16 13 45 2E
Octal 310 130 44 0 70 122 26 23 105 56
Binary 11001000 1011000 100100 0 111000 1010010 10110 10011 1000101 101110

Color Harmonies of #C85824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85824

Black with #C85824

Text Example


Text Example

White with #C85824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85824; }

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

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

background-color css

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

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

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

border-color css

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

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

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