Shades of Chilean Fire #D95C33
Tints of Chilean Fire #D95C33
RGB
CMYK
RGB Variations
Color information
#D95C33 (or 0xD95C33) is known color: Chilean Fire. HEX triplet: D9, 5C and 33. RGB value is (217,92,51). Sum of RGB (Red+Green+Blue) = 217+92+51=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C33 is #26A3CC. Grayscale: #7C7C7C. Windows color (decimal): -2532301 or 3366105. OLE color: 3366105.
HSL color Cylindrical-coordinate representation of color #D95C33: hue angle of 14.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D95C33 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 51 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.15 |
| HSL | 14.82º | 0.69% | 0.53% | - |
| HSV(B) | 14.82º | 0.76% | 0.85% | - |
| XYZ | 33.04 | 22.65 | 5.76 | - |
| YUV | 124.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 51 | 0 | 0.58 | 0.76 | 0.15 | 14.82 | 0.69 | 0.53 |
| Hex | D9 | 5C | 33 | 0 | 3A | 4C | F | F | 45 | 35 |
| Octal | 331 | 134 | 63 | 0 | 72 | 114 | 17 | 17 | 105 | 65 |
| Binary | 11011001 | 1011100 | 110011 | 0 | 111010 | 1001100 | 1111 | 1111 | 1000101 | 110101 |
Color Harmonies of #D95C33
Complementary color
Monochromatic Colors of #D95C33
Black with #D95C33
Text Example
Text Example
White with #D95C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C33; }
p { color: rgb(217,92,51); }
H1.HeaderClassName
{
color: #D95C33;
}
.AnyTagClassName
{
color: #D95C33;
}
</style>
background-color css
<style>
a { background-color: #D95C33; }
a { background-color: rgb(217,92,51); }
div.DivClassName
{
background-color: #D95C33;
}
.BgClassName
{
background-color: #D95C33;
}
</style>
border-color css
<style>
span { border-color: #D95C33; }
span { border-color: rgb(217,92,51); }
td.TdClassName
{
border-color: #D95C33;
}
.TagClassName
{
border-color: #D95C33;
}
</style>