Html Css Color HEX #DF220B Harley Davidson Orange
📋 copy color: '#DF220B'red 223 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #DF220B
Tints of Harley Davidson Orange #DF220B
RGB
CMYK
RGB Variations
Color information
#DF220B (or 0xDF220B) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 0B. RGB value is (223,34,11). Sum of RGB (Red+Green+Blue) = 223+34+11=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF220B is #20DDF4. Grayscale: #585858. Windows color (decimal): -2153973 or 729823. OLE color: 729823.
HSL color Cylindrical-coordinate representation of color #DF220B: hue angle of 6.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF220B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 6.51º | 0.91% | 0.46% | - |
| HSV(B) | 6.51º | 0.95% | 0.87% | - |
| XYZ | 31.06 | 16.86 | 1.93 | - |
| YUV | 87.89 | 84.62 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 11 | 0 | 0.85 | 0.95 | 0.13 | 6.51 | 0.91 | 0.46 |
| Hex | DF | 22 | B | 0 | 55 | 5F | D | 7 | 5B | 2E |
| Octal | 337 | 42 | 13 | 0 | 125 | 137 | 15 | 7 | 133 | 56 |
| Binary | 11011111 | 100010 | 1011 | 0 | 1010101 | 1011111 | 1101 | 111 | 1011011 | 101110 |
Color Harmonies of #DF220B
Complementary color
Monochromatic Colors of #DF220B
Black with #DF220B
Text Example
Text Example
White with #DF220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF220B; }
p { color: rgb(223,34,11); }
H1.HeaderClassName
{
color: #DF220B;
}
.AnyTagClassName
{
color: #DF220B;
}
</style>
background-color css
<style>
a { background-color: #DF220B; }
a { background-color: rgb(223,34,11); }
div.DivClassName
{
background-color: #DF220B;
}
.BgClassName
{
background-color: #DF220B;
}
</style>
border-color css
<style>
span { border-color: #DF220B; }
span { border-color: rgb(223,34,11); }
td.TdClassName
{
border-color: #DF220B;
}
.TagClassName
{
border-color: #DF220B;
}
</style>