Html Css Color HEX #C95E2C Chilean Fire

📋 copy color: '#C95E2C'

red 201 ◦ green 94 ◦ blue 44

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

Shades of Chilean Fire #C95E2C

Tints of Chilean Fire #C95E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 59.29%
G = 27.73%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C95E2C (or 0xC95E2C) is known color: Chilean Fire. HEX triplet: C9, 5E and 2C. RGB value is (201,94,44). Sum of RGB (Red+Green+Blue) = 201+94+44=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E2C is #36A1D3. Grayscale: #787878. Windows color (decimal): -3580372 or 2907849. OLE color: 2907849.

HSL color Cylindrical-coordinate representation of color #C95E2C: hue angle of 19.11º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C95E2C is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 44 -
CMYK 0 0.53 0.78 0.21
HSL 19.11º 0.64% 0.48% -
HSV(B) 19.11º 0.78% 0.79% -
XYZ 28.54 20.6 4.86 -
YUV 120.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 201 94 44 0 0.53 0.78 0.21 19.11 0.64 0.48
Hex C9 5E 2C 0 35 4E 15 13 40 30
Octal 311 136 54 0 65 116 25 23 100 60
Binary 11001001 1011110 101100 0 110101 1001110 10101 10011 1000000 110000

Color Harmonies of #C95E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E2C

Black with #C95E2C

Text Example


Text Example

White with #C95E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E2C; }

 p { color: rgb(201,94,44); }

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

background-color css

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

 a { background-color: rgb(201,94,44); }

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

border-color css

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

 span { border-color: rgb(201,94,44); }

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