Html Css Color HEX #D11A1A Harley Davidson Orange
📋 copy color: '#D11A1A'red 209 ◦ green 26 ◦ blue 26
Shades of Harley Davidson Orange #D11A1A
Tints of Harley Davidson Orange #D11A1A
RGB
CMYK
RGB Variations
Color information
#D11A1A (or 0xD11A1A) is known color: Harley Davidson Orange. HEX triplet: D1, 1A and 1A. RGB value is (209,26,26). Sum of RGB (Red+Green+Blue) = 209+26+26=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A1A is #2EE5E5. Grayscale: #505050. Windows color (decimal): -3073510 or 1710801. OLE color: 1710801.
HSL color Cylindrical-coordinate representation of color #D11A1A: hue angle of 0º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A1A is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 26 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.18 |
| HSL | 0º | 0.78% | 0.46% | - |
| HSV(B) | 0º | 0.88% | 0.82% | - |
| XYZ | 26.85 | 14.37 | 2.34 | - |
| YUV | 80.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 26 | 0 | 0.88 | 0.88 | 0.18 | 0 | 0.78 | 0.46 |
| Hex | D1 | 1A | 1A | 0 | 58 | 58 | 12 | 0 | 4E | 2E |
| Octal | 321 | 32 | 32 | 0 | 130 | 130 | 22 | 0 | 116 | 56 |
| Binary | 11010001 | 11010 | 11010 | 0 | 1011000 | 1011000 | 10010 | 0 | 1001110 | 101110 |
Color Harmonies of #D11A1A
Complementary color
Monochromatic Colors of #D11A1A
Black with #D11A1A
Text Example
Text Example
White with #D11A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A1A; }
p { color: rgb(209,26,26); }
H1.HeaderClassName
{
color: #D11A1A;
}
.AnyTagClassName
{
color: #D11A1A;
}
</style>
background-color css
<style>
a { background-color: #D11A1A; }
a { background-color: rgb(209,26,26); }
div.DivClassName
{
background-color: #D11A1A;
}
.BgClassName
{
background-color: #D11A1A;
}
</style>
border-color css
<style>
span { border-color: #D11A1A; }
span { border-color: rgb(209,26,26); }
td.TdClassName
{
border-color: #D11A1A;
}
.TagClassName
{
border-color: #D11A1A;
}
</style>