Html Css Color HEX #C95925 Chilean Fire

📋 copy color: '#C95925'

red 201 ◦ green 89 ◦ blue 37

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

Shades of Chilean Fire #C95925

Tints of Chilean Fire #C95925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 61.47%
G = 27.22%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95925 (or 0xC95925) is known color: Chilean Fire. HEX triplet: C9, 59 and 25. RGB value is (201,89,37). Sum of RGB (Red+Green+Blue) = 201+89+37=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95925 is #36A6DA. Grayscale: #747474. Windows color (decimal): -3581659 or 2447817. OLE color: 2447817.

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

Color convert

RGB 201 89 37 -
CMYK 0 0.56 0.82 0.21
HSL 19.02º 0.69% 0.47% -
HSV(B) 19.02º 0.82% 0.79% -
XYZ 27.99 19.7 4.08 -
YUV 116.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 201 89 37 0 0.56 0.82 0.21 19.02 0.69 0.47
Hex C9 59 25 0 38 52 15 13 45 2F
Octal 311 131 45 0 70 122 25 23 105 57
Binary 11001001 1011001 100101 0 111000 1010010 10101 10011 1000101 101111

Color Harmonies of #C95925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95925

Black with #C95925

Text Example


Text Example

White with #C95925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95925; }

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

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

background-color css

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

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

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

border-color css

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

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

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