Html Css Color HEX #D1321F Harley Davidson Orange
📋 copy color: '#D1321F'red 209 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #D1321F
Tints of Harley Davidson Orange #D1321F
RGB
CMYK
RGB Variations
Color information
#D1321F (or 0xD1321F) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 1F. RGB value is (209,50,31). Sum of RGB (Red+Green+Blue) = 209+50+31=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1321F is #2ECDE0. Grayscale: #5F5F5F. Windows color (decimal): -3067361 or 2044625. OLE color: 2044625.
HSL color Cylindrical-coordinate representation of color #D1321F: hue angle of 6.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1321F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.18 |
| HSL | 6.4º | 0.74% | 0.47% | - |
| HSV(B) | 6.4º | 0.85% | 0.82% | - |
| XYZ | 27.68 | 15.94 | 2.91 | - |
| YUV | 95.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 31 | 0 | 0.76 | 0.85 | 0.18 | 6.4 | 0.74 | 0.47 |
| Hex | D1 | 32 | 1F | 0 | 4C | 55 | 12 | 6 | 4A | 2F |
| Octal | 321 | 62 | 37 | 0 | 114 | 125 | 22 | 6 | 112 | 57 |
| Binary | 11010001 | 110010 | 11111 | 0 | 1001100 | 1010101 | 10010 | 110 | 1001010 | 101111 |
Color Harmonies of #D1321F
Complementary color
Monochromatic Colors of #D1321F
Black with #D1321F
Text Example
Text Example
White with #D1321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1321F; }
p { color: rgb(209,50,31); }
H1.HeaderClassName
{
color: #D1321F;
}
.AnyTagClassName
{
color: #D1321F;
}
</style>
background-color css
<style>
a { background-color: #D1321F; }
a { background-color: rgb(209,50,31); }
div.DivClassName
{
background-color: #D1321F;
}
.BgClassName
{
background-color: #D1321F;
}
</style>
border-color css
<style>
span { border-color: #D1321F; }
span { border-color: rgb(209,50,31); }
td.TdClassName
{
border-color: #D1321F;
}
.TagClassName
{
border-color: #D1321F;
}
</style>