Html Css Color HEX #C95934 Chilean Fire

📋 copy color: '#C95934'

red 201 ◦ green 89 ◦ blue 52

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

Shades of Chilean Fire #C95934

Tints of Chilean Fire #C95934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 58.77%
G = 26.02%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C95934 (or 0xC95934) is known color: Chilean Fire. HEX triplet: C9, 59 and 34. RGB value is (201,89,52). Sum of RGB (Red+Green+Blue) = 201+89+52=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C95934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95934 is #36A6CB. Grayscale: #767676. Windows color (decimal): -3581644 or 3430857. OLE color: 3430857.

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

Color convert

RGB 201 89 52 -
CMYK 0 0.56 0.74 0.21
HSL 14.9º 0.59% 0.5% -
HSV(B) 14.9º 0.74% 0.79% -
XYZ 28.28 19.81 5.58 -
YUV 118.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 201 89 52 0 0.56 0.74 0.21 14.9 0.59 0.5
Hex C9 59 34 0 38 4A 15 F 3B 32
Octal 311 131 64 0 70 112 25 17 73 62
Binary 11001001 1011001 110100 0 111000 1001010 10101 1111 111011 110010

Color Harmonies of #C95934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95934

Black with #C95934

Text Example


Text Example

White with #C95934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95934; }

 p { color: rgb(201,89,52); }

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

background-color css

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

 a { background-color: rgb(201,89,52); }

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

border-color css

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

 span { border-color: rgb(201,89,52); }

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