Html Css Color HEX #D12100 Harley Davidson Orange
📋 copy color: '#D12100'red 209 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #D12100
Tints of Harley Davidson Orange #D12100
RGB
CMYK
RGB Variations
Color information
#D12100 (or 0xD12100) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 00. RGB value is (209,33,0). Sum of RGB (Red+Green+Blue) = 209+33+0=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D12100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12100 is #2EDEFF. Grayscale: #525252. Windows color (decimal): -3071744 or 8657. OLE color: 8657.
HSL color Cylindrical-coordinate representation of color #D12100: hue angle of 9.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12100 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.18 |
| HSL | 9.47º | 1% | 0.41% | - |
| HSV(B) | 9.47º | 1% | 0.82% | - |
| XYZ | 26.84 | 14.64 | 1.41 | - |
| YUV | 81.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 0 | 0 | 0.84 | 1 | 0.18 | 9.47 | 1 | 0.41 |
| Hex | D1 | 21 | 0 | 0 | 54 | 64 | 12 | 9 | 64 | 29 |
| Octal | 321 | 41 | 0 | 0 | 124 | 144 | 22 | 11 | 144 | 51 |
| Binary | 11010001 | 100001 | 0 | 0 | 1010100 | 1100100 | 10010 | 1001 | 1100100 | 101001 |
Color Harmonies of #D12100
Complementary color
Monochromatic Colors of #D12100
Black with #D12100
Text Example
Text Example
White with #D12100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12100; }
p { color: rgb(209,33,0); }
H1.HeaderClassName
{
color: #D12100;
}
.AnyTagClassName
{
color: #D12100;
}
</style>
background-color css
<style>
a { background-color: #D12100; }
a { background-color: rgb(209,33,0); }
div.DivClassName
{
background-color: #D12100;
}
.BgClassName
{
background-color: #D12100;
}
</style>
border-color css
<style>
span { border-color: #D12100; }
span { border-color: rgb(209,33,0); }
td.TdClassName
{
border-color: #D12100;
}
.TagClassName
{
border-color: #D12100;
}
</style>