Html Css Color HEX #D22519 Harley Davidson Orange
📋 copy color: '#D22519'red 210 ◦ green 37 ◦ blue 25
Shades of Harley Davidson Orange #D22519
Tints of Harley Davidson Orange #D22519
RGB
CMYK
RGB Variations
Color information
#D22519 (or 0xD22519) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 19. RGB value is (210,37,25). Sum of RGB (Red+Green+Blue) = 210+37+25=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D22519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22519 is #2DDAE6. Grayscale: #575757. Windows color (decimal): -3005159 or 1648082. OLE color: 1648082.
HSL color Cylindrical-coordinate representation of color #D22519: hue angle of 3.89º 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 #D22519 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.18 |
| HSL | 3.89º | 0.79% | 0.46% | - |
| HSV(B) | 3.89º | 0.88% | 0.82% | - |
| XYZ | 27.42 | 15.09 | 2.39 | - |
| YUV | 87.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 25 | 0 | 0.82 | 0.88 | 0.18 | 3.89 | 0.79 | 0.46 |
| Hex | D2 | 25 | 19 | 0 | 52 | 58 | 12 | 4 | 4F | 2E |
| Octal | 322 | 45 | 31 | 0 | 122 | 130 | 22 | 4 | 117 | 56 |
| Binary | 11010010 | 100101 | 11001 | 0 | 1010010 | 1011000 | 10010 | 100 | 1001111 | 101110 |
Color Harmonies of #D22519
Complementary color
Monochromatic Colors of #D22519
Black with #D22519
Text Example
Text Example
White with #D22519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22519; }
p { color: rgb(210,37,25); }
H1.HeaderClassName
{
color: #D22519;
}
.AnyTagClassName
{
color: #D22519;
}
</style>
background-color css
<style>
a { background-color: #D22519; }
a { background-color: rgb(210,37,25); }
div.DivClassName
{
background-color: #D22519;
}
.BgClassName
{
background-color: #D22519;
}
</style>
border-color css
<style>
span { border-color: #D22519; }
span { border-color: rgb(210,37,25); }
td.TdClassName
{
border-color: #D22519;
}
.TagClassName
{
border-color: #D22519;
}
</style>