Html Css Color HEX #D02312 Harley Davidson Orange
📋 copy color: '#D02312'red 208 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #D02312
Tints of Harley Davidson Orange #D02312
RGB
CMYK
RGB Variations
Color information
#D02312 (or 0xD02312) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 12. RGB value is (208,35,18). Sum of RGB (Red+Green+Blue) = 208+35+18=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D02312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02312 is #2FDCED. Grayscale: #555555. Windows color (decimal): -3136750 or 1188816. OLE color: 1188816.
HSL color Cylindrical-coordinate representation of color #D02312: hue angle of 5.37º 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 #D02312 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.18 |
| HSL | 5.37º | 0.84% | 0.44% | - |
| HSV(B) | 5.37º | 0.91% | 0.82% | - |
| XYZ | 26.72 | 14.66 | 1.99 | - |
| YUV | 84.79 | 90.31 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 18 | 0 | 0.83 | 0.91 | 0.18 | 5.37 | 0.84 | 0.44 |
| Hex | D0 | 23 | 12 | 0 | 53 | 5B | 12 | 5 | 54 | 2C |
| Octal | 320 | 43 | 22 | 0 | 123 | 133 | 22 | 5 | 124 | 54 |
| Binary | 11010000 | 100011 | 10010 | 0 | 1010011 | 1011011 | 10010 | 101 | 1010100 | 101100 |
Color Harmonies of #D02312
Complementary color
Monochromatic Colors of #D02312
Black with #D02312
Text Example
Text Example
White with #D02312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02312; }
p { color: rgb(208,35,18); }
H1.HeaderClassName
{
color: #D02312;
}
.AnyTagClassName
{
color: #D02312;
}
</style>
background-color css
<style>
a { background-color: #D02312; }
a { background-color: rgb(208,35,18); }
div.DivClassName
{
background-color: #D02312;
}
.BgClassName
{
background-color: #D02312;
}
</style>
border-color css
<style>
span { border-color: #D02312; }
span { border-color: rgb(208,35,18); }
td.TdClassName
{
border-color: #D02312;
}
.TagClassName
{
border-color: #D02312;
}
</style>