Html Css Color HEX #D21E19 Harley Davidson Orange
📋 copy color: '#D21E19'red 210 ◦ green 30 ◦ blue 25
Shades of Harley Davidson Orange #D21E19
Tints of Harley Davidson Orange #D21E19
RGB
CMYK
RGB Variations
Color information
#D21E19 (or 0xD21E19) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 19. RGB value is (210,30,25). Sum of RGB (Red+Green+Blue) = 210+30+25=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E19 is #2DE1E6. Grayscale: #535353. Windows color (decimal): -3006951 or 1646290. OLE color: 1646290.
HSL color Cylindrical-coordinate representation of color #D21E19: hue angle of 1.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21E19 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 25 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.18 |
| HSL | 1.62º | 0.79% | 0.46% | - |
| HSV(B) | 1.62º | 0.88% | 0.82% | - |
| XYZ | 27.22 | 14.7 | 2.32 | - |
| YUV | 83.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 25 | 0 | 0.86 | 0.88 | 0.18 | 1.62 | 0.79 | 0.46 |
| Hex | D2 | 1E | 19 | 0 | 56 | 58 | 12 | 2 | 4F | 2E |
| Octal | 322 | 36 | 31 | 0 | 126 | 130 | 22 | 2 | 117 | 56 |
| Binary | 11010010 | 11110 | 11001 | 0 | 1010110 | 1011000 | 10010 | 10 | 1001111 | 101110 |
Color Harmonies of #D21E19
Complementary color
Monochromatic Colors of #D21E19
Black with #D21E19
Text Example
Text Example
White with #D21E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E19; }
p { color: rgb(210,30,25); }
H1.HeaderClassName
{
color: #D21E19;
}
.AnyTagClassName
{
color: #D21E19;
}
</style>
background-color css
<style>
a { background-color: #D21E19; }
a { background-color: rgb(210,30,25); }
div.DivClassName
{
background-color: #D21E19;
}
.BgClassName
{
background-color: #D21E19;
}
</style>
border-color css
<style>
span { border-color: #D21E19; }
span { border-color: rgb(210,30,25); }
td.TdClassName
{
border-color: #D21E19;
}
.TagClassName
{
border-color: #D21E19;
}
</style>