Html Css Color HEX #D81C19 Harley Davidson Orange
📋 copy color: '#D81C19'red 216 ◦ green 28 ◦ blue 25
Shades of Harley Davidson Orange #D81C19
Tints of Harley Davidson Orange #D81C19
RGB
CMYK
RGB Variations
Color information
#D81C19 (or 0xD81C19) is known color: Harley Davidson Orange. HEX triplet: D8, 1C and 19. RGB value is (216,28,25). Sum of RGB (Red+Green+Blue) = 216+28+25=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C19 is #27E3E6. Grayscale: #545454. Windows color (decimal): -2614247 or 1645784. OLE color: 1645784.
HSL color Cylindrical-coordinate representation of color #D81C19: hue angle of 0.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81C19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 25 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.15 |
| HSL | 0.94º | 0.79% | 0.47% | - |
| HSV(B) | 0.94º | 0.88% | 0.85% | - |
| XYZ | 28.91 | 15.5 | 2.39 | - |
| YUV | 83.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 25 | 0 | 0.87 | 0.88 | 0.15 | 0.94 | 0.79 | 0.47 |
| Hex | D8 | 1C | 19 | 0 | 57 | 58 | F | 1 | 4F | 2F |
| Octal | 330 | 34 | 31 | 0 | 127 | 130 | 17 | 1 | 117 | 57 |
| Binary | 11011000 | 11100 | 11001 | 0 | 1010111 | 1011000 | 1111 | 1 | 1001111 | 101111 |
Color Harmonies of #D81C19
Complementary color
Monochromatic Colors of #D81C19
Black with #D81C19
Text Example
Text Example
White with #D81C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C19; }
p { color: rgb(216,28,25); }
H1.HeaderClassName
{
color: #D81C19;
}
.AnyTagClassName
{
color: #D81C19;
}
</style>
background-color css
<style>
a { background-color: #D81C19; }
a { background-color: rgb(216,28,25); }
div.DivClassName
{
background-color: #D81C19;
}
.BgClassName
{
background-color: #D81C19;
}
</style>
border-color css
<style>
span { border-color: #D81C19; }
span { border-color: rgb(216,28,25); }
td.TdClassName
{
border-color: #D81C19;
}
.TagClassName
{
border-color: #D81C19;
}
</style>