Html Css Color HEX #DF2814 Harley Davidson Orange
📋 copy color: '#DF2814'red 223 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #DF2814
Tints of Harley Davidson Orange #DF2814
RGB
CMYK
RGB Variations
Color information
#DF2814 (or 0xDF2814) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 14. RGB value is (223,40,20). Sum of RGB (Red+Green+Blue) = 223+40+20=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2814 is #20D7EB. Grayscale: #5C5C5C. Windows color (decimal): -2152428 or 1321183. OLE color: 1321183.
HSL color Cylindrical-coordinate representation of color #DF2814: hue angle of 5.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2814 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 20 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.13 |
| HSL | 5.91º | 0.84% | 0.48% | - |
| HSV(B) | 5.91º | 0.91% | 0.87% | - |
| XYZ | 31.32 | 17.26 | 2.34 | - |
| YUV | 92.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 20 | 0 | 0.82 | 0.91 | 0.13 | 5.91 | 0.84 | 0.48 |
| Hex | DF | 28 | 14 | 0 | 52 | 5B | D | 6 | 54 | 30 |
| Octal | 337 | 50 | 24 | 0 | 122 | 133 | 15 | 6 | 124 | 60 |
| Binary | 11011111 | 101000 | 10100 | 0 | 1010010 | 1011011 | 1101 | 110 | 1010100 | 110000 |
Color Harmonies of #DF2814
Complementary color
Monochromatic Colors of #DF2814
Black with #DF2814
Text Example
Text Example
White with #DF2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2814; }
p { color: rgb(223,40,20); }
H1.HeaderClassName
{
color: #DF2814;
}
.AnyTagClassName
{
color: #DF2814;
}
</style>
background-color css
<style>
a { background-color: #DF2814; }
a { background-color: rgb(223,40,20); }
div.DivClassName
{
background-color: #DF2814;
}
.BgClassName
{
background-color: #DF2814;
}
</style>
border-color css
<style>
span { border-color: #DF2814; }
span { border-color: rgb(223,40,20); }
td.TdClassName
{
border-color: #DF2814;
}
.TagClassName
{
border-color: #DF2814;
}
</style>