Html Css Color HEX #D22119 Harley Davidson Orange
📋 copy color: '#D22119'red 210 ◦ green 33 ◦ blue 25
Shades of Harley Davidson Orange #D22119
Tints of Harley Davidson Orange #D22119
RGB
CMYK
RGB Variations
Color information
#D22119 (or 0xD22119) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 19. RGB value is (210,33,25). Sum of RGB (Red+Green+Blue) = 210+33+25=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D22119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22119 is #2DDEE6. Grayscale: #555555. Windows color (decimal): -3006183 or 1647058. OLE color: 1647058.
HSL color Cylindrical-coordinate representation of color #D22119: hue angle of 2.59º 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 #D22119 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 25 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.18 |
| HSL | 2.59º | 0.79% | 0.46% | - |
| HSV(B) | 2.59º | 0.88% | 0.82% | - |
| XYZ | 27.3 | 14.86 | 2.35 | - |
| YUV | 85.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 25 | 0 | 0.84 | 0.88 | 0.18 | 2.59 | 0.79 | 0.46 |
| Hex | D2 | 21 | 19 | 0 | 54 | 58 | 12 | 3 | 4F | 2E |
| Octal | 322 | 41 | 31 | 0 | 124 | 130 | 22 | 3 | 117 | 56 |
| Binary | 11010010 | 100001 | 11001 | 0 | 1010100 | 1011000 | 10010 | 11 | 1001111 | 101110 |
Color Harmonies of #D22119
Complementary color
Monochromatic Colors of #D22119
Black with #D22119
Text Example
Text Example
White with #D22119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22119; }
p { color: rgb(210,33,25); }
H1.HeaderClassName
{
color: #D22119;
}
.AnyTagClassName
{
color: #D22119;
}
</style>
background-color css
<style>
a { background-color: #D22119; }
a { background-color: rgb(210,33,25); }
div.DivClassName
{
background-color: #D22119;
}
.BgClassName
{
background-color: #D22119;
}
</style>
border-color css
<style>
span { border-color: #D22119; }
span { border-color: rgb(210,33,25); }
td.TdClassName
{
border-color: #D22119;
}
.TagClassName
{
border-color: #D22119;
}
</style>