Html Css Color HEX #D22D19 Harley Davidson Orange
📋 copy color: '#D22D19'red 210 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #D22D19
Tints of Harley Davidson Orange #D22D19
RGB
CMYK
RGB Variations
Color information
#D22D19 (or 0xD22D19) is known color: Harley Davidson Orange. HEX triplet: D2, 2D and 19. RGB value is (210,45,25). Sum of RGB (Red+Green+Blue) = 210+45+25=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22D19 is #2DD2E6. Grayscale: #5C5C5C. Windows color (decimal): -3003111 or 1650130. OLE color: 1650130.
HSL color Cylindrical-coordinate representation of color #D22D19: hue angle of 6.49º 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 #D22D19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 25 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.18 |
| HSL | 6.49º | 0.79% | 0.46% | - |
| HSV(B) | 6.49º | 0.88% | 0.82% | - |
| XYZ | 27.69 | 15.65 | 2.48 | - |
| YUV | 92.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 25 | 0 | 0.79 | 0.88 | 0.18 | 6.49 | 0.79 | 0.46 |
| Hex | D2 | 2D | 19 | 0 | 4F | 58 | 12 | 6 | 4F | 2E |
| Octal | 322 | 55 | 31 | 0 | 117 | 130 | 22 | 6 | 117 | 56 |
| Binary | 11010010 | 101101 | 11001 | 0 | 1001111 | 1011000 | 10010 | 110 | 1001111 | 101110 |
Color Harmonies of #D22D19
Complementary color
Monochromatic Colors of #D22D19
Black with #D22D19
Text Example
Text Example
White with #D22D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D19; }
p { color: rgb(210,45,25); }
H1.HeaderClassName
{
color: #D22D19;
}
.AnyTagClassName
{
color: #D22D19;
}
</style>
background-color css
<style>
a { background-color: #D22D19; }
a { background-color: rgb(210,45,25); }
div.DivClassName
{
background-color: #D22D19;
}
.BgClassName
{
background-color: #D22D19;
}
</style>
border-color css
<style>
span { border-color: #D22D19; }
span { border-color: rgb(210,45,25); }
td.TdClassName
{
border-color: #D22D19;
}
.TagClassName
{
border-color: #D22D19;
}
</style>