Shades of Chilean Fire #D74F1C
Tints of Chilean Fire #D74F1C
RGB
CMYK
RGB Variations
Color information
#D74F1C (or 0xD74F1C) is known color: Chilean Fire. HEX triplet: D7, 4F and 1C. RGB value is (215,79,28). Sum of RGB (Red+Green+Blue) = 215+79+28=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F1C is #28B0E3. Grayscale: #727272. Windows color (decimal): -2666724 or 1855447. OLE color: 1855447.
HSL color Cylindrical-coordinate representation of color #D74F1C: hue angle of 16.36º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D74F1C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.16 |
| HSL | 16.36º | 0.77% | 0.48% | - |
| HSV(B) | 16.36º | 0.87% | 0.84% | - |
| XYZ | 31.03 | 20.12 | 3.35 | - |
| YUV | 113.85 | 79.56 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 28 | 0 | 0.63 | 0.87 | 0.16 | 16.36 | 0.77 | 0.48 |
| Hex | D7 | 4F | 1C | 0 | 3F | 57 | 10 | 10 | 4D | 30 |
| Octal | 327 | 117 | 34 | 0 | 77 | 127 | 20 | 20 | 115 | 60 |
| Binary | 11010111 | 1001111 | 11100 | 0 | 111111 | 1010111 | 10000 | 10000 | 1001101 | 110000 |
Color Harmonies of #D74F1C
Complementary color
Monochromatic Colors of #D74F1C
Black with #D74F1C
Text Example
Text Example
White with #D74F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F1C; }
p { color: rgb(215,79,28); }
H1.HeaderClassName
{
color: #D74F1C;
}
.AnyTagClassName
{
color: #D74F1C;
}
</style>
background-color css
<style>
a { background-color: #D74F1C; }
a { background-color: rgb(215,79,28); }
div.DivClassName
{
background-color: #D74F1C;
}
.BgClassName
{
background-color: #D74F1C;
}
</style>
border-color css
<style>
span { border-color: #D74F1C; }
span { border-color: rgb(215,79,28); }
td.TdClassName
{
border-color: #D74F1C;
}
.TagClassName
{
border-color: #D74F1C;
}
</style>