Html Css Color HEX #D51A00 Harley Davidson Orange
📋 copy color: '#D51A00'red 213 ◦ green 26 ◦ blue 0
Shades of Harley Davidson Orange #D51A00
Tints of Harley Davidson Orange #D51A00
RGB
CMYK
RGB Variations
Color information
#D51A00 (or 0xD51A00) is known color: Harley Davidson Orange. HEX triplet: D5, 1A and 00. RGB value is (213,26,0). Sum of RGB (Red+Green+Blue) = 213+26+0=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51A00 is #2AE5FF. Grayscale: #4F4F4F. Windows color (decimal): -2811392 or 6869. OLE color: 6869.
HSL color Cylindrical-coordinate representation of color #D51A00: hue angle of 7.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D51A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.16 |
| HSL | 7.32º | 1% | 0.42% | - |
| HSV(B) | 7.32º | 1% | 0.84% | - |
| XYZ | 27.81 | 14.88 | 1.41 | - |
| YUV | 78.95 | 83.45 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 0 | 0 | 0.88 | 1 | 0.16 | 7.32 | 1 | 0.42 |
| Hex | D5 | 1A | 0 | 0 | 58 | 64 | 10 | 7 | 64 | 2A |
| Octal | 325 | 32 | 0 | 0 | 130 | 144 | 20 | 7 | 144 | 52 |
| Binary | 11010101 | 11010 | 0 | 0 | 1011000 | 1100100 | 10000 | 111 | 1100100 | 101010 |
Color Harmonies of #D51A00
Complementary color
Monochromatic Colors of #D51A00
Black with #D51A00
Text Example
Text Example
White with #D51A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A00; }
p { color: rgb(213,26,0); }
H1.HeaderClassName
{
color: #D51A00;
}
.AnyTagClassName
{
color: #D51A00;
}
</style>
background-color css
<style>
a { background-color: #D51A00; }
a { background-color: rgb(213,26,0); }
div.DivClassName
{
background-color: #D51A00;
}
.BgClassName
{
background-color: #D51A00;
}
</style>
border-color css
<style>
span { border-color: #D51A00; }
span { border-color: rgb(213,26,0); }
td.TdClassName
{
border-color: #D51A00;
}
.TagClassName
{
border-color: #D51A00;
}
</style>