Shades of Chilean Fire #C95D30
Tints of Chilean Fire #C95D30
RGB
CMYK
RGB Variations
Color information
#C95D30 (or 0xC95D30) is known color: Chilean Fire. HEX triplet: C9, 5D and 30. RGB value is (201,93,48). Sum of RGB (Red+Green+Blue) = 201+93+48=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D30 is #36A2CF. Grayscale: #787878. Windows color (decimal): -3580624 or 3169737. OLE color: 3169737.
HSL color Cylindrical-coordinate representation of color #C95D30: hue angle of 17.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C95D30 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 48 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.21 |
| HSL | 17.65º | 0.61% | 0.49% | - |
| HSV(B) | 17.65º | 0.76% | 0.79% | - |
| XYZ | 28.54 | 20.46 | 5.24 | - |
| YUV | 120.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 48 | 0 | 0.54 | 0.76 | 0.21 | 17.65 | 0.61 | 0.49 |
| Hex | C9 | 5D | 30 | 0 | 36 | 4C | 15 | 12 | 3D | 31 |
| Octal | 311 | 135 | 60 | 0 | 66 | 114 | 25 | 22 | 75 | 61 |
| Binary | 11001001 | 1011101 | 110000 | 0 | 110110 | 1001100 | 10101 | 10010 | 111101 | 110001 |
Color Harmonies of #C95D30
Complementary color
Monochromatic Colors of #C95D30
Black with #C95D30
Text Example
Text Example
White with #C95D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D30; }
p { color: rgb(201,93,48); }
H1.HeaderClassName
{
color: #C95D30;
}
.AnyTagClassName
{
color: #C95D30;
}
</style>
background-color css
<style>
a { background-color: #C95D30; }
a { background-color: rgb(201,93,48); }
div.DivClassName
{
background-color: #C95D30;
}
.BgClassName
{
background-color: #C95D30;
}
</style>
border-color css
<style>
span { border-color: #C95D30; }
span { border-color: rgb(201,93,48); }
td.TdClassName
{
border-color: #C95D30;
}
.TagClassName
{
border-color: #C95D30;
}
</style>