Html Css Color HEX #D51914 Harley Davidson Orange
📋 copy color: '#D51914'red 213 ◦ green 25 ◦ blue 20
Shades of Harley Davidson Orange #D51914
Tints of Harley Davidson Orange #D51914
RGB
CMYK
RGB Variations
Color information
#D51914 (or 0xD51914) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 14. RGB value is (213,25,20). Sum of RGB (Red+Green+Blue) = 213+25+20=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D51914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51914 is #2AE6EB. Grayscale: #505050. Windows color (decimal): -2811628 or 1317333. OLE color: 1317333.
HSL color Cylindrical-coordinate representation of color #D51914: hue angle of 1.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51914 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.16 |
| HSL | 1.55º | 0.83% | 0.46% | - |
| HSV(B) | 1.55º | 0.91% | 0.84% | - |
| XYZ | 27.91 | 14.89 | 2.06 | - |
| YUV | 80.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 20 | 0 | 0.88 | 0.91 | 0.16 | 1.55 | 0.83 | 0.46 |
| Hex | D5 | 19 | 14 | 0 | 58 | 5B | 10 | 2 | 53 | 2E |
| Octal | 325 | 31 | 24 | 0 | 130 | 133 | 20 | 2 | 123 | 56 |
| Binary | 11010101 | 11001 | 10100 | 0 | 1011000 | 1011011 | 10000 | 10 | 1010011 | 101110 |
Color Harmonies of #D51914
Complementary color
Monochromatic Colors of #D51914
Black with #D51914
Text Example
Text Example
White with #D51914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51914; }
p { color: rgb(213,25,20); }
H1.HeaderClassName
{
color: #D51914;
}
.AnyTagClassName
{
color: #D51914;
}
</style>
background-color css
<style>
a { background-color: #D51914; }
a { background-color: rgb(213,25,20); }
div.DivClassName
{
background-color: #D51914;
}
.BgClassName
{
background-color: #D51914;
}
</style>
border-color css
<style>
span { border-color: #D51914; }
span { border-color: rgb(213,25,20); }
td.TdClassName
{
border-color: #D51914;
}
.TagClassName
{
border-color: #D51914;
}
</style>