Shades of Chilean Fire #D4501D
Tints of Chilean Fire #D4501D
RGB
CMYK
RGB Variations
Color information
#D4501D (or 0xD4501D) is known color: Chilean Fire. HEX triplet: D4, 50 and 1D. RGB value is (212,80,29). Sum of RGB (Red+Green+Blue) = 212+80+29=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4501D is #2BAFE2. Grayscale: #717171. Windows color (decimal): -2863075 or 1921236. OLE color: 1921236.
HSL color Cylindrical-coordinate representation of color #D4501D: hue angle of 16.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4501D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.17 |
| HSL | 16.72º | 0.76% | 0.47% | - |
| HSV(B) | 16.72º | 0.86% | 0.83% | - |
| XYZ | 30.24 | 19.82 | 3.39 | - |
| YUV | 113.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 29 | 0 | 0.62 | 0.86 | 0.17 | 16.72 | 0.76 | 0.47 |
| Hex | D4 | 50 | 1D | 0 | 3E | 56 | 11 | 11 | 4C | 2F |
| Octal | 324 | 120 | 35 | 0 | 76 | 126 | 21 | 21 | 114 | 57 |
| Binary | 11010100 | 1010000 | 11101 | 0 | 111110 | 1010110 | 10001 | 10001 | 1001100 | 101111 |
Color Harmonies of #D4501D
Complementary color
Monochromatic Colors of #D4501D
Black with #D4501D
Text Example
Text Example
White with #D4501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4501D; }
p { color: rgb(212,80,29); }
H1.HeaderClassName
{
color: #D4501D;
}
.AnyTagClassName
{
color: #D4501D;
}
</style>
background-color css
<style>
a { background-color: #D4501D; }
a { background-color: rgb(212,80,29); }
div.DivClassName
{
background-color: #D4501D;
}
.BgClassName
{
background-color: #D4501D;
}
</style>
border-color css
<style>
span { border-color: #D4501D; }
span { border-color: rgb(212,80,29); }
td.TdClassName
{
border-color: #D4501D;
}
.TagClassName
{
border-color: #D4501D;
}
</style>