Html Css Color HEX #C95824 Chilean Fire

📋 copy color: '#C95824'

red 201 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #C95824

Tints of Chilean Fire #C95824

RGB

 RED value IS 201 (78.91% from 255) = 61.85%

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

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

R = 61.85%
G = 27.08%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95824 (or 0xC95824) is known color: Chilean Fire. HEX triplet: C9, 58 and 24. RGB value is (201,88,36). Sum of RGB (Red+Green+Blue) = 201+88+36=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C95824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95824 is #36A7DB. Grayscale: #747474. Windows color (decimal): -3581916 or 2382025. OLE color: 2382025.

HSL color Cylindrical-coordinate representation of color #C95824: hue angle of 18.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95824 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 36 -
CMYK 0 0.56 0.82 0.21
HSL 18.91º 0.7% 0.46% -
HSV(B) 18.91º 0.82% 0.79% -
XYZ 27.9 19.52 3.97 -
YUV 115.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 201 88 36 0 0.56 0.82 0.21 18.91 0.7 0.46
Hex C9 58 24 0 38 52 15 13 46 2E
Octal 311 130 44 0 70 122 25 23 106 56
Binary 11001001 1011000 100100 0 111000 1010010 10101 10011 1000110 101110

Color Harmonies of #C95824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95824

Black with #C95824

Text Example


Text Example

White with #C95824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95824; }

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

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

background-color css

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

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

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

border-color css

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

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

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