Html Css Color HEX #D1491A Harley Davidson Orange
📋 copy color: '#D1491A'red 209 ◦ green 73 ◦ blue 26
Shades of Harley Davidson Orange #D1491A
Tints of Harley Davidson Orange #D1491A
RGB
CMYK
RGB Variations
Color information
#D1491A (or 0xD1491A) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 1A. RGB value is (209,73,26). Sum of RGB (Red+Green+Blue) = 209+73+26=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1491A is #2EB6E5. Grayscale: #6C6C6C. Windows color (decimal): -3061478 or 1722833. OLE color: 1722833.
HSL color Cylindrical-coordinate representation of color #D1491A: hue angle of 15.41º 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 #D1491A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 26 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.18 |
| HSL | 15.41º | 0.78% | 0.46% | - |
| HSV(B) | 15.41º | 0.88% | 0.82% | - |
| XYZ | 28.86 | 18.39 | 3.01 | - |
| YUV | 108.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 26 | 0 | 0.65 | 0.88 | 0.18 | 15.41 | 0.78 | 0.46 |
| Hex | D1 | 49 | 1A | 0 | 41 | 58 | 12 | F | 4E | 2E |
| Octal | 321 | 111 | 32 | 0 | 101 | 130 | 22 | 17 | 116 | 56 |
| Binary | 11010001 | 1001001 | 11010 | 0 | 1000001 | 1011000 | 10010 | 1111 | 1001110 | 101110 |
Color Harmonies of #D1491A
Complementary color
Monochromatic Colors of #D1491A
Black with #D1491A
Text Example
Text Example
White with #D1491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1491A; }
p { color: rgb(209,73,26); }
H1.HeaderClassName
{
color: #D1491A;
}
.AnyTagClassName
{
color: #D1491A;
}
</style>
background-color css
<style>
a { background-color: #D1491A; }
a { background-color: rgb(209,73,26); }
div.DivClassName
{
background-color: #D1491A;
}
.BgClassName
{
background-color: #D1491A;
}
</style>
border-color css
<style>
span { border-color: #D1491A; }
span { border-color: rgb(209,73,26); }
td.TdClassName
{
border-color: #D1491A;
}
.TagClassName
{
border-color: #D1491A;
}
</style>