Html Css Color HEX #C8592D Chilean Fire

📋 copy color: '#C8592D'

red 200 ◦ green 89 ◦ blue 45

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

Shades of Chilean Fire #C8592D

Tints of Chilean Fire #C8592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 59.88%
G = 26.65%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8592D (or 0xC8592D) is known color: Chilean Fire. HEX triplet: C8, 59 and 2D. RGB value is (200,89,45). Sum of RGB (Red+Green+Blue) = 200+89+45=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8592D is #37A6D2. Grayscale: #757575. Windows color (decimal): -3647187 or 2972104. OLE color: 2972104.

HSL color Cylindrical-coordinate representation of color #C8592D: hue angle of 17.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8592D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 45 -
CMYK 0 0.56 0.78 0.22
HSL 17.03º 0.63% 0.48% -
HSV(B) 17.03º 0.78% 0.78% -
XYZ 27.87 19.61 4.8 -
YUV 117.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 200 89 45 0 0.56 0.78 0.22 17.03 0.63 0.48
Hex C8 59 2D 0 38 4E 16 11 3F 30
Octal 310 131 55 0 70 116 26 21 77 60
Binary 11001000 1011001 101101 0 111000 1001110 10110 10001 111111 110000

Color Harmonies of #C8592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8592D

Black with #C8592D

Text Example


Text Example

White with #C8592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8592D; }

 p { color: rgb(200,89,45); }

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

background-color css

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

 a { background-color: rgb(200,89,45); }

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

border-color css

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

 span { border-color: rgb(200,89,45); }

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