Html Css Color HEX #D22F18 Harley Davidson Orange
📋 copy color: '#D22F18'red 210 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #D22F18
Tints of Harley Davidson Orange #D22F18
RGB
CMYK
RGB Variations
Color information
#D22F18 (or 0xD22F18) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 18. RGB value is (210,47,24). Sum of RGB (Red+Green+Blue) = 210+47+24=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F18 is #2DD0E7. Grayscale: #5D5D5D. Windows color (decimal): -3002600 or 1585106. OLE color: 1585106.
HSL color Cylindrical-coordinate representation of color #D22F18: hue angle of 7.42º 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 #D22F18 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.18 |
| HSL | 7.42º | 0.79% | 0.46% | - |
| HSV(B) | 7.42º | 0.89% | 0.82% | - |
| XYZ | 27.76 | 15.8 | 2.45 | - |
| YUV | 93.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 24 | 0 | 0.78 | 0.89 | 0.18 | 7.42 | 0.79 | 0.46 |
| Hex | D2 | 2F | 18 | 0 | 4E | 59 | 12 | 7 | 4F | 2E |
| Octal | 322 | 57 | 30 | 0 | 116 | 131 | 22 | 7 | 117 | 56 |
| Binary | 11010010 | 101111 | 11000 | 0 | 1001110 | 1011001 | 10010 | 111 | 1001111 | 101110 |
Color Harmonies of #D22F18
Complementary color
Monochromatic Colors of #D22F18
Black with #D22F18
Text Example
Text Example
White with #D22F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F18; }
p { color: rgb(210,47,24); }
H1.HeaderClassName
{
color: #D22F18;
}
.AnyTagClassName
{
color: #D22F18;
}
</style>
background-color css
<style>
a { background-color: #D22F18; }
a { background-color: rgb(210,47,24); }
div.DivClassName
{
background-color: #D22F18;
}
.BgClassName
{
background-color: #D22F18;
}
</style>
border-color css
<style>
span { border-color: #D22F18; }
span { border-color: rgb(210,47,24); }
td.TdClassName
{
border-color: #D22F18;
}
.TagClassName
{
border-color: #D22F18;
}
</style>