Html Css Color HEX #D1300B Harley Davidson Orange
📋 copy color: '#D1300B'red 209 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #D1300B
Tints of Harley Davidson Orange #D1300B
RGB
CMYK
RGB Variations
Color information
#D1300B (or 0xD1300B) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 0B. RGB value is (209,48,11). Sum of RGB (Red+Green+Blue) = 209+48+11=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1300B is #2ECFF4. Grayscale: #5C5C5C. Windows color (decimal): -3067893 or 733393. OLE color: 733393.
HSL color Cylindrical-coordinate representation of color #D1300B: hue angle of 11.21º 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 #D1300B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.18 |
| HSL | 11.21º | 0.9% | 0.43% | - |
| HSV(B) | 11.21º | 0.95% | 0.82% | - |
| XYZ | 27.41 | 15.69 | 1.9 | - |
| YUV | 91.92 | 82.34 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 11 | 0 | 0.77 | 0.95 | 0.18 | 11.21 | 0.9 | 0.43 |
| Hex | D1 | 30 | B | 0 | 4D | 5F | 12 | B | 5A | 2B |
| Octal | 321 | 60 | 13 | 0 | 115 | 137 | 22 | 13 | 132 | 53 |
| Binary | 11010001 | 110000 | 1011 | 0 | 1001101 | 1011111 | 10010 | 1011 | 1011010 | 101011 |
Color Harmonies of #D1300B
Complementary color
Monochromatic Colors of #D1300B
Black with #D1300B
Text Example
Text Example
White with #D1300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1300B; }
p { color: rgb(209,48,11); }
H1.HeaderClassName
{
color: #D1300B;
}
.AnyTagClassName
{
color: #D1300B;
}
</style>
background-color css
<style>
a { background-color: #D1300B; }
a { background-color: rgb(209,48,11); }
div.DivClassName
{
background-color: #D1300B;
}
.BgClassName
{
background-color: #D1300B;
}
</style>
border-color css
<style>
span { border-color: #D1300B; }
span { border-color: rgb(209,48,11); }
td.TdClassName
{
border-color: #D1300B;
}
.TagClassName
{
border-color: #D1300B;
}
</style>