Html Css Color HEX #D02D0B Harley Davidson Orange
📋 copy color: '#D02D0B'red 208 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #D02D0B
Tints of Harley Davidson Orange #D02D0B
RGB
CMYK
RGB Variations
Color information
#D02D0B (or 0xD02D0B) is known color: Harley Davidson Orange. HEX triplet: D0, 2D and 0B. RGB value is (208,45,11). Sum of RGB (Red+Green+Blue) = 208+45+11=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02D0B is #2FD2F4. Grayscale: #5A5A5A. Windows color (decimal): -3134197 or 732624. OLE color: 732624.
HSL color Cylindrical-coordinate representation of color #D02D0B: hue angle of 10.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D02D0B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.18 |
| HSL | 10.36º | 0.9% | 0.43% | - |
| HSV(B) | 10.36º | 0.95% | 0.82% | - |
| XYZ | 27.01 | 15.31 | 1.85 | - |
| YUV | 89.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 11 | 0 | 0.78 | 0.95 | 0.18 | 10.36 | 0.9 | 0.43 |
| Hex | D0 | 2D | B | 0 | 4E | 5F | 12 | A | 5A | 2B |
| Octal | 320 | 55 | 13 | 0 | 116 | 137 | 22 | 12 | 132 | 53 |
| Binary | 11010000 | 101101 | 1011 | 0 | 1001110 | 1011111 | 10010 | 1010 | 1011010 | 101011 |
Color Harmonies of #D02D0B
Complementary color
Monochromatic Colors of #D02D0B
Black with #D02D0B
Text Example
Text Example
White with #D02D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D0B; }
p { color: rgb(208,45,11); }
H1.HeaderClassName
{
color: #D02D0B;
}
.AnyTagClassName
{
color: #D02D0B;
}
</style>
background-color css
<style>
a { background-color: #D02D0B; }
a { background-color: rgb(208,45,11); }
div.DivClassName
{
background-color: #D02D0B;
}
.BgClassName
{
background-color: #D02D0B;
}
</style>
border-color css
<style>
span { border-color: #D02D0B; }
span { border-color: rgb(208,45,11); }
td.TdClassName
{
border-color: #D02D0B;
}
.TagClassName
{
border-color: #D02D0B;
}
</style>