Shades of Chilean Fire #D25A32
Tints of Chilean Fire #D25A32
RGB
CMYK
RGB Variations
Color information
#D25A32 (or 0xD25A32) is known color: Chilean Fire. HEX triplet: D2, 5A and 32. RGB value is (210,90,50). Sum of RGB (Red+Green+Blue) = 210+90+50=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A32 is #2DA5CD. Grayscale: #797979. Windows color (decimal): -2991566 or 3300050. OLE color: 3300050.
HSL color Cylindrical-coordinate representation of color #D25A32: hue angle of 15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D25A32 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 50 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.18 |
| HSL | 15º | 0.64% | 0.51% | - |
| HSV(B) | 15º | 0.76% | 0.82% | - |
| XYZ | 30.81 | 21.24 | 5.49 | - |
| YUV | 121.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 50 | 0 | 0.57 | 0.76 | 0.18 | 15 | 0.64 | 0.51 |
| Hex | D2 | 5A | 32 | 0 | 39 | 4C | 12 | F | 40 | 33 |
| Octal | 322 | 132 | 62 | 0 | 71 | 114 | 22 | 17 | 100 | 63 |
| Binary | 11010010 | 1011010 | 110010 | 0 | 111001 | 1001100 | 10010 | 1111 | 1000000 | 110011 |
Color Harmonies of #D25A32
Complementary color
Monochromatic Colors of #D25A32
Black with #D25A32
Text Example
Text Example
White with #D25A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A32; }
p { color: rgb(210,90,50); }
H1.HeaderClassName
{
color: #D25A32;
}
.AnyTagClassName
{
color: #D25A32;
}
</style>
background-color css
<style>
a { background-color: #D25A32; }
a { background-color: rgb(210,90,50); }
div.DivClassName
{
background-color: #D25A32;
}
.BgClassName
{
background-color: #D25A32;
}
</style>
border-color css
<style>
span { border-color: #D25A32; }
span { border-color: rgb(210,90,50); }
td.TdClassName
{
border-color: #D25A32;
}
.TagClassName
{
border-color: #D25A32;
}
</style>