Html Css Color HEX #D12503 Harley Davidson Orange
📋 copy color: '#D12503'red 209 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #D12503
Tints of Harley Davidson Orange #D12503
RGB
CMYK
RGB Variations
Color information
#D12503 (or 0xD12503) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 03. RGB value is (209,37,3). Sum of RGB (Red+Green+Blue) = 209+37+3=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D12503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12503 is #2EDAFC. Grayscale: #545454. Windows color (decimal): -3070717 or 206289. OLE color: 206289.
HSL color Cylindrical-coordinate representation of color #D12503: hue angle of 9.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D12503 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.18 |
| HSL | 9.9º | 0.97% | 0.42% | - |
| HSV(B) | 9.9º | 0.99% | 0.82% | - |
| XYZ | 26.97 | 14.89 | 1.54 | - |
| YUV | 84.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 3 | 0 | 0.82 | 0.99 | 0.18 | 9.9 | 0.97 | 0.42 |
| Hex | D1 | 25 | 3 | 0 | 52 | 63 | 12 | A | 61 | 2A |
| Octal | 321 | 45 | 3 | 0 | 122 | 143 | 22 | 12 | 141 | 52 |
| Binary | 11010001 | 100101 | 11 | 0 | 1010010 | 1100011 | 10010 | 1010 | 1100001 | 101010 |
Color Harmonies of #D12503
Complementary color
Monochromatic Colors of #D12503
Black with #D12503
Text Example
Text Example
White with #D12503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12503; }
p { color: rgb(209,37,3); }
H1.HeaderClassName
{
color: #D12503;
}
.AnyTagClassName
{
color: #D12503;
}
</style>
background-color css
<style>
a { background-color: #D12503; }
a { background-color: rgb(209,37,3); }
div.DivClassName
{
background-color: #D12503;
}
.BgClassName
{
background-color: #D12503;
}
</style>
border-color css
<style>
span { border-color: #D12503; }
span { border-color: rgb(209,37,3); }
td.TdClassName
{
border-color: #D12503;
}
.TagClassName
{
border-color: #D12503;
}
</style>