Html Css Color HEX #DF210A Harley Davidson Orange
📋 copy color: '#DF210A'red 223 ◦ green 33 ◦ blue 10
Shades of Harley Davidson Orange #DF210A
Tints of Harley Davidson Orange #DF210A
RGB
CMYK
RGB Variations
Color information
#DF210A (or 0xDF210A) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 0A. RGB value is (223,33,10). Sum of RGB (Red+Green+Blue) = 223+33+10=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF210A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF210A is #20DEF5. Grayscale: #575757. Windows color (decimal): -2154230 or 664031. OLE color: 664031.
HSL color Cylindrical-coordinate representation of color #DF210A: hue angle of 6.48º 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 #DF210A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.13 |
| HSL | 6.48º | 0.91% | 0.46% | - |
| HSV(B) | 6.48º | 0.96% | 0.87% | - |
| XYZ | 31.03 | 16.8 | 1.89 | - |
| YUV | 87.19 | 84.45 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 10 | 0 | 0.85 | 0.96 | 0.13 | 6.48 | 0.91 | 0.46 |
| Hex | DF | 21 | A | 0 | 55 | 60 | D | 6 | 5B | 2E |
| Octal | 337 | 41 | 12 | 0 | 125 | 140 | 15 | 6 | 133 | 56 |
| Binary | 11011111 | 100001 | 1010 | 0 | 1010101 | 1100000 | 1101 | 110 | 1011011 | 101110 |
Color Harmonies of #DF210A
Complementary color
Monochromatic Colors of #DF210A
Black with #DF210A
Text Example
Text Example
White with #DF210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF210A; }
p { color: rgb(223,33,10); }
H1.HeaderClassName
{
color: #DF210A;
}
.AnyTagClassName
{
color: #DF210A;
}
</style>
background-color css
<style>
a { background-color: #DF210A; }
a { background-color: rgb(223,33,10); }
div.DivClassName
{
background-color: #DF210A;
}
.BgClassName
{
background-color: #DF210A;
}
</style>
border-color css
<style>
span { border-color: #DF210A; }
span { border-color: rgb(223,33,10); }
td.TdClassName
{
border-color: #DF210A;
}
.TagClassName
{
border-color: #DF210A;
}
</style>