Html Css Color HEX #D12101 Harley Davidson Orange
📋 copy color: '#D12101'red 209 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #D12101
Tints of Harley Davidson Orange #D12101
RGB
CMYK
RGB Variations
Color information
#D12101 (or 0xD12101) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 01. RGB value is (209,33,1). Sum of RGB (Red+Green+Blue) = 209+33+1=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D12101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12101 is #2EDEFE. Grayscale: #525252. Windows color (decimal): -3071743 or 74193. OLE color: 74193.
HSL color Cylindrical-coordinate representation of color #D12101: hue angle of 9.23º 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 #D12101 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.18 |
| HSL | 9.23º | 0.99% | 0.41% | - |
| HSV(B) | 9.23º | 1% | 0.82% | - |
| XYZ | 26.84 | 14.65 | 1.44 | - |
| YUV | 81.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 1 | 0 | 0.84 | 1.00 | 0.18 | 9.23 | 0.99 | 0.41 |
| Hex | D1 | 21 | 1 | 0 | 54 | 64 | 12 | 9 | 63 | 29 |
| Octal | 321 | 41 | 1 | 0 | 124 | 144 | 22 | 11 | 143 | 51 |
| Binary | 11010001 | 100001 | 1 | 0 | 1010100 | 1100100 | 10010 | 1001 | 1100011 | 101001 |
Color Harmonies of #D12101
Complementary color
Monochromatic Colors of #D12101
Black with #D12101
Text Example
Text Example
White with #D12101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12101; }
p { color: rgb(209,33,1); }
H1.HeaderClassName
{
color: #D12101;
}
.AnyTagClassName
{
color: #D12101;
}
</style>
background-color css
<style>
a { background-color: #D12101; }
a { background-color: rgb(209,33,1); }
div.DivClassName
{
background-color: #D12101;
}
.BgClassName
{
background-color: #D12101;
}
</style>
border-color css
<style>
span { border-color: #D12101; }
span { border-color: rgb(209,33,1); }
td.TdClassName
{
border-color: #D12101;
}
.TagClassName
{
border-color: #D12101;
}
</style>