Shades of Chilean Fire #C95725
Tints of Chilean Fire #C95725
RGB
CMYK
RGB Variations
Color information
#C95725 (or 0xC95725) is known color: Chilean Fire. HEX triplet: C9, 57 and 25. RGB value is (201,87,37). Sum of RGB (Red+Green+Blue) = 201+87+37=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C95725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95725 is #36A8DA. Grayscale: #737373. Windows color (decimal): -3582171 or 2447305. OLE color: 2447305.
HSL color Cylindrical-coordinate representation of color #C95725: hue angle of 18.29º 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 #C95725 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 37 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.21 |
| HSL | 18.29º | 0.69% | 0.47% | - |
| HSV(B) | 18.29º | 0.82% | 0.79% | - |
| XYZ | 27.83 | 19.37 | 4.02 | - |
| YUV | 115.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 37 | 0 | 0.57 | 0.82 | 0.21 | 18.29 | 0.69 | 0.47 |
| Hex | C9 | 57 | 25 | 0 | 39 | 52 | 15 | 12 | 45 | 2F |
| Octal | 311 | 127 | 45 | 0 | 71 | 122 | 25 | 22 | 105 | 57 |
| Binary | 11001001 | 1010111 | 100101 | 0 | 111001 | 1010010 | 10101 | 10010 | 1000101 | 101111 |
Color Harmonies of #C95725
Complementary color
Monochromatic Colors of #C95725
Black with #C95725
Text Example
Text Example
White with #C95725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95725; }
p { color: rgb(201,87,37); }
H1.HeaderClassName
{
color: #C95725;
}
.AnyTagClassName
{
color: #C95725;
}
</style>
background-color css
<style>
a { background-color: #C95725; }
a { background-color: rgb(201,87,37); }
div.DivClassName
{
background-color: #C95725;
}
.BgClassName
{
background-color: #C95725;
}
</style>
border-color css
<style>
span { border-color: #C95725; }
span { border-color: rgb(201,87,37); }
td.TdClassName
{
border-color: #C95725;
}
.TagClassName
{
border-color: #C95725;
}
</style>