Shades of Chilean Fire #D4612B
Tints of Chilean Fire #D4612B
RGB
CMYK
RGB Variations
Color information
#D4612B (or 0xD4612B) is known color: Chilean Fire. HEX triplet: D4, 61 and 2B. RGB value is (212,97,43). Sum of RGB (Red+Green+Blue) = 212+97+43=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4612B is #2B9ED4. Grayscale: #7D7D7D. Windows color (decimal): -2858709 or 2843092. OLE color: 2843092.
HSL color Cylindrical-coordinate representation of color #D4612B: hue angle of 19.17º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4612B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.17 |
| HSL | 19.17º | 0.66% | 0.5% | - |
| HSV(B) | 19.17º | 0.8% | 0.83% | - |
| XYZ | 31.86 | 22.72 | 4.99 | - |
| YUV | 125.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 43 | 0 | 0.54 | 0.80 | 0.17 | 19.17 | 0.66 | 0.5 |
| Hex | D4 | 61 | 2B | 0 | 36 | 50 | 11 | 13 | 42 | 32 |
| Octal | 324 | 141 | 53 | 0 | 66 | 120 | 21 | 23 | 102 | 62 |
| Binary | 11010100 | 1100001 | 101011 | 0 | 110110 | 1010000 | 10001 | 10011 | 1000010 | 110010 |
Color Harmonies of #D4612B
Complementary color
Monochromatic Colors of #D4612B
Black with #D4612B
Text Example
Text Example
White with #D4612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4612B; }
p { color: rgb(212,97,43); }
H1.HeaderClassName
{
color: #D4612B;
}
.AnyTagClassName
{
color: #D4612B;
}
</style>
background-color css
<style>
a { background-color: #D4612B; }
a { background-color: rgb(212,97,43); }
div.DivClassName
{
background-color: #D4612B;
}
.BgClassName
{
background-color: #D4612B;
}
</style>
border-color css
<style>
span { border-color: #D4612B; }
span { border-color: rgb(212,97,43); }
td.TdClassName
{
border-color: #D4612B;
}
.TagClassName
{
border-color: #D4612B;
}
</style>