Html Css Color HEX #D1391A Harley Davidson Orange
📋 copy color: '#D1391A'red 209 ◦ green 57 ◦ blue 26
Shades of Harley Davidson Orange #D1391A
Tints of Harley Davidson Orange #D1391A
RGB
CMYK
RGB Variations
Color information
#D1391A (or 0xD1391A) is known color: Harley Davidson Orange. HEX triplet: D1, 39 and 1A. RGB value is (209,57,26). Sum of RGB (Red+Green+Blue) = 209+57+26=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1391A is #2EC6E5. Grayscale: #636363. Windows color (decimal): -3065574 or 1718737. OLE color: 1718737.
HSL color Cylindrical-coordinate representation of color #D1391A: hue angle of 10.16º 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 #D1391A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 26 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.18 |
| HSL | 10.16º | 0.78% | 0.46% | - |
| HSV(B) | 10.16º | 0.88% | 0.82% | - |
| XYZ | 27.94 | 16.56 | 2.7 | - |
| YUV | 98.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 26 | 0 | 0.73 | 0.88 | 0.18 | 10.16 | 0.78 | 0.46 |
| Hex | D1 | 39 | 1A | 0 | 49 | 58 | 12 | A | 4E | 2E |
| Octal | 321 | 71 | 32 | 0 | 111 | 130 | 22 | 12 | 116 | 56 |
| Binary | 11010001 | 111001 | 11010 | 0 | 1001001 | 1011000 | 10010 | 1010 | 1001110 | 101110 |
Color Harmonies of #D1391A
Complementary color
Monochromatic Colors of #D1391A
Black with #D1391A
Text Example
Text Example
White with #D1391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1391A; }
p { color: rgb(209,57,26); }
H1.HeaderClassName
{
color: #D1391A;
}
.AnyTagClassName
{
color: #D1391A;
}
</style>
background-color css
<style>
a { background-color: #D1391A; }
a { background-color: rgb(209,57,26); }
div.DivClassName
{
background-color: #D1391A;
}
.BgClassName
{
background-color: #D1391A;
}
</style>
border-color css
<style>
span { border-color: #D1391A; }
span { border-color: rgb(209,57,26); }
td.TdClassName
{
border-color: #D1391A;
}
.TagClassName
{
border-color: #D1391A;
}
</style>