Html Css Color HEX #DF2D0B Harley Davidson Orange
📋 copy color: '#DF2D0B'red 223 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #DF2D0B
Tints of Harley Davidson Orange #DF2D0B
RGB
CMYK
RGB Variations
Color information
#DF2D0B (or 0xDF2D0B) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 0B. RGB value is (223,45,11). Sum of RGB (Red+Green+Blue) = 223+45+11=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D0B is #20D2F4. Grayscale: #5E5E5E. Windows color (decimal): -2151157 or 732639. OLE color: 732639.
HSL color Cylindrical-coordinate representation of color #DF2D0B: hue angle of 9.62º 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 #DF2D0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.13 |
| HSL | 9.62º | 0.91% | 0.46% | - |
| HSV(B) | 9.62º | 0.95% | 0.87% | - |
| XYZ | 31.43 | 17.59 | 2.06 | - |
| YUV | 94.35 | 80.97 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 11 | 0 | 0.80 | 0.95 | 0.13 | 9.62 | 0.91 | 0.46 |
| Hex | DF | 2D | B | 0 | 50 | 5F | D | A | 5B | 2E |
| Octal | 337 | 55 | 13 | 0 | 120 | 137 | 15 | 12 | 133 | 56 |
| Binary | 11011111 | 101101 | 1011 | 0 | 1010000 | 1011111 | 1101 | 1010 | 1011011 | 101110 |
Color Harmonies of #DF2D0B
Complementary color
Monochromatic Colors of #DF2D0B
Black with #DF2D0B
Text Example
Text Example
White with #DF2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D0B; }
p { color: rgb(223,45,11); }
H1.HeaderClassName
{
color: #DF2D0B;
}
.AnyTagClassName
{
color: #DF2D0B;
}
</style>
background-color css
<style>
a { background-color: #DF2D0B; }
a { background-color: rgb(223,45,11); }
div.DivClassName
{
background-color: #DF2D0B;
}
.BgClassName
{
background-color: #DF2D0B;
}
</style>
border-color css
<style>
span { border-color: #DF2D0B; }
span { border-color: rgb(223,45,11); }
td.TdClassName
{
border-color: #DF2D0B;
}
.TagClassName
{
border-color: #DF2D0B;
}
</style>