Html Css Color HEX #D02412 Harley Davidson Orange
📋 copy color: '#D02412'red 208 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #D02412
Tints of Harley Davidson Orange #D02412
RGB
CMYK
RGB Variations
Color information
#D02412 (or 0xD02412) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 12. RGB value is (208,36,18). Sum of RGB (Red+Green+Blue) = 208+36+18=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D02412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02412 is #2FDBED. Grayscale: #555555. Windows color (decimal): -3136494 or 1189072. OLE color: 1189072.
HSL color Cylindrical-coordinate representation of color #D02412: hue angle of 5.68º 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 #D02412 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.18 |
| HSL | 5.68º | 0.84% | 0.44% | - |
| HSV(B) | 5.68º | 0.91% | 0.82% | - |
| XYZ | 26.75 | 14.72 | 2 | - |
| YUV | 85.38 | 89.98 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 18 | 0 | 0.83 | 0.91 | 0.18 | 5.68 | 0.84 | 0.44 |
| Hex | D0 | 24 | 12 | 0 | 53 | 5B | 12 | 6 | 54 | 2C |
| Octal | 320 | 44 | 22 | 0 | 123 | 133 | 22 | 6 | 124 | 54 |
| Binary | 11010000 | 100100 | 10010 | 0 | 1010011 | 1011011 | 10010 | 110 | 1010100 | 101100 |
Color Harmonies of #D02412
Complementary color
Monochromatic Colors of #D02412
Black with #D02412
Text Example
Text Example
White with #D02412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02412; }
p { color: rgb(208,36,18); }
H1.HeaderClassName
{
color: #D02412;
}
.AnyTagClassName
{
color: #D02412;
}
</style>
background-color css
<style>
a { background-color: #D02412; }
a { background-color: rgb(208,36,18); }
div.DivClassName
{
background-color: #D02412;
}
.BgClassName
{
background-color: #D02412;
}
</style>
border-color css
<style>
span { border-color: #D02412; }
span { border-color: rgb(208,36,18); }
td.TdClassName
{
border-color: #D02412;
}
.TagClassName
{
border-color: #D02412;
}
</style>