Shades of Chilean Fire #C95E2F
Tints of Chilean Fire #C95E2F
RGB
CMYK
RGB Variations
Color information
#C95E2F (or 0xC95E2F) is known color: Chilean Fire. HEX triplet: C9, 5E and 2F. RGB value is (201,94,47). Sum of RGB (Red+Green+Blue) = 201+94+47=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E2F is #36A1D0. Grayscale: #787878. Windows color (decimal): -3580369 or 3104457. OLE color: 3104457.
HSL color Cylindrical-coordinate representation of color #C95E2F: hue angle of 18.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C95E2F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 47 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.21 |
| HSL | 18.31º | 0.62% | 0.49% | - |
| HSV(B) | 18.31º | 0.77% | 0.79% | - |
| XYZ | 28.6 | 20.63 | 5.16 | - |
| YUV | 120.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 47 | 0 | 0.53 | 0.77 | 0.21 | 18.31 | 0.62 | 0.49 |
| Hex | C9 | 5E | 2F | 0 | 35 | 4D | 15 | 12 | 3E | 31 |
| Octal | 311 | 136 | 57 | 0 | 65 | 115 | 25 | 22 | 76 | 61 |
| Binary | 11001001 | 1011110 | 101111 | 0 | 110101 | 1001101 | 10101 | 10010 | 111110 | 110001 |
Color Harmonies of #C95E2F
Complementary color
Monochromatic Colors of #C95E2F
Black with #C95E2F
Text Example
Text Example
White with #C95E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E2F; }
p { color: rgb(201,94,47); }
H1.HeaderClassName
{
color: #C95E2F;
}
.AnyTagClassName
{
color: #C95E2F;
}
</style>
background-color css
<style>
a { background-color: #C95E2F; }
a { background-color: rgb(201,94,47); }
div.DivClassName
{
background-color: #C95E2F;
}
.BgClassName
{
background-color: #C95E2F;
}
</style>
border-color css
<style>
span { border-color: #C95E2F; }
span { border-color: rgb(201,94,47); }
td.TdClassName
{
border-color: #C95E2F;
}
.TagClassName
{
border-color: #C95E2F;
}
</style>