Html Css Color HEX #DF2F0B Harley Davidson Orange
📋 copy color: '#DF2F0B'red 223 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #DF2F0B
Tints of Harley Davidson Orange #DF2F0B
RGB
CMYK
RGB Variations
Color information
#DF2F0B (or 0xDF2F0B) is known color: Harley Davidson Orange. HEX triplet: DF, 2F and 0B. RGB value is (223,47,11). Sum of RGB (Red+Green+Blue) = 223+47+11=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2F0B is #20D0F4. Grayscale: #5F5F5F. Windows color (decimal): -2150645 or 733151. OLE color: 733151.
HSL color Cylindrical-coordinate representation of color #DF2F0B: hue angle of 10.19º 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 #DF2F0B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.13 |
| HSL | 10.19º | 0.91% | 0.46% | - |
| HSV(B) | 10.19º | 0.95% | 0.87% | - |
| XYZ | 31.51 | 17.75 | 2.08 | - |
| YUV | 95.52 | 80.31 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 11 | 0 | 0.79 | 0.95 | 0.13 | 10.19 | 0.91 | 0.46 |
| Hex | DF | 2F | B | 0 | 4F | 5F | D | A | 5B | 2E |
| Octal | 337 | 57 | 13 | 0 | 117 | 137 | 15 | 12 | 133 | 56 |
| Binary | 11011111 | 101111 | 1011 | 0 | 1001111 | 1011111 | 1101 | 1010 | 1011011 | 101110 |
Color Harmonies of #DF2F0B
Complementary color
Monochromatic Colors of #DF2F0B
Black with #DF2F0B
Text Example
Text Example
White with #DF2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F0B; }
p { color: rgb(223,47,11); }
H1.HeaderClassName
{
color: #DF2F0B;
}
.AnyTagClassName
{
color: #DF2F0B;
}
</style>
background-color css
<style>
a { background-color: #DF2F0B; }
a { background-color: rgb(223,47,11); }
div.DivClassName
{
background-color: #DF2F0B;
}
.BgClassName
{
background-color: #DF2F0B;
}
</style>
border-color css
<style>
span { border-color: #DF2F0B; }
span { border-color: rgb(223,47,11); }
td.TdClassName
{
border-color: #DF2F0B;
}
.TagClassName
{
border-color: #DF2F0B;
}
</style>