Html Css Color HEX #D03308 Harley Davidson Orange
📋 copy color: '#D03308'red 208 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #D03308
Tints of Harley Davidson Orange #D03308
RGB
CMYK
RGB Variations
Color information
#D03308 (or 0xD03308) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 08. RGB value is (208,51,8). Sum of RGB (Red+Green+Blue) = 208+51+8=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D03308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03308 is #2FCCF7. Grayscale: #5D5D5D. Windows color (decimal): -3132664 or 537552. OLE color: 537552.
HSL color Cylindrical-coordinate representation of color #D03308: hue angle of 12.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D03308 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.18 |
| HSL | 12.9º | 0.93% | 0.42% | - |
| HSV(B) | 12.9º | 0.96% | 0.82% | - |
| XYZ | 27.24 | 15.8 | 1.84 | - |
| YUV | 93.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 8 | 0 | 0.75 | 0.96 | 0.18 | 12.9 | 0.93 | 0.42 |
| Hex | D0 | 33 | 8 | 0 | 4B | 60 | 12 | D | 5D | 2A |
| Octal | 320 | 63 | 10 | 0 | 113 | 140 | 22 | 15 | 135 | 52 |
| Binary | 11010000 | 110011 | 1000 | 0 | 1001011 | 1100000 | 10010 | 1101 | 1011101 | 101010 |
Color Harmonies of #D03308
Complementary color
Monochromatic Colors of #D03308
Black with #D03308
Text Example
Text Example
White with #D03308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03308; }
p { color: rgb(208,51,8); }
H1.HeaderClassName
{
color: #D03308;
}
.AnyTagClassName
{
color: #D03308;
}
</style>
background-color css
<style>
a { background-color: #D03308; }
a { background-color: rgb(208,51,8); }
div.DivClassName
{
background-color: #D03308;
}
.BgClassName
{
background-color: #D03308;
}
</style>
border-color css
<style>
span { border-color: #D03308; }
span { border-color: rgb(208,51,8); }
td.TdClassName
{
border-color: #D03308;
}
.TagClassName
{
border-color: #D03308;
}
</style>