Html Css Color HEX #D13211 Harley Davidson Orange
📋 copy color: '#D13211'red 209 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #D13211
Tints of Harley Davidson Orange #D13211
RGB
CMYK
RGB Variations
Color information
#D13211 (or 0xD13211) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 11. RGB value is (209,50,17). Sum of RGB (Red+Green+Blue) = 209+50+17=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D13211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13211 is #2ECDEE. Grayscale: #5E5E5E. Windows color (decimal): -3067375 or 1127121. OLE color: 1127121.
HSL color Cylindrical-coordinate representation of color #D13211: hue angle of 10.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D13211 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.18 |
| HSL | 10.31º | 0.85% | 0.44% | - |
| HSV(B) | 10.31º | 0.92% | 0.82% | - |
| XYZ | 27.54 | 15.88 | 2.14 | - |
| YUV | 93.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 17 | 0 | 0.76 | 0.92 | 0.18 | 10.31 | 0.85 | 0.44 |
| Hex | D1 | 32 | 11 | 0 | 4C | 5C | 12 | A | 55 | 2C |
| Octal | 321 | 62 | 21 | 0 | 114 | 134 | 22 | 12 | 125 | 54 |
| Binary | 11010001 | 110010 | 10001 | 0 | 1001100 | 1011100 | 10010 | 1010 | 1010101 | 101100 |
Color Harmonies of #D13211
Complementary color
Monochromatic Colors of #D13211
Black with #D13211
Text Example
Text Example
White with #D13211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13211; }
p { color: rgb(209,50,17); }
H1.HeaderClassName
{
color: #D13211;
}
.AnyTagClassName
{
color: #D13211;
}
</style>
background-color css
<style>
a { background-color: #D13211; }
a { background-color: rgb(209,50,17); }
div.DivClassName
{
background-color: #D13211;
}
.BgClassName
{
background-color: #D13211;
}
</style>
border-color css
<style>
span { border-color: #D13211; }
span { border-color: rgb(209,50,17); }
td.TdClassName
{
border-color: #D13211;
}
.TagClassName
{
border-color: #D13211;
}
</style>