Shades of Chilean Fire #D95325
Tints of Chilean Fire #D95325
RGB
CMYK
RGB Variations
Color information
#D95325 (or 0xD95325) is known color: Chilean Fire. HEX triplet: D9, 53 and 25. RGB value is (217,83,37). Sum of RGB (Red+Green+Blue) = 217+83+37=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95325 is #26ACDA. Grayscale: #767676. Windows color (decimal): -2534619 or 2446297. OLE color: 2446297.
HSL color Cylindrical-coordinate representation of color #D95325: hue angle of 15.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D95325 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 37 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.15 |
| HSL | 15.33º | 0.71% | 0.5% | - |
| HSV(B) | 15.33º | 0.83% | 0.85% | - |
| XYZ | 32.04 | 21.07 | 4.13 | - |
| YUV | 117.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 37 | 0 | 0.62 | 0.83 | 0.15 | 15.33 | 0.71 | 0.5 |
| Hex | D9 | 53 | 25 | 0 | 3E | 53 | F | F | 47 | 32 |
| Octal | 331 | 123 | 45 | 0 | 76 | 123 | 17 | 17 | 107 | 62 |
| Binary | 11011001 | 1010011 | 100101 | 0 | 111110 | 1010011 | 1111 | 1111 | 1000111 | 110010 |
Color Harmonies of #D95325
Complementary color
Monochromatic Colors of #D95325
Black with #D95325
Text Example
Text Example
White with #D95325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95325; }
p { color: rgb(217,83,37); }
H1.HeaderClassName
{
color: #D95325;
}
.AnyTagClassName
{
color: #D95325;
}
</style>
background-color css
<style>
a { background-color: #D95325; }
a { background-color: rgb(217,83,37); }
div.DivClassName
{
background-color: #D95325;
}
.BgClassName
{
background-color: #D95325;
}
</style>
border-color css
<style>
span { border-color: #D95325; }
span { border-color: rgb(217,83,37); }
td.TdClassName
{
border-color: #D95325;
}
.TagClassName
{
border-color: #D95325;
}
</style>