Shades of Chilean Fire #D25F36
Tints of Chilean Fire #D25F36
RGB
CMYK
RGB Variations
Color information
#D25F36 (or 0xD25F36) is known color: Chilean Fire. HEX triplet: D2, 5F and 36. RGB value is (210,95,54). Sum of RGB (Red+Green+Blue) = 210+95+54=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F36 is #2DA0C9. Grayscale: #7C7C7C. Windows color (decimal): -2990282 or 3563474. OLE color: 3563474.
HSL color Cylindrical-coordinate representation of color #D25F36: hue angle of 15.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D25F36 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 54 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.18 |
| HSL | 15.77º | 0.63% | 0.52% | - |
| HSV(B) | 15.77º | 0.74% | 0.82% | - |
| XYZ | 31.34 | 22.15 | 6.11 | - |
| YUV | 124.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 54 | 0 | 0.55 | 0.74 | 0.18 | 15.77 | 0.63 | 0.52 |
| Hex | D2 | 5F | 36 | 0 | 37 | 4A | 12 | 10 | 3F | 34 |
| Octal | 322 | 137 | 66 | 0 | 67 | 112 | 22 | 20 | 77 | 64 |
| Binary | 11010010 | 1011111 | 110110 | 0 | 110111 | 1001010 | 10010 | 10000 | 111111 | 110100 |
Color Harmonies of #D25F36
Complementary color
Monochromatic Colors of #D25F36
Black with #D25F36
Text Example
Text Example
White with #D25F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F36; }
p { color: rgb(210,95,54); }
H1.HeaderClassName
{
color: #D25F36;
}
.AnyTagClassName
{
color: #D25F36;
}
</style>
background-color css
<style>
a { background-color: #D25F36; }
a { background-color: rgb(210,95,54); }
div.DivClassName
{
background-color: #D25F36;
}
.BgClassName
{
background-color: #D25F36;
}
</style>
border-color css
<style>
span { border-color: #D25F36; }
span { border-color: rgb(210,95,54); }
td.TdClassName
{
border-color: #D25F36;
}
.TagClassName
{
border-color: #D25F36;
}
</style>