Html Css Color HEX #D11A03 Harley Davidson Orange
📋 copy color: '#D11A03'red 209 ◦ green 26 ◦ blue 3
Shades of Harley Davidson Orange #D11A03
Tints of Harley Davidson Orange #D11A03
RGB
CMYK
RGB Variations
Color information
#D11A03 (or 0xD11A03) is known color: Harley Davidson Orange. HEX triplet: D1, 1A and 03. RGB value is (209,26,3). Sum of RGB (Red+Green+Blue) = 209+26+3=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11A03 is #2EE5FC. Grayscale: #4E4E4E. Windows color (decimal): -3073533 or 203473. OLE color: 203473.
HSL color Cylindrical-coordinate representation of color #D11A03: hue angle of 6.7º 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 #D11A03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.18 |
| HSL | 6.7º | 0.97% | 0.42% | - |
| HSV(B) | 6.7º | 0.99% | 0.82% | - |
| XYZ | 26.68 | 14.3 | 1.44 | - |
| YUV | 78.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 3 | 0 | 0.88 | 0.99 | 0.18 | 6.7 | 0.97 | 0.42 |
| Hex | D1 | 1A | 3 | 0 | 58 | 63 | 12 | 7 | 61 | 2A |
| Octal | 321 | 32 | 3 | 0 | 130 | 143 | 22 | 7 | 141 | 52 |
| Binary | 11010001 | 11010 | 11 | 0 | 1011000 | 1100011 | 10010 | 111 | 1100001 | 101010 |
Color Harmonies of #D11A03
Complementary color
Monochromatic Colors of #D11A03
Black with #D11A03
Text Example
Text Example
White with #D11A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A03; }
p { color: rgb(209,26,3); }
H1.HeaderClassName
{
color: #D11A03;
}
.AnyTagClassName
{
color: #D11A03;
}
</style>
background-color css
<style>
a { background-color: #D11A03; }
a { background-color: rgb(209,26,3); }
div.DivClassName
{
background-color: #D11A03;
}
.BgClassName
{
background-color: #D11A03;
}
</style>
border-color css
<style>
span { border-color: #D11A03; }
span { border-color: rgb(209,26,3); }
td.TdClassName
{
border-color: #D11A03;
}
.TagClassName
{
border-color: #D11A03;
}
</style>