Html Css Color HEX #D62919 Harley Davidson Orange
📋 copy color: '#D62919'red 214 ◦ green 41 ◦ blue 25
Shades of Harley Davidson Orange #D62919
Tints of Harley Davidson Orange #D62919
RGB
CMYK
RGB Variations
Color information
#D62919 (or 0xD62919) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 19. RGB value is (214,41,25). Sum of RGB (Red+Green+Blue) = 214+41+25=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D62919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62919 is #29D6E6. Grayscale: #5B5B5B. Windows color (decimal): -2741991 or 1649110. OLE color: 1649110.
HSL color Cylindrical-coordinate representation of color #D62919: hue angle of 5.08º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D62919 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 25 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.16 |
| HSL | 5.08º | 0.79% | 0.47% | - |
| HSV(B) | 5.08º | 0.88% | 0.84% | - |
| XYZ | 28.7 | 15.95 | 2.49 | - |
| YUV | 90.9 | 90.81 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 25 | 0 | 0.81 | 0.88 | 0.16 | 5.08 | 0.79 | 0.47 |
| Hex | D6 | 29 | 19 | 0 | 51 | 58 | 10 | 5 | 4F | 2F |
| Octal | 326 | 51 | 31 | 0 | 121 | 130 | 20 | 5 | 117 | 57 |
| Binary | 11010110 | 101001 | 11001 | 0 | 1010001 | 1011000 | 10000 | 101 | 1001111 | 101111 |
Color Harmonies of #D62919
Complementary color
Monochromatic Colors of #D62919
Black with #D62919
Text Example
Text Example
White with #D62919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62919; }
p { color: rgb(214,41,25); }
H1.HeaderClassName
{
color: #D62919;
}
.AnyTagClassName
{
color: #D62919;
}
</style>
background-color css
<style>
a { background-color: #D62919; }
a { background-color: rgb(214,41,25); }
div.DivClassName
{
background-color: #D62919;
}
.BgClassName
{
background-color: #D62919;
}
</style>
border-color css
<style>
span { border-color: #D62919; }
span { border-color: rgb(214,41,25); }
td.TdClassName
{
border-color: #D62919;
}
.TagClassName
{
border-color: #D62919;
}
</style>