Html Css Color HEX #D03412 Harley Davidson Orange
📋 copy color: '#D03412'red 208 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #D03412
Tints of Harley Davidson Orange #D03412
RGB
CMYK
RGB Variations
Color information
#D03412 (or 0xD03412) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 12. RGB value is (208,52,18). Sum of RGB (Red+Green+Blue) = 208+52+18=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D03412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03412 is #2FCBED. Grayscale: #5F5F5F. Windows color (decimal): -3132398 or 1193168. OLE color: 1193168.
HSL color Cylindrical-coordinate representation of color #D03412: hue angle of 10.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D03412 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.18 |
| HSL | 10.74º | 0.84% | 0.44% | - |
| HSV(B) | 10.74º | 0.91% | 0.82% | - |
| XYZ | 27.35 | 15.91 | 2.2 | - |
| YUV | 94.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 18 | 0 | 0.75 | 0.91 | 0.18 | 10.74 | 0.84 | 0.44 |
| Hex | D0 | 34 | 12 | 0 | 4B | 5B | 12 | B | 54 | 2C |
| Octal | 320 | 64 | 22 | 0 | 113 | 133 | 22 | 13 | 124 | 54 |
| Binary | 11010000 | 110100 | 10010 | 0 | 1001011 | 1011011 | 10010 | 1011 | 1010100 | 101100 |
Color Harmonies of #D03412
Complementary color
Monochromatic Colors of #D03412
Black with #D03412
Text Example
Text Example
White with #D03412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03412; }
p { color: rgb(208,52,18); }
H1.HeaderClassName
{
color: #D03412;
}
.AnyTagClassName
{
color: #D03412;
}
</style>
background-color css
<style>
a { background-color: #D03412; }
a { background-color: rgb(208,52,18); }
div.DivClassName
{
background-color: #D03412;
}
.BgClassName
{
background-color: #D03412;
}
</style>
border-color css
<style>
span { border-color: #D03412; }
span { border-color: rgb(208,52,18); }
td.TdClassName
{
border-color: #D03412;
}
.TagClassName
{
border-color: #D03412;
}
</style>