Shades of Chilean Fire #D84F30
Tints of Chilean Fire #D84F30
RGB
CMYK
RGB Variations
Color information
#D84F30 (or 0xD84F30) is known color: Chilean Fire. HEX triplet: D8, 4F and 30. RGB value is (216,79,48). Sum of RGB (Red+Green+Blue) = 216+79+48=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F30 is #27B0CF. Grayscale: #747474. Windows color (decimal): -2601168 or 3166168. OLE color: 3166168.
HSL color Cylindrical-coordinate representation of color #D84F30: hue angle of 11.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D84F30 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 48 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.15 |
| HSL | 11.07º | 0.68% | 0.52% | - |
| HSV(B) | 11.07º | 0.78% | 0.85% | - |
| XYZ | 31.65 | 20.4 | 5.07 | - |
| YUV | 116.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 48 | 0 | 0.63 | 0.78 | 0.15 | 11.07 | 0.68 | 0.52 |
| Hex | D8 | 4F | 30 | 0 | 3F | 4E | F | B | 44 | 34 |
| Octal | 330 | 117 | 60 | 0 | 77 | 116 | 17 | 13 | 104 | 64 |
| Binary | 11011000 | 1001111 | 110000 | 0 | 111111 | 1001110 | 1111 | 1011 | 1000100 | 110100 |
Color Harmonies of #D84F30
Complementary color
Monochromatic Colors of #D84F30
Black with #D84F30
Text Example
Text Example
White with #D84F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F30; }
p { color: rgb(216,79,48); }
H1.HeaderClassName
{
color: #D84F30;
}
.AnyTagClassName
{
color: #D84F30;
}
</style>
background-color css
<style>
a { background-color: #D84F30; }
a { background-color: rgb(216,79,48); }
div.DivClassName
{
background-color: #D84F30;
}
.BgClassName
{
background-color: #D84F30;
}
</style>
border-color css
<style>
span { border-color: #D84F30; }
span { border-color: rgb(216,79,48); }
td.TdClassName
{
border-color: #D84F30;
}
.TagClassName
{
border-color: #D84F30;
}
</style>