Html Css Color HEX #C8592A Chilean Fire

📋 copy color: '#C8592A'

red 200 ◦ green 89 ◦ blue 42

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

Shades of Chilean Fire #C8592A

Tints of Chilean Fire #C8592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 60.42%
G = 26.89%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8592A (or 0xC8592A) is known color: Chilean Fire. HEX triplet: C8, 59 and 2A. RGB value is (200,89,42). Sum of RGB (Red+Green+Blue) = 200+89+42=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8592A is #37A6D5. Grayscale: #757575. Windows color (decimal): -3647190 or 2775496. OLE color: 2775496.

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

Color convert

RGB 200 89 42 -
CMYK 0 0.56 0.79 0.22
HSL 17.85º 0.65% 0.47% -
HSV(B) 17.85º 0.79% 0.78% -
XYZ 27.81 19.59 4.51 -
YUV 116.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 200 89 42 0 0.56 0.79 0.22 17.85 0.65 0.47
Hex C8 59 2A 0 38 4F 16 12 41 2F
Octal 310 131 52 0 70 117 26 22 101 57
Binary 11001000 1011001 101010 0 111000 1001111 10110 10010 1000001 101111

Color Harmonies of #C8592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8592A

Black with #C8592A

Text Example


Text Example

White with #C8592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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