Html Css Color HEX #D01812 Harley Davidson Orange
📋 copy color: '#D01812'red 208 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #D01812
Tints of Harley Davidson Orange #D01812
RGB
CMYK
RGB Variations
Color information
#D01812 (or 0xD01812) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 12. RGB value is (208,24,18). Sum of RGB (Red+Green+Blue) = 208+24+18=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D01812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01812 is #2FE7ED. Grayscale: #4E4E4E. Windows color (decimal): -3139566 or 1186000. OLE color: 1186000.
HSL color Cylindrical-coordinate representation of color #D01812: hue angle of 1.89º 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 #D01812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.18 |
| HSL | 1.89º | 0.84% | 0.44% | - |
| HSV(B) | 1.89º | 0.91% | 0.82% | - |
| XYZ | 26.45 | 14.11 | 1.9 | - |
| YUV | 78.33 | 93.96 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 18 | 0 | 0.88 | 0.91 | 0.18 | 1.89 | 0.84 | 0.44 |
| Hex | D0 | 18 | 12 | 0 | 58 | 5B | 12 | 2 | 54 | 2C |
| Octal | 320 | 30 | 22 | 0 | 130 | 133 | 22 | 2 | 124 | 54 |
| Binary | 11010000 | 11000 | 10010 | 0 | 1011000 | 1011011 | 10010 | 10 | 1010100 | 101100 |
Color Harmonies of #D01812
Complementary color
Monochromatic Colors of #D01812
Black with #D01812
Text Example
Text Example
White with #D01812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01812; }
p { color: rgb(208,24,18); }
H1.HeaderClassName
{
color: #D01812;
}
.AnyTagClassName
{
color: #D01812;
}
</style>
background-color css
<style>
a { background-color: #D01812; }
a { background-color: rgb(208,24,18); }
div.DivClassName
{
background-color: #D01812;
}
.BgClassName
{
background-color: #D01812;
}
</style>
border-color css
<style>
span { border-color: #D01812; }
span { border-color: rgb(208,24,18); }
td.TdClassName
{
border-color: #D01812;
}
.TagClassName
{
border-color: #D01812;
}
</style>