Html Css Color HEX #C95A34 Chilean Fire

📋 copy color: '#C95A34'

red 201 ◦ green 90 ◦ blue 52

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

Shades of Chilean Fire #C95A34

Tints of Chilean Fire #C95A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 58.6%
G = 26.24%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C95A34 (or 0xC95A34) is known color: Chilean Fire. HEX triplet: C9, 5A and 34. RGB value is (201,90,52). Sum of RGB (Red+Green+Blue) = 201+90+52=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A34 is #36A5CB. Grayscale: #777777. Windows color (decimal): -3581388 or 3431113. OLE color: 3431113.

HSL color Cylindrical-coordinate representation of color #C95A34: hue angle of 15.3º 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 #C95A34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 52 -
CMYK 0 0.55 0.74 0.21
HSL 15.3º 0.59% 0.5% -
HSV(B) 15.3º 0.74% 0.79% -
XYZ 28.36 19.98 5.61 -
YUV 118.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 201 90 52 0 0.55 0.74 0.21 15.3 0.59 0.5
Hex C9 5A 34 0 37 4A 15 F 3B 32
Octal 311 132 64 0 67 112 25 17 73 62
Binary 11001001 1011010 110100 0 110111 1001010 10101 1111 111011 110010

Color Harmonies of #C95A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A34

Black with #C95A34

Text Example


Text Example

White with #C95A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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