Html Css Color HEX #D1320B Harley Davidson Orange
📋 copy color: '#D1320B'red 209 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #D1320B
Tints of Harley Davidson Orange #D1320B
RGB
CMYK
RGB Variations
Color information
#D1320B (or 0xD1320B) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 0B. RGB value is (209,50,11). Sum of RGB (Red+Green+Blue) = 209+50+11=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1320B is #2ECDF4. Grayscale: #5D5D5D. Windows color (decimal): -3067381 or 733905. OLE color: 733905.
HSL color Cylindrical-coordinate representation of color #D1320B: hue angle of 11.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1320B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.18 |
| HSL | 11.82º | 0.9% | 0.43% | - |
| HSV(B) | 11.82º | 0.95% | 0.82% | - |
| XYZ | 27.5 | 15.86 | 1.93 | - |
| YUV | 93.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 11 | 0 | 0.76 | 0.95 | 0.18 | 11.82 | 0.9 | 0.43 |
| Hex | D1 | 32 | B | 0 | 4C | 5F | 12 | C | 5A | 2B |
| Octal | 321 | 62 | 13 | 0 | 114 | 137 | 22 | 14 | 132 | 53 |
| Binary | 11010001 | 110010 | 1011 | 0 | 1001100 | 1011111 | 10010 | 1100 | 1011010 | 101011 |
Color Harmonies of #D1320B
Complementary color
Monochromatic Colors of #D1320B
Black with #D1320B
Text Example
Text Example
White with #D1320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1320B; }
p { color: rgb(209,50,11); }
H1.HeaderClassName
{
color: #D1320B;
}
.AnyTagClassName
{
color: #D1320B;
}
</style>
background-color css
<style>
a { background-color: #D1320B; }
a { background-color: rgb(209,50,11); }
div.DivClassName
{
background-color: #D1320B;
}
.BgClassName
{
background-color: #D1320B;
}
</style>
border-color css
<style>
span { border-color: #D1320B; }
span { border-color: rgb(209,50,11); }
td.TdClassName
{
border-color: #D1320B;
}
.TagClassName
{
border-color: #D1320B;
}
</style>