Html Css Color HEX #D03B04 Harley Davidson Orange
📋 copy color: '#D03B04'red 208 ◦ green 59 ◦ blue 4
Shades of Harley Davidson Orange #D03B04
Tints of Harley Davidson Orange #D03B04
RGB
CMYK
RGB Variations
Color information
#D03B04 (or 0xD03B04) is known color: Harley Davidson Orange. HEX triplet: D0, 3B and 04. RGB value is (208,59,4). Sum of RGB (Red+Green+Blue) = 208+59+4=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03B04 is #2FC4FB. Grayscale: #616161. Windows color (decimal): -3130620 or 277456. OLE color: 277456.
HSL color Cylindrical-coordinate representation of color #D03B04: hue angle of 16.18º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D03B04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.18 |
| HSL | 16.18º | 0.96% | 0.42% | - |
| HSV(B) | 16.18º | 0.98% | 0.82% | - |
| XYZ | 27.6 | 16.55 | 1.85 | - |
| YUV | 97.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 4 | 0 | 0.72 | 0.98 | 0.18 | 16.18 | 0.96 | 0.42 |
| Hex | D0 | 3B | 4 | 0 | 48 | 62 | 12 | 10 | 60 | 2A |
| Octal | 320 | 73 | 4 | 0 | 110 | 142 | 22 | 20 | 140 | 52 |
| Binary | 11010000 | 111011 | 100 | 0 | 1001000 | 1100010 | 10010 | 10000 | 1100000 | 101010 |
Color Harmonies of #D03B04
Complementary color
Monochromatic Colors of #D03B04
Black with #D03B04
Text Example
Text Example
White with #D03B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B04; }
p { color: rgb(208,59,4); }
H1.HeaderClassName
{
color: #D03B04;
}
.AnyTagClassName
{
color: #D03B04;
}
</style>
background-color css
<style>
a { background-color: #D03B04; }
a { background-color: rgb(208,59,4); }
div.DivClassName
{
background-color: #D03B04;
}
.BgClassName
{
background-color: #D03B04;
}
</style>
border-color css
<style>
span { border-color: #D03B04; }
span { border-color: rgb(208,59,4); }
td.TdClassName
{
border-color: #D03B04;
}
.TagClassName
{
border-color: #D03B04;
}
</style>