Html Css Color HEX #D1330D Harley Davidson Orange
📋 copy color: '#D1330D'red 209 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #D1330D
Tints of Harley Davidson Orange #D1330D
RGB
CMYK
RGB Variations
Color information
#D1330D (or 0xD1330D) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 0D. RGB value is (209,51,13). Sum of RGB (Red+Green+Blue) = 209+51+13=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1330D is #2ECCF2. Grayscale: #5E5E5E. Windows color (decimal): -3067123 or 865233. OLE color: 865233.
HSL color Cylindrical-coordinate representation of color #D1330D: hue angle of 11.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1330D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.18 |
| HSL | 11.63º | 0.88% | 0.44% | - |
| HSV(B) | 11.63º | 0.94% | 0.82% | - |
| XYZ | 27.55 | 15.95 | 2.01 | - |
| YUV | 93.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 13 | 0 | 0.76 | 0.94 | 0.18 | 11.63 | 0.88 | 0.44 |
| Hex | D1 | 33 | D | 0 | 4C | 5E | 12 | C | 58 | 2C |
| Octal | 321 | 63 | 15 | 0 | 114 | 136 | 22 | 14 | 130 | 54 |
| Binary | 11010001 | 110011 | 1101 | 0 | 1001100 | 1011110 | 10010 | 1100 | 1011000 | 101100 |
Color Harmonies of #D1330D
Complementary color
Monochromatic Colors of #D1330D
Black with #D1330D
Text Example
Text Example
White with #D1330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1330D; }
p { color: rgb(209,51,13); }
H1.HeaderClassName
{
color: #D1330D;
}
.AnyTagClassName
{
color: #D1330D;
}
</style>
background-color css
<style>
a { background-color: #D1330D; }
a { background-color: rgb(209,51,13); }
div.DivClassName
{
background-color: #D1330D;
}
.BgClassName
{
background-color: #D1330D;
}
</style>
border-color css
<style>
span { border-color: #D1330D; }
span { border-color: rgb(209,51,13); }
td.TdClassName
{
border-color: #D1330D;
}
.TagClassName
{
border-color: #D1330D;
}
</style>