Html Css Color HEX #D12901 Harley Davidson Orange
📋 copy color: '#D12901'red 209 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #D12901
Tints of Harley Davidson Orange #D12901
RGB
CMYK
RGB Variations
Color information
#D12901 (or 0xD12901) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 01. RGB value is (209,41,1). Sum of RGB (Red+Green+Blue) = 209+41+1=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D12901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12901 is #2ED6FE. Grayscale: #565656. Windows color (decimal): -3069695 or 76241. OLE color: 76241.
HSL color Cylindrical-coordinate representation of color #D12901: hue angle of 11.54º 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 #D12901 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.18 |
| HSL | 11.54º | 0.99% | 0.41% | - |
| HSV(B) | 11.54º | 1% | 0.82% | - |
| XYZ | 27.09 | 15.14 | 1.52 | - |
| YUV | 86.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 1 | 0 | 0.80 | 1.00 | 0.18 | 11.54 | 0.99 | 0.41 |
| Hex | D1 | 29 | 1 | 0 | 50 | 64 | 12 | C | 63 | 29 |
| Octal | 321 | 51 | 1 | 0 | 120 | 144 | 22 | 14 | 143 | 51 |
| Binary | 11010001 | 101001 | 1 | 0 | 1010000 | 1100100 | 10010 | 1100 | 1100011 | 101001 |
Color Harmonies of #D12901
Complementary color
Monochromatic Colors of #D12901
Black with #D12901
Text Example
Text Example
White with #D12901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12901; }
p { color: rgb(209,41,1); }
H1.HeaderClassName
{
color: #D12901;
}
.AnyTagClassName
{
color: #D12901;
}
</style>
background-color css
<style>
a { background-color: #D12901; }
a { background-color: rgb(209,41,1); }
div.DivClassName
{
background-color: #D12901;
}
.BgClassName
{
background-color: #D12901;
}
</style>
border-color css
<style>
span { border-color: #D12901; }
span { border-color: rgb(209,41,1); }
td.TdClassName
{
border-color: #D12901;
}
.TagClassName
{
border-color: #D12901;
}
</style>