Html Css Color HEX #DF220A Harley Davidson Orange
📋 copy color: '#DF220A'red 223 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #DF220A
Tints of Harley Davidson Orange #DF220A
RGB
CMYK
RGB Variations
Color information
#DF220A (or 0xDF220A) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 0A. RGB value is (223,34,10). Sum of RGB (Red+Green+Blue) = 223+34+10=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF220A is #20DDF5. Grayscale: #585858. Windows color (decimal): -2153974 or 664287. OLE color: 664287.
HSL color Cylindrical-coordinate representation of color #DF220A: hue angle of 6.76º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF220A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.13 |
| HSL | 6.76º | 0.91% | 0.46% | - |
| HSV(B) | 6.76º | 0.96% | 0.87% | - |
| XYZ | 31.06 | 16.85 | 1.9 | - |
| YUV | 87.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 10 | 0 | 0.85 | 0.96 | 0.13 | 6.76 | 0.91 | 0.46 |
| Hex | DF | 22 | A | 0 | 55 | 60 | D | 7 | 5B | 2E |
| Octal | 337 | 42 | 12 | 0 | 125 | 140 | 15 | 7 | 133 | 56 |
| Binary | 11011111 | 100010 | 1010 | 0 | 1010101 | 1100000 | 1101 | 111 | 1011011 | 101110 |
Color Harmonies of #DF220A
Complementary color
Monochromatic Colors of #DF220A
Black with #DF220A
Text Example
Text Example
White with #DF220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF220A; }
p { color: rgb(223,34,10); }
H1.HeaderClassName
{
color: #DF220A;
}
.AnyTagClassName
{
color: #DF220A;
}
</style>
background-color css
<style>
a { background-color: #DF220A; }
a { background-color: rgb(223,34,10); }
div.DivClassName
{
background-color: #DF220A;
}
.BgClassName
{
background-color: #DF220A;
}
</style>
border-color css
<style>
span { border-color: #DF220A; }
span { border-color: rgb(223,34,10); }
td.TdClassName
{
border-color: #DF220A;
}
.TagClassName
{
border-color: #DF220A;
}
</style>