Html Css Color HEX #D22A1E Harley Davidson Orange
📋 copy color: '#D22A1E'red 210 ◦ green 42 ◦ blue 30
Shades of Harley Davidson Orange #D22A1E
Tints of Harley Davidson Orange #D22A1E
RGB
CMYK
RGB Variations
Color information
#D22A1E (or 0xD22A1E) is known color: Harley Davidson Orange. HEX triplet: D2, 2A and 1E. RGB value is (210,42,30). Sum of RGB (Red+Green+Blue) = 210+42+30=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22A1E is #2DD5E1. Grayscale: #5B5B5B. Windows color (decimal): -3003874 or 1977042. OLE color: 1977042.
HSL color Cylindrical-coordinate representation of color #D22A1E: hue angle of 4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D22A1E is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 30 | - |
| CMYK | 0 | 0.8 | 0.86 | 0.18 |
| HSL | 4º | 0.75% | 0.47% | - |
| HSV(B) | 4º | 0.86% | 0.82% | - |
| XYZ | 27.64 | 15.45 | 2.75 | - |
| YUV | 90.86 | 93.66 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 30 | 0 | 0.8 | 0.86 | 0.18 | 4 | 0.75 | 0.47 |
| Hex | D2 | 2A | 1E | 0 | 50 | 56 | 12 | 4 | 4B | 2F |
| Octal | 322 | 52 | 36 | 0 | 120 | 126 | 22 | 4 | 113 | 57 |
| Binary | 11010010 | 101010 | 11110 | 0 | 1010000 | 1010110 | 10010 | 100 | 1001011 | 101111 |
Color Harmonies of #D22A1E
Complementary color
Monochromatic Colors of #D22A1E
Black with #D22A1E
Text Example
Text Example
White with #D22A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A1E; }
p { color: rgb(210,42,30); }
H1.HeaderClassName
{
color: #D22A1E;
}
.AnyTagClassName
{
color: #D22A1E;
}
</style>
background-color css
<style>
a { background-color: #D22A1E; }
a { background-color: rgb(210,42,30); }
div.DivClassName
{
background-color: #D22A1E;
}
.BgClassName
{
background-color: #D22A1E;
}
</style>
border-color css
<style>
span { border-color: #D22A1E; }
span { border-color: rgb(210,42,30); }
td.TdClassName
{
border-color: #D22A1E;
}
.TagClassName
{
border-color: #D22A1E;
}
</style>