Html Css Color HEX #DF2414 Harley Davidson Orange
📋 copy color: '#DF2414'red 223 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #DF2414
Tints of Harley Davidson Orange #DF2414
RGB
CMYK
RGB Variations
Color information
#DF2414 (or 0xDF2414) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 14. RGB value is (223,36,20). Sum of RGB (Red+Green+Blue) = 223+36+20=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2414 is #20DBEB. Grayscale: #5A5A5A. Windows color (decimal): -2153452 or 1320159. OLE color: 1320159.
HSL color Cylindrical-coordinate representation of color #DF2414: hue angle of 4.73º 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 #DF2414 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 20 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.13 |
| HSL | 4.73º | 0.84% | 0.48% | - |
| HSV(B) | 4.73º | 0.91% | 0.87% | - |
| XYZ | 31.19 | 17 | 2.3 | - |
| YUV | 90.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 20 | 0 | 0.84 | 0.91 | 0.13 | 4.73 | 0.84 | 0.48 |
| Hex | DF | 24 | 14 | 0 | 54 | 5B | D | 5 | 54 | 30 |
| Octal | 337 | 44 | 24 | 0 | 124 | 133 | 15 | 5 | 124 | 60 |
| Binary | 11011111 | 100100 | 10100 | 0 | 1010100 | 1011011 | 1101 | 101 | 1010100 | 110000 |
Color Harmonies of #DF2414
Complementary color
Monochromatic Colors of #DF2414
Black with #DF2414
Text Example
Text Example
White with #DF2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2414; }
p { color: rgb(223,36,20); }
H1.HeaderClassName
{
color: #DF2414;
}
.AnyTagClassName
{
color: #DF2414;
}
</style>
background-color css
<style>
a { background-color: #DF2414; }
a { background-color: rgb(223,36,20); }
div.DivClassName
{
background-color: #DF2414;
}
.BgClassName
{
background-color: #DF2414;
}
</style>
border-color css
<style>
span { border-color: #DF2414; }
span { border-color: rgb(223,36,20); }
td.TdClassName
{
border-color: #DF2414;
}
.TagClassName
{
border-color: #DF2414;
}
</style>