Html Css Color HEX #D22820 Harley Davidson Orange
📋 copy color: '#D22820'red 210 ◦ green 40 ◦ blue 32
Shades of Harley Davidson Orange #D22820
Tints of Harley Davidson Orange #D22820
RGB
CMYK
RGB Variations
Color information
#D22820 (or 0xD22820) is known color: Harley Davidson Orange. HEX triplet: D2, 28 and 20. RGB value is (210,40,32). Sum of RGB (Red+Green+Blue) = 210+40+32=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22820 is #2DD7DF. Grayscale: #5A5A5A. Windows color (decimal): -3004384 or 2107602. OLE color: 2107602.
HSL color Cylindrical-coordinate representation of color #D22820: hue angle of 2.7º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22820 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 32 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.18 |
| HSL | 2.7º | 0.74% | 0.47% | - |
| HSV(B) | 2.7º | 0.85% | 0.82% | - |
| XYZ | 27.6 | 15.32 | 2.87 | - |
| YUV | 89.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 32 | 0 | 0.81 | 0.85 | 0.18 | 2.7 | 0.74 | 0.47 |
| Hex | D2 | 28 | 20 | 0 | 51 | 55 | 12 | 3 | 4A | 2F |
| Octal | 322 | 50 | 40 | 0 | 121 | 125 | 22 | 3 | 112 | 57 |
| Binary | 11010010 | 101000 | 100000 | 0 | 1010001 | 1010101 | 10010 | 11 | 1001010 | 101111 |
Color Harmonies of #D22820
Complementary color
Monochromatic Colors of #D22820
Black with #D22820
Text Example
Text Example
White with #D22820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22820; }
p { color: rgb(210,40,32); }
H1.HeaderClassName
{
color: #D22820;
}
.AnyTagClassName
{
color: #D22820;
}
</style>
background-color css
<style>
a { background-color: #D22820; }
a { background-color: rgb(210,40,32); }
div.DivClassName
{
background-color: #D22820;
}
.BgClassName
{
background-color: #D22820;
}
</style>
border-color css
<style>
span { border-color: #D22820; }
span { border-color: rgb(210,40,32); }
td.TdClassName
{
border-color: #D22820;
}
.TagClassName
{
border-color: #D22820;
}
</style>