Shades of Chilean Fire #D95C2C
Tints of Chilean Fire #D95C2C
RGB
CMYK
RGB Variations
Color information
#D95C2C (or 0xD95C2C) is known color: Chilean Fire. HEX triplet: D9, 5C and 2C. RGB value is (217,92,44). Sum of RGB (Red+Green+Blue) = 217+92+44=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C2C is #26A3D3. Grayscale: #7C7C7C. Windows color (decimal): -2532308 or 2907353. OLE color: 2907353.
HSL color Cylindrical-coordinate representation of color #D95C2C: hue angle of 16.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D95C2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.15 |
| HSL | 16.65º | 0.69% | 0.51% | - |
| HSV(B) | 16.65º | 0.8% | 0.85% | - |
| XYZ | 32.9 | 22.59 | 5.01 | - |
| YUV | 123.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 44 | 0 | 0.58 | 0.80 | 0.15 | 16.65 | 0.69 | 0.51 |
| Hex | D9 | 5C | 2C | 0 | 3A | 50 | F | 11 | 45 | 33 |
| Octal | 331 | 134 | 54 | 0 | 72 | 120 | 17 | 21 | 105 | 63 |
| Binary | 11011001 | 1011100 | 101100 | 0 | 111010 | 1010000 | 1111 | 10001 | 1000101 | 110011 |
Color Harmonies of #D95C2C
Complementary color
Monochromatic Colors of #D95C2C
Black with #D95C2C
Text Example
Text Example
White with #D95C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C2C; }
p { color: rgb(217,92,44); }
H1.HeaderClassName
{
color: #D95C2C;
}
.AnyTagClassName
{
color: #D95C2C;
}
</style>
background-color css
<style>
a { background-color: #D95C2C; }
a { background-color: rgb(217,92,44); }
div.DivClassName
{
background-color: #D95C2C;
}
.BgClassName
{
background-color: #D95C2C;
}
</style>
border-color css
<style>
span { border-color: #D95C2C; }
span { border-color: rgb(217,92,44); }
td.TdClassName
{
border-color: #D95C2C;
}
.TagClassName
{
border-color: #D95C2C;
}
</style>