Shades of Chilean Fire #D25C2E
Tints of Chilean Fire #D25C2E
RGB
CMYK
RGB Variations
Color information
#D25C2E (or 0xD25C2E) is known color: Chilean Fire. HEX triplet: D2, 5C and 2E. RGB value is (210,92,46). Sum of RGB (Red+Green+Blue) = 210+92+46=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C2E is #2DA3D1. Grayscale: #7A7A7A. Windows color (decimal): -2991058 or 3038418. OLE color: 3038418.
HSL color Cylindrical-coordinate representation of color #D25C2E: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D25C2E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 46 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.18 |
| HSL | 16.83º | 0.65% | 0.5% | - |
| HSV(B) | 16.83º | 0.78% | 0.82% | - |
| XYZ | 30.9 | 21.55 | 5.12 | - |
| YUV | 122.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 46 | 0 | 0.56 | 0.78 | 0.18 | 16.83 | 0.65 | 0.5 |
| Hex | D2 | 5C | 2E | 0 | 38 | 4E | 12 | 11 | 41 | 32 |
| Octal | 322 | 134 | 56 | 0 | 70 | 116 | 22 | 21 | 101 | 62 |
| Binary | 11010010 | 1011100 | 101110 | 0 | 111000 | 1001110 | 10010 | 10001 | 1000001 | 110010 |
Color Harmonies of #D25C2E
Complementary color
Monochromatic Colors of #D25C2E
Black with #D25C2E
Text Example
Text Example
White with #D25C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C2E; }
p { color: rgb(210,92,46); }
H1.HeaderClassName
{
color: #D25C2E;
}
.AnyTagClassName
{
color: #D25C2E;
}
</style>
background-color css
<style>
a { background-color: #D25C2E; }
a { background-color: rgb(210,92,46); }
div.DivClassName
{
background-color: #D25C2E;
}
.BgClassName
{
background-color: #D25C2E;
}
</style>
border-color css
<style>
span { border-color: #D25C2E; }
span { border-color: rgb(210,92,46); }
td.TdClassName
{
border-color: #D25C2E;
}
.TagClassName
{
border-color: #D25C2E;
}
</style>