Html Css Color HEX #D22218 Harley Davidson Orange
📋 copy color: '#D22218'red 210 ◦ green 34 ◦ blue 24
Shades of Harley Davidson Orange #D22218
Tints of Harley Davidson Orange #D22218
RGB
CMYK
RGB Variations
Color information
#D22218 (or 0xD22218) is known color: Harley Davidson Orange. HEX triplet: D2, 22 and 18. RGB value is (210,34,24). Sum of RGB (Red+Green+Blue) = 210+34+24=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D22218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22218 is #2DDDE7. Grayscale: #555555. Windows color (decimal): -3005928 or 1581778. OLE color: 1581778.
HSL color Cylindrical-coordinate representation of color #D22218: hue angle of 3.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D22218 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 24 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.18 |
| HSL | 3.23º | 0.79% | 0.46% | - |
| HSV(B) | 3.23º | 0.89% | 0.82% | - |
| XYZ | 27.32 | 14.91 | 2.3 | - |
| YUV | 85.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 24 | 0 | 0.84 | 0.89 | 0.18 | 3.23 | 0.79 | 0.46 |
| Hex | D2 | 22 | 18 | 0 | 54 | 59 | 12 | 3 | 4F | 2E |
| Octal | 322 | 42 | 30 | 0 | 124 | 131 | 22 | 3 | 117 | 56 |
| Binary | 11010010 | 100010 | 11000 | 0 | 1010100 | 1011001 | 10010 | 11 | 1001111 | 101110 |
Color Harmonies of #D22218
Complementary color
Monochromatic Colors of #D22218
Black with #D22218
Text Example
Text Example
White with #D22218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22218; }
p { color: rgb(210,34,24); }
H1.HeaderClassName
{
color: #D22218;
}
.AnyTagClassName
{
color: #D22218;
}
</style>
background-color css
<style>
a { background-color: #D22218; }
a { background-color: rgb(210,34,24); }
div.DivClassName
{
background-color: #D22218;
}
.BgClassName
{
background-color: #D22218;
}
</style>
border-color css
<style>
span { border-color: #D22218; }
span { border-color: rgb(210,34,24); }
td.TdClassName
{
border-color: #D22218;
}
.TagClassName
{
border-color: #D22218;
}
</style>