Html Css Color HEX #D12201 Harley Davidson Orange
📋 copy color: '#D12201'red 209 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #D12201
Tints of Harley Davidson Orange #D12201
RGB
CMYK
RGB Variations
Color information
#D12201 (or 0xD12201) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 01. RGB value is (209,34,1). Sum of RGB (Red+Green+Blue) = 209+34+1=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D12201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12201 is #2EDDFE. Grayscale: #525252. Windows color (decimal): -3071487 or 74449. OLE color: 74449.
HSL color Cylindrical-coordinate representation of color #D12201: hue angle of 9.52º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12201 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.18 |
| HSL | 9.52º | 0.99% | 0.41% | - |
| HSV(B) | 9.52º | 1% | 0.82% | - |
| XYZ | 26.87 | 14.7 | 1.45 | - |
| YUV | 82.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 1 | 0 | 0.84 | 1.00 | 0.18 | 9.52 | 0.99 | 0.41 |
| Hex | D1 | 22 | 1 | 0 | 54 | 64 | 12 | A | 63 | 29 |
| Octal | 321 | 42 | 1 | 0 | 124 | 144 | 22 | 12 | 143 | 51 |
| Binary | 11010001 | 100010 | 1 | 0 | 1010100 | 1100100 | 10010 | 1010 | 1100011 | 101001 |
Color Harmonies of #D12201
Complementary color
Monochromatic Colors of #D12201
Black with #D12201
Text Example
Text Example
White with #D12201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12201; }
p { color: rgb(209,34,1); }
H1.HeaderClassName
{
color: #D12201;
}
.AnyTagClassName
{
color: #D12201;
}
</style>
background-color css
<style>
a { background-color: #D12201; }
a { background-color: rgb(209,34,1); }
div.DivClassName
{
background-color: #D12201;
}
.BgClassName
{
background-color: #D12201;
}
</style>
border-color css
<style>
span { border-color: #D12201; }
span { border-color: rgb(209,34,1); }
td.TdClassName
{
border-color: #D12201;
}
.TagClassName
{
border-color: #D12201;
}
</style>