Html Css Color HEX #D1291A Harley Davidson Orange
📋 copy color: '#D1291A'red 209 ◦ green 41 ◦ blue 26
Shades of Harley Davidson Orange #D1291A
Tints of Harley Davidson Orange #D1291A
RGB
CMYK
RGB Variations
Color information
#D1291A (or 0xD1291A) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 1A. RGB value is (209,41,26). Sum of RGB (Red+Green+Blue) = 209+41+26=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1291A is #2ED6E5. Grayscale: #595959. Windows color (decimal): -3069670 or 1714641. OLE color: 1714641.
HSL color Cylindrical-coordinate representation of color #D1291A: hue angle of 4.92º 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 #D1291A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 26 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.18 |
| HSL | 4.92º | 0.78% | 0.46% | - |
| HSV(B) | 4.92º | 0.88% | 0.82% | - |
| XYZ | 27.27 | 15.22 | 2.48 | - |
| YUV | 89.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 26 | 0 | 0.80 | 0.88 | 0.18 | 4.92 | 0.78 | 0.46 |
| Hex | D1 | 29 | 1A | 0 | 50 | 58 | 12 | 5 | 4E | 2E |
| Octal | 321 | 51 | 32 | 0 | 120 | 130 | 22 | 5 | 116 | 56 |
| Binary | 11010001 | 101001 | 11010 | 0 | 1010000 | 1011000 | 10010 | 101 | 1001110 | 101110 |
Color Harmonies of #D1291A
Complementary color
Monochromatic Colors of #D1291A
Black with #D1291A
Text Example
Text Example
White with #D1291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1291A; }
p { color: rgb(209,41,26); }
H1.HeaderClassName
{
color: #D1291A;
}
.AnyTagClassName
{
color: #D1291A;
}
</style>
background-color css
<style>
a { background-color: #D1291A; }
a { background-color: rgb(209,41,26); }
div.DivClassName
{
background-color: #D1291A;
}
.BgClassName
{
background-color: #D1291A;
}
</style>
border-color css
<style>
span { border-color: #D1291A; }
span { border-color: rgb(209,41,26); }
td.TdClassName
{
border-color: #D1291A;
}
.TagClassName
{
border-color: #D1291A;
}
</style>