Shades of Chilean Fire #D25D25
Tints of Chilean Fire #D25D25
RGB
CMYK
RGB Variations
Color information
#D25D25 (or 0xD25D25) is known color: Chilean Fire. HEX triplet: D2, 5D and 25. RGB value is (210,93,37). Sum of RGB (Red+Green+Blue) = 210+93+37=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D25 is #2DA2DA. Grayscale: #797979. Windows color (decimal): -2990811 or 2448850. OLE color: 2448850.
HSL color Cylindrical-coordinate representation of color #D25D25: hue angle of 19.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D25D25 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 37 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.18 |
| HSL | 19.42º | 0.7% | 0.48% | - |
| HSV(B) | 19.42º | 0.82% | 0.82% | - |
| XYZ | 30.83 | 21.66 | 4.31 | - |
| YUV | 121.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 37 | 0 | 0.56 | 0.82 | 0.18 | 19.42 | 0.7 | 0.48 |
| Hex | D2 | 5D | 25 | 0 | 38 | 52 | 12 | 13 | 46 | 30 |
| Octal | 322 | 135 | 45 | 0 | 70 | 122 | 22 | 23 | 106 | 60 |
| Binary | 11010010 | 1011101 | 100101 | 0 | 111000 | 1010010 | 10010 | 10011 | 1000110 | 110000 |
Color Harmonies of #D25D25
Complementary color
Monochromatic Colors of #D25D25
Black with #D25D25
Text Example
Text Example
White with #D25D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D25; }
p { color: rgb(210,93,37); }
H1.HeaderClassName
{
color: #D25D25;
}
.AnyTagClassName
{
color: #D25D25;
}
</style>
background-color css
<style>
a { background-color: #D25D25; }
a { background-color: rgb(210,93,37); }
div.DivClassName
{
background-color: #D25D25;
}
.BgClassName
{
background-color: #D25D25;
}
</style>
border-color css
<style>
span { border-color: #D25D25; }
span { border-color: rgb(210,93,37); }
td.TdClassName
{
border-color: #D25D25;
}
.TagClassName
{
border-color: #D25D25;
}
</style>