Html Css Color HEX #C95833 Chilean Fire

📋 copy color: '#C95833'

red 201 ◦ green 88 ◦ blue 51

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

Shades of Chilean Fire #C95833

Tints of Chilean Fire #C95833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 51 (20.31% from 255) = 15%

R = 59.12%
G = 25.88%
B = 15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C95833 (or 0xC95833) is known color: Chilean Fire. HEX triplet: C9, 58 and 33. RGB value is (201,88,51). Sum of RGB (Red+Green+Blue) = 201+88+51=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C95833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95833 is #36A7CC. Grayscale: #757575. Windows color (decimal): -3581901 or 3365065. OLE color: 3365065.

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

Color convert

RGB 201 88 51 -
CMYK 0 0.56 0.75 0.21
HSL 14.8º 0.6% 0.49% -
HSV(B) 14.8º 0.75% 0.79% -
XYZ 28.17 19.64 5.44 -
YUV 117.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 201 88 51 0 0.56 0.75 0.21 14.8 0.6 0.49
Hex C9 58 33 0 38 4B 15 F 3C 31
Octal 311 130 63 0 70 113 25 17 74 61
Binary 11001001 1011000 110011 0 111000 1001011 10101 1111 111100 110001

Color Harmonies of #C95833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95833

Black with #C95833

Text Example


Text Example

White with #C95833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95833; }

 p { color: rgb(201,88,51); }

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

background-color css

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

 a { background-color: rgb(201,88,51); }

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

border-color css

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

 span { border-color: rgb(201,88,51); }

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