Shades of Chilean Fire #D25E2F
Tints of Chilean Fire #D25E2F
RGB
CMYK
RGB Variations
Color information
#D25E2F (or 0xD25E2F) is known color: Chilean Fire. HEX triplet: D2, 5E and 2F. RGB value is (210,94,47). Sum of RGB (Red+Green+Blue) = 210+94+47=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E2F is #2DA1D0. Grayscale: #7B7B7B. Windows color (decimal): -2990545 or 3104466. OLE color: 3104466.
HSL color Cylindrical-coordinate representation of color #D25E2F: hue angle of 17.3º degrees, saturation: 0.64, 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 #D25E2F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 47 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.18 |
| HSL | 17.3º | 0.64% | 0.5% | - |
| HSV(B) | 17.3º | 0.78% | 0.82% | - |
| XYZ | 31.09 | 21.91 | 5.28 | - |
| YUV | 123.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 47 | 0 | 0.55 | 0.78 | 0.18 | 17.3 | 0.64 | 0.5 |
| Hex | D2 | 5E | 2F | 0 | 37 | 4E | 12 | 11 | 40 | 32 |
| Octal | 322 | 136 | 57 | 0 | 67 | 116 | 22 | 21 | 100 | 62 |
| Binary | 11010010 | 1011110 | 101111 | 0 | 110111 | 1001110 | 10010 | 10001 | 1000000 | 110010 |
Color Harmonies of #D25E2F
Complementary color
Monochromatic Colors of #D25E2F
Black with #D25E2F
Text Example
Text Example
White with #D25E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E2F; }
p { color: rgb(210,94,47); }
H1.HeaderClassName
{
color: #D25E2F;
}
.AnyTagClassName
{
color: #D25E2F;
}
</style>
background-color css
<style>
a { background-color: #D25E2F; }
a { background-color: rgb(210,94,47); }
div.DivClassName
{
background-color: #D25E2F;
}
.BgClassName
{
background-color: #D25E2F;
}
</style>
border-color css
<style>
span { border-color: #D25E2F; }
span { border-color: rgb(210,94,47); }
td.TdClassName
{
border-color: #D25E2F;
}
.TagClassName
{
border-color: #D25E2F;
}
</style>