Html Css Color HEX #DF1E18 Harley Davidson Orange
📋 copy color: '#DF1E18'red 223 ◦ green 30 ◦ blue 24
Shades of Harley Davidson Orange #DF1E18
Tints of Harley Davidson Orange #DF1E18
RGB
CMYK
RGB Variations
Color information
#DF1E18 (or 0xDF1E18) is known color: Harley Davidson Orange. HEX triplet: DF, 1E and 18. RGB value is (223,30,24). Sum of RGB (Red+Green+Blue) = 223+30+24=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1E18 is #20E1E7. Grayscale: #575757. Windows color (decimal): -2154984 or 1580767. OLE color: 1580767.
HSL color Cylindrical-coordinate representation of color #DF1E18: hue angle of 1.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1E18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.13 |
| HSL | 1.81º | 0.81% | 0.48% | - |
| HSV(B) | 1.81º | 0.89% | 0.87% | - |
| XYZ | 31.06 | 16.68 | 2.45 | - |
| YUV | 87.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 24 | 0 | 0.87 | 0.89 | 0.13 | 1.81 | 0.81 | 0.48 |
| Hex | DF | 1E | 18 | 0 | 57 | 59 | D | 2 | 51 | 30 |
| Octal | 337 | 36 | 30 | 0 | 127 | 131 | 15 | 2 | 121 | 60 |
| Binary | 11011111 | 11110 | 11000 | 0 | 1010111 | 1011001 | 1101 | 10 | 1010001 | 110000 |
Color Harmonies of #DF1E18
Complementary color
Monochromatic Colors of #DF1E18
Black with #DF1E18
Text Example
Text Example
White with #DF1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E18; }
p { color: rgb(223,30,24); }
H1.HeaderClassName
{
color: #DF1E18;
}
.AnyTagClassName
{
color: #DF1E18;
}
</style>
background-color css
<style>
a { background-color: #DF1E18; }
a { background-color: rgb(223,30,24); }
div.DivClassName
{
background-color: #DF1E18;
}
.BgClassName
{
background-color: #DF1E18;
}
</style>
border-color css
<style>
span { border-color: #DF1E18; }
span { border-color: rgb(223,30,24); }
td.TdClassName
{
border-color: #DF1E18;
}
.TagClassName
{
border-color: #DF1E18;
}
</style>