Shades of Chilean Fire #D74F2C
Tints of Chilean Fire #D74F2C
RGB
CMYK
RGB Variations
Color information
#D74F2C (or 0xD74F2C) is known color: Chilean Fire. HEX triplet: D7, 4F and 2C. RGB value is (215,79,44). Sum of RGB (Red+Green+Blue) = 215+79+44=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F2C is #28B0D3. Grayscale: #737373. Windows color (decimal): -2666708 or 2904023. OLE color: 2904023.
HSL color Cylindrical-coordinate representation of color #D74F2C: hue angle of 12.28º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D74F2C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.16 |
| HSL | 12.28º | 0.68% | 0.51% | - |
| HSV(B) | 12.28º | 0.8% | 0.84% | - |
| XYZ | 31.27 | 20.22 | 4.64 | - |
| YUV | 115.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 44 | 0 | 0.63 | 0.80 | 0.16 | 12.28 | 0.68 | 0.51 |
| Hex | D7 | 4F | 2C | 0 | 3F | 50 | 10 | C | 44 | 33 |
| Octal | 327 | 117 | 54 | 0 | 77 | 120 | 20 | 14 | 104 | 63 |
| Binary | 11010111 | 1001111 | 101100 | 0 | 111111 | 1010000 | 10000 | 1100 | 1000100 | 110011 |
Color Harmonies of #D74F2C
Complementary color
Monochromatic Colors of #D74F2C
Black with #D74F2C
Text Example
Text Example
White with #D74F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F2C; }
p { color: rgb(215,79,44); }
H1.HeaderClassName
{
color: #D74F2C;
}
.AnyTagClassName
{
color: #D74F2C;
}
</style>
background-color css
<style>
a { background-color: #D74F2C; }
a { background-color: rgb(215,79,44); }
div.DivClassName
{
background-color: #D74F2C;
}
.BgClassName
{
background-color: #D74F2C;
}
</style>
border-color css
<style>
span { border-color: #D74F2C; }
span { border-color: rgb(215,79,44); }
td.TdClassName
{
border-color: #D74F2C;
}
.TagClassName
{
border-color: #D74F2C;
}
</style>