Html Css Color HEX #D1330E Harley Davidson Orange
📋 copy color: '#D1330E'red 209 ◦ green 51 ◦ blue 14
Shades of Harley Davidson Orange #D1330E
Tints of Harley Davidson Orange #D1330E
RGB
CMYK
RGB Variations
Color information
#D1330E (or 0xD1330E) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 0E. RGB value is (209,51,14). Sum of RGB (Red+Green+Blue) = 209+51+14=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1330E is #2ECCF1. Grayscale: #5E5E5E. Windows color (decimal): -3067122 or 930769. OLE color: 930769.
HSL color Cylindrical-coordinate representation of color #D1330E: hue angle of 11.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1330E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.18 |
| HSL | 11.38º | 0.87% | 0.44% | - |
| HSV(B) | 11.38º | 0.93% | 0.82% | - |
| XYZ | 27.56 | 15.95 | 2.04 | - |
| YUV | 94.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 14 | 0 | 0.76 | 0.93 | 0.18 | 11.38 | 0.87 | 0.44 |
| Hex | D1 | 33 | E | 0 | 4C | 5D | 12 | B | 57 | 2C |
| Octal | 321 | 63 | 16 | 0 | 114 | 135 | 22 | 13 | 127 | 54 |
| Binary | 11010001 | 110011 | 1110 | 0 | 1001100 | 1011101 | 10010 | 1011 | 1010111 | 101100 |
Color Harmonies of #D1330E
Complementary color
Monochromatic Colors of #D1330E
Black with #D1330E
Text Example
Text Example
White with #D1330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1330E; }
p { color: rgb(209,51,14); }
H1.HeaderClassName
{
color: #D1330E;
}
.AnyTagClassName
{
color: #D1330E;
}
</style>
background-color css
<style>
a { background-color: #D1330E; }
a { background-color: rgb(209,51,14); }
div.DivClassName
{
background-color: #D1330E;
}
.BgClassName
{
background-color: #D1330E;
}
</style>
border-color css
<style>
span { border-color: #D1330E; }
span { border-color: rgb(209,51,14); }
td.TdClassName
{
border-color: #D1330E;
}
.TagClassName
{
border-color: #D1330E;
}
</style>