Html Css Color HEX #D51911 Harley Davidson Orange
📋 copy color: '#D51911'red 213 ◦ green 25 ◦ blue 17
Shades of Harley Davidson Orange #D51911
Tints of Harley Davidson Orange #D51911
RGB
CMYK
RGB Variations
Color information
#D51911 (or 0xD51911) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 11. RGB value is (213,25,17). Sum of RGB (Red+Green+Blue) = 213+25+17=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D51911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51911 is #2AE6EE. Grayscale: #505050. Windows color (decimal): -2811631 or 1120725. OLE color: 1120725.
HSL color Cylindrical-coordinate representation of color #D51911: hue angle of 2.45º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51911 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.16 |
| HSL | 2.45º | 0.85% | 0.45% | - |
| HSV(B) | 2.45º | 0.92% | 0.84% | - |
| XYZ | 27.89 | 14.88 | 1.93 | - |
| YUV | 80.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 17 | 0 | 0.88 | 0.92 | 0.16 | 2.45 | 0.85 | 0.45 |
| Hex | D5 | 19 | 11 | 0 | 58 | 5C | 10 | 2 | 55 | 2D |
| Octal | 325 | 31 | 21 | 0 | 130 | 134 | 20 | 2 | 125 | 55 |
| Binary | 11010101 | 11001 | 10001 | 0 | 1011000 | 1011100 | 10000 | 10 | 1010101 | 101101 |
Color Harmonies of #D51911
Complementary color
Monochromatic Colors of #D51911
Black with #D51911
Text Example
Text Example
White with #D51911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51911; }
p { color: rgb(213,25,17); }
H1.HeaderClassName
{
color: #D51911;
}
.AnyTagClassName
{
color: #D51911;
}
</style>
background-color css
<style>
a { background-color: #D51911; }
a { background-color: rgb(213,25,17); }
div.DivClassName
{
background-color: #D51911;
}
.BgClassName
{
background-color: #D51911;
}
</style>
border-color css
<style>
span { border-color: #D51911; }
span { border-color: rgb(213,25,17); }
td.TdClassName
{
border-color: #D51911;
}
.TagClassName
{
border-color: #D51911;
}
</style>