Html Css Color HEX #D11B15 Harley Davidson Orange
📋 copy color: '#D11B15'red 209 ◦ green 27 ◦ blue 21
Shades of Harley Davidson Orange #D11B15
Tints of Harley Davidson Orange #D11B15
RGB
CMYK
RGB Variations
Color information
#D11B15 (or 0xD11B15) is known color: Harley Davidson Orange. HEX triplet: D1, 1B and 15. RGB value is (209,27,21). Sum of RGB (Red+Green+Blue) = 209+27+21=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11B15 is #2EE4EA. Grayscale: #505050. Windows color (decimal): -3073259 or 1383377. OLE color: 1383377.
HSL color Cylindrical-coordinate representation of color #D11B15: hue angle of 1.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11B15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 21 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.18 |
| HSL | 1.91º | 0.82% | 0.45% | - |
| HSV(B) | 1.91º | 0.9% | 0.82% | - |
| XYZ | 26.82 | 14.39 | 2.07 | - |
| YUV | 80.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 21 | 0 | 0.87 | 0.90 | 0.18 | 1.91 | 0.82 | 0.45 |
| Hex | D1 | 1B | 15 | 0 | 57 | 5A | 12 | 2 | 52 | 2D |
| Octal | 321 | 33 | 25 | 0 | 127 | 132 | 22 | 2 | 122 | 55 |
| Binary | 11010001 | 11011 | 10101 | 0 | 1010111 | 1011010 | 10010 | 10 | 1010010 | 101101 |
Color Harmonies of #D11B15
Complementary color
Monochromatic Colors of #D11B15
Black with #D11B15
Text Example
Text Example
White with #D11B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B15; }
p { color: rgb(209,27,21); }
H1.HeaderClassName
{
color: #D11B15;
}
.AnyTagClassName
{
color: #D11B15;
}
</style>
background-color css
<style>
a { background-color: #D11B15; }
a { background-color: rgb(209,27,21); }
div.DivClassName
{
background-color: #D11B15;
}
.BgClassName
{
background-color: #D11B15;
}
</style>
border-color css
<style>
span { border-color: #D11B15; }
span { border-color: rgb(209,27,21); }
td.TdClassName
{
border-color: #D11B15;
}
.TagClassName
{
border-color: #D11B15;
}
</style>