Html Css Color HEX #D1331F Harley Davidson Orange
📋 copy color: '#D1331F'red 209 ◦ green 51 ◦ blue 31
Shades of Harley Davidson Orange #D1331F
Tints of Harley Davidson Orange #D1331F
RGB
CMYK
RGB Variations
Color information
#D1331F (or 0xD1331F) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 1F. RGB value is (209,51,31). Sum of RGB (Red+Green+Blue) = 209+51+31=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1331F is #2ECCE0. Grayscale: #606060. Windows color (decimal): -3067105 or 2044881. OLE color: 2044881.
HSL color Cylindrical-coordinate representation of color #D1331F: hue angle of 6.74º 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 #D1331F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.18 |
| HSL | 6.74º | 0.74% | 0.47% | - |
| HSV(B) | 6.74º | 0.85% | 0.82% | - |
| XYZ | 27.73 | 16.02 | 2.93 | - |
| YUV | 95.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 31 | 0 | 0.76 | 0.85 | 0.18 | 6.74 | 0.74 | 0.47 |
| Hex | D1 | 33 | 1F | 0 | 4C | 55 | 12 | 7 | 4A | 2F |
| Octal | 321 | 63 | 37 | 0 | 114 | 125 | 22 | 7 | 112 | 57 |
| Binary | 11010001 | 110011 | 11111 | 0 | 1001100 | 1010101 | 10010 | 111 | 1001010 | 101111 |
Color Harmonies of #D1331F
Complementary color
Monochromatic Colors of #D1331F
Black with #D1331F
Text Example
Text Example
White with #D1331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1331F; }
p { color: rgb(209,51,31); }
H1.HeaderClassName
{
color: #D1331F;
}
.AnyTagClassName
{
color: #D1331F;
}
</style>
background-color css
<style>
a { background-color: #D1331F; }
a { background-color: rgb(209,51,31); }
div.DivClassName
{
background-color: #D1331F;
}
.BgClassName
{
background-color: #D1331F;
}
</style>
border-color css
<style>
span { border-color: #D1331F; }
span { border-color: rgb(209,51,31); }
td.TdClassName
{
border-color: #D1331F;
}
.TagClassName
{
border-color: #D1331F;
}
</style>