Html Css Color HEX #D71A00 Harley Davidson Orange
📋 copy color: '#D71A00'red 215 ◦ green 26 ◦ blue 0
Shades of Harley Davidson Orange #D71A00
Tints of Harley Davidson Orange #D71A00
RGB
CMYK
RGB Variations
Color information
#D71A00 (or 0xD71A00) is known color: Harley Davidson Orange. HEX triplet: D7, 1A and 00. RGB value is (215,26,0). Sum of RGB (Red+Green+Blue) = 215+26+0=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71A00 is #28E5FF. Grayscale: #4F4F4F. Windows color (decimal): -2680320 or 6871. OLE color: 6871.
HSL color Cylindrical-coordinate representation of color #D71A00: hue angle of 7.26º 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 #D71A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.16 |
| HSL | 7.26º | 1% | 0.42% | - |
| HSV(B) | 7.26º | 1% | 0.84% | - |
| XYZ | 28.39 | 15.19 | 1.43 | - |
| YUV | 79.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 0 | 0 | 0.88 | 1 | 0.16 | 7.26 | 1 | 0.42 |
| Hex | D7 | 1A | 0 | 0 | 58 | 64 | 10 | 7 | 64 | 2A |
| Octal | 327 | 32 | 0 | 0 | 130 | 144 | 20 | 7 | 144 | 52 |
| Binary | 11010111 | 11010 | 0 | 0 | 1011000 | 1100100 | 10000 | 111 | 1100100 | 101010 |
Color Harmonies of #D71A00
Complementary color
Monochromatic Colors of #D71A00
Black with #D71A00
Text Example
Text Example
White with #D71A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A00; }
p { color: rgb(215,26,0); }
H1.HeaderClassName
{
color: #D71A00;
}
.AnyTagClassName
{
color: #D71A00;
}
</style>
background-color css
<style>
a { background-color: #D71A00; }
a { background-color: rgb(215,26,0); }
div.DivClassName
{
background-color: #D71A00;
}
.BgClassName
{
background-color: #D71A00;
}
</style>
border-color css
<style>
span { border-color: #D71A00; }
span { border-color: rgb(215,26,0); }
td.TdClassName
{
border-color: #D71A00;
}
.TagClassName
{
border-color: #D71A00;
}
</style>