Shades of Chilean Fire #D35E2F
Tints of Chilean Fire #D35E2F
RGB
CMYK
RGB Variations
Color information
#D35E2F (or 0xD35E2F) is known color: Chilean Fire. HEX triplet: D3, 5E and 2F. RGB value is (211,94,47). Sum of RGB (Red+Green+Blue) = 211+94+47=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E2F is #2CA1D0. Grayscale: #7B7B7B. Windows color (decimal): -2925009 or 3104467. OLE color: 3104467.
HSL color Cylindrical-coordinate representation of color #D35E2F: hue angle of 17.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D35E2F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 47 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.17 |
| HSL | 17.2º | 0.65% | 0.51% | - |
| HSV(B) | 17.2º | 0.78% | 0.83% | - |
| XYZ | 31.38 | 22.06 | 5.29 | - |
| YUV | 123.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 47 | 0 | 0.55 | 0.78 | 0.17 | 17.2 | 0.65 | 0.51 |
| Hex | D3 | 5E | 2F | 0 | 37 | 4E | 11 | 11 | 41 | 33 |
| Octal | 323 | 136 | 57 | 0 | 67 | 116 | 21 | 21 | 101 | 63 |
| Binary | 11010011 | 1011110 | 101111 | 0 | 110111 | 1001110 | 10001 | 10001 | 1000001 | 110011 |
Color Harmonies of #D35E2F
Complementary color
Monochromatic Colors of #D35E2F
Black with #D35E2F
Text Example
Text Example
White with #D35E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E2F; }
p { color: rgb(211,94,47); }
H1.HeaderClassName
{
color: #D35E2F;
}
.AnyTagClassName
{
color: #D35E2F;
}
</style>
background-color css
<style>
a { background-color: #D35E2F; }
a { background-color: rgb(211,94,47); }
div.DivClassName
{
background-color: #D35E2F;
}
.BgClassName
{
background-color: #D35E2F;
}
</style>
border-color css
<style>
span { border-color: #D35E2F; }
span { border-color: rgb(211,94,47); }
td.TdClassName
{
border-color: #D35E2F;
}
.TagClassName
{
border-color: #D35E2F;
}
</style>