Html Css Color HEX #D12401 Harley Davidson Orange
📋 copy color: '#D12401'red 209 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #D12401
Tints of Harley Davidson Orange #D12401
RGB
CMYK
RGB Variations
Color information
#D12401 (or 0xD12401) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 01. RGB value is (209,36,1). Sum of RGB (Red+Green+Blue) = 209+36+1=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D12401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12401 is #2EDBFE. Grayscale: #545454. Windows color (decimal): -3070975 or 74961. OLE color: 74961.
HSL color Cylindrical-coordinate representation of color #D12401: hue angle of 10.1º 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 #D12401 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.18 |
| HSL | 10.1º | 0.99% | 0.41% | - |
| HSV(B) | 10.1º | 1% | 0.82% | - |
| XYZ | 26.93 | 14.82 | 1.47 | - |
| YUV | 83.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 1 | 0 | 0.83 | 1.00 | 0.18 | 10.1 | 0.99 | 0.41 |
| Hex | D1 | 24 | 1 | 0 | 53 | 64 | 12 | A | 63 | 29 |
| Octal | 321 | 44 | 1 | 0 | 123 | 144 | 22 | 12 | 143 | 51 |
| Binary | 11010001 | 100100 | 1 | 0 | 1010011 | 1100100 | 10010 | 1010 | 1100011 | 101001 |
Color Harmonies of #D12401
Complementary color
Monochromatic Colors of #D12401
Black with #D12401
Text Example
Text Example
White with #D12401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12401; }
p { color: rgb(209,36,1); }
H1.HeaderClassName
{
color: #D12401;
}
.AnyTagClassName
{
color: #D12401;
}
</style>
background-color css
<style>
a { background-color: #D12401; }
a { background-color: rgb(209,36,1); }
div.DivClassName
{
background-color: #D12401;
}
.BgClassName
{
background-color: #D12401;
}
</style>
border-color css
<style>
span { border-color: #D12401; }
span { border-color: rgb(209,36,1); }
td.TdClassName
{
border-color: #D12401;
}
.TagClassName
{
border-color: #D12401;
}
</style>