Html Css Color HEX #DF1A16 Harley Davidson Orange
📋 copy color: '#DF1A16'red 223 ◦ green 26 ◦ blue 22
Shades of Harley Davidson Orange #DF1A16
Tints of Harley Davidson Orange #DF1A16
RGB
CMYK
RGB Variations
Color information
#DF1A16 (or 0xDF1A16) is known color: Harley Davidson Orange. HEX triplet: DF, 1A and 16. RGB value is (223,26,22). Sum of RGB (Red+Green+Blue) = 223+26+22=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1A16 is #20E5E9. Grayscale: #545454. Windows color (decimal): -2156010 or 1448671. OLE color: 1448671.
HSL color Cylindrical-coordinate representation of color #DF1A16: hue angle of 1.19º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1A16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.13 |
| HSL | 1.19º | 0.82% | 0.48% | - |
| HSV(B) | 1.19º | 0.9% | 0.87% | - |
| XYZ | 30.95 | 16.48 | 2.31 | - |
| YUV | 84.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 22 | 0 | 0.88 | 0.90 | 0.13 | 1.19 | 0.82 | 0.48 |
| Hex | DF | 1A | 16 | 0 | 58 | 5A | D | 1 | 52 | 30 |
| Octal | 337 | 32 | 26 | 0 | 130 | 132 | 15 | 1 | 122 | 60 |
| Binary | 11011111 | 11010 | 10110 | 0 | 1011000 | 1011010 | 1101 | 1 | 1010010 | 110000 |
Color Harmonies of #DF1A16
Complementary color
Monochromatic Colors of #DF1A16
Black with #DF1A16
Text Example
Text Example
White with #DF1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A16; }
p { color: rgb(223,26,22); }
H1.HeaderClassName
{
color: #DF1A16;
}
.AnyTagClassName
{
color: #DF1A16;
}
</style>
background-color css
<style>
a { background-color: #DF1A16; }
a { background-color: rgb(223,26,22); }
div.DivClassName
{
background-color: #DF1A16;
}
.BgClassName
{
background-color: #DF1A16;
}
</style>
border-color css
<style>
span { border-color: #DF1A16; }
span { border-color: rgb(223,26,22); }
td.TdClassName
{
border-color: #DF1A16;
}
.TagClassName
{
border-color: #DF1A16;
}
</style>