Html Css Color HEX #D12012 Harley Davidson Orange
📋 copy color: '#D12012'red 209 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #D12012
Tints of Harley Davidson Orange #D12012
RGB
CMYK
RGB Variations
Color information
#D12012 (or 0xD12012) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 12. RGB value is (209,32,18). Sum of RGB (Red+Green+Blue) = 209+32+18=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D12012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12012 is #2EDFED. Grayscale: #535353. Windows color (decimal): -3071982 or 1188049. OLE color: 1188049.
HSL color Cylindrical-coordinate representation of color #D12012: hue angle of 4.4º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D12012 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.18 |
| HSL | 4.4º | 0.84% | 0.45% | - |
| HSV(B) | 4.4º | 0.91% | 0.82% | - |
| XYZ | 26.92 | 14.63 | 1.98 | - |
| YUV | 83.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 18 | 0 | 0.85 | 0.91 | 0.18 | 4.4 | 0.84 | 0.45 |
| Hex | D1 | 20 | 12 | 0 | 55 | 5B | 12 | 4 | 54 | 2D |
| Octal | 321 | 40 | 22 | 0 | 125 | 133 | 22 | 4 | 124 | 55 |
| Binary | 11010001 | 100000 | 10010 | 0 | 1010101 | 1011011 | 10010 | 100 | 1010100 | 101101 |
Color Harmonies of #D12012
Complementary color
Monochromatic Colors of #D12012
Black with #D12012
Text Example
Text Example
White with #D12012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12012; }
p { color: rgb(209,32,18); }
H1.HeaderClassName
{
color: #D12012;
}
.AnyTagClassName
{
color: #D12012;
}
</style>
background-color css
<style>
a { background-color: #D12012; }
a { background-color: rgb(209,32,18); }
div.DivClassName
{
background-color: #D12012;
}
.BgClassName
{
background-color: #D12012;
}
</style>
border-color css
<style>
span { border-color: #D12012; }
span { border-color: rgb(209,32,18); }
td.TdClassName
{
border-color: #D12012;
}
.TagClassName
{
border-color: #D12012;
}
</style>