Shades of Chilean Fire #D25C39
Tints of Chilean Fire #D25C39
RGB
CMYK
RGB Variations
Color information
#D25C39 (or 0xD25C39) is known color: Chilean Fire. HEX triplet: D2, 5C and 39. RGB value is (210,92,57). Sum of RGB (Red+Green+Blue) = 210+92+57=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C39 is #2DA3C6. Grayscale: #7B7B7B. Windows color (decimal): -2991047 or 3759314. OLE color: 3759314.
HSL color Cylindrical-coordinate representation of color #D25C39: hue angle of 13.73º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D25C39 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 57 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.18 |
| HSL | 13.73º | 0.63% | 0.52% | - |
| HSV(B) | 13.73º | 0.73% | 0.82% | - |
| XYZ | 31.14 | 21.65 | 6.41 | - |
| YUV | 123.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 57 | 0 | 0.56 | 0.73 | 0.18 | 13.73 | 0.63 | 0.52 |
| Hex | D2 | 5C | 39 | 0 | 38 | 49 | 12 | E | 3F | 34 |
| Octal | 322 | 134 | 71 | 0 | 70 | 111 | 22 | 16 | 77 | 64 |
| Binary | 11010010 | 1011100 | 111001 | 0 | 111000 | 1001001 | 10010 | 1110 | 111111 | 110100 |
Color Harmonies of #D25C39
Complementary color
Monochromatic Colors of #D25C39
Black with #D25C39
Text Example
Text Example
White with #D25C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C39; }
p { color: rgb(210,92,57); }
H1.HeaderClassName
{
color: #D25C39;
}
.AnyTagClassName
{
color: #D25C39;
}
</style>
background-color css
<style>
a { background-color: #D25C39; }
a { background-color: rgb(210,92,57); }
div.DivClassName
{
background-color: #D25C39;
}
.BgClassName
{
background-color: #D25C39;
}
</style>
border-color css
<style>
span { border-color: #D25C39; }
span { border-color: rgb(210,92,57); }
td.TdClassName
{
border-color: #D25C39;
}
.TagClassName
{
border-color: #D25C39;
}
</style>