Shades of Chilean Fire #D64F1F
Tints of Chilean Fire #D64F1F
RGB
CMYK
RGB Variations
Color information
#D64F1F (or 0xD64F1F) is known color: Chilean Fire. HEX triplet: D6, 4F and 1F. RGB value is (214,79,31). Sum of RGB (Red+Green+Blue) = 214+79+31=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F1F is #29B0E0. Grayscale: #727272. Windows color (decimal): -2732257 or 2052054. OLE color: 2052054.
HSL color Cylindrical-coordinate representation of color #D64F1F: hue angle of 15.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D64F1F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 31 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.16 |
| HSL | 15.74º | 0.75% | 0.48% | - |
| HSV(B) | 15.74º | 0.86% | 0.84% | - |
| XYZ | 30.77 | 19.99 | 3.53 | - |
| YUV | 113.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 31 | 0 | 0.63 | 0.86 | 0.16 | 15.74 | 0.75 | 0.48 |
| Hex | D6 | 4F | 1F | 0 | 3F | 56 | 10 | 10 | 4B | 30 |
| Octal | 326 | 117 | 37 | 0 | 77 | 126 | 20 | 20 | 113 | 60 |
| Binary | 11010110 | 1001111 | 11111 | 0 | 111111 | 1010110 | 10000 | 10000 | 1001011 | 110000 |
Color Harmonies of #D64F1F
Complementary color
Monochromatic Colors of #D64F1F
Black with #D64F1F
Text Example
Text Example
White with #D64F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F1F; }
p { color: rgb(214,79,31); }
H1.HeaderClassName
{
color: #D64F1F;
}
.AnyTagClassName
{
color: #D64F1F;
}
</style>
background-color css
<style>
a { background-color: #D64F1F; }
a { background-color: rgb(214,79,31); }
div.DivClassName
{
background-color: #D64F1F;
}
.BgClassName
{
background-color: #D64F1F;
}
</style>
border-color css
<style>
span { border-color: #D64F1F; }
span { border-color: rgb(214,79,31); }
td.TdClassName
{
border-color: #D64F1F;
}
.TagClassName
{
border-color: #D64F1F;
}
</style>