Html Css Color HEX #C95A25 Chilean Fire

📋 copy color: '#C95A25'

red 201 ◦ green 90 ◦ blue 37

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

Shades of Chilean Fire #C95A25

Tints of Chilean Fire #C95A25

RGB

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

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

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

R = 61.28%
G = 27.44%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95A25 (or 0xC95A25) is known color: Chilean Fire. HEX triplet: C9, 5A and 25. RGB value is (201,90,37). Sum of RGB (Red+Green+Blue) = 201+90+37=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A25 is #36A5DA. Grayscale: #757575. Windows color (decimal): -3581403 or 2448073. OLE color: 2448073.

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

Color convert

RGB 201 90 37 -
CMYK 0 0.55 0.82 0.21
HSL 19.39º 0.69% 0.47% -
HSV(B) 19.39º 0.82% 0.79% -
XYZ 28.08 19.86 4.1 -
YUV 117.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 201 90 37 0 0.55 0.82 0.21 19.39 0.69 0.47
Hex C9 5A 25 0 37 52 15 13 45 2F
Octal 311 132 45 0 67 122 25 23 105 57
Binary 11001001 1011010 100101 0 110111 1010010 10101 10011 1000101 101111

Color Harmonies of #C95A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A25

Black with #C95A25

Text Example


Text Example

White with #C95A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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