Html Css Color HEX #D22F16 Harley Davidson Orange
📋 copy color: '#D22F16'red 210 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #D22F16
Tints of Harley Davidson Orange #D22F16
RGB
CMYK
RGB Variations
Color information
#D22F16 (or 0xD22F16) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 16. RGB value is (210,47,22). Sum of RGB (Red+Green+Blue) = 210+47+22=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F16 is #2DD0E9. Grayscale: #5D5D5D. Windows color (decimal): -3002602 or 1454034. OLE color: 1454034.
HSL color Cylindrical-coordinate representation of color #D22F16: hue angle of 7.98º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D22F16 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.18 |
| HSL | 7.98º | 0.81% | 0.45% | - |
| HSV(B) | 7.98º | 0.9% | 0.82% | - |
| XYZ | 27.74 | 15.79 | 2.35 | - |
| YUV | 92.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 22 | 0 | 0.78 | 0.90 | 0.18 | 7.98 | 0.81 | 0.45 |
| Hex | D2 | 2F | 16 | 0 | 4E | 5A | 12 | 8 | 51 | 2D |
| Octal | 322 | 57 | 26 | 0 | 116 | 132 | 22 | 10 | 121 | 55 |
| Binary | 11010010 | 101111 | 10110 | 0 | 1001110 | 1011010 | 10010 | 1000 | 1010001 | 101101 |
Color Harmonies of #D22F16
Complementary color
Monochromatic Colors of #D22F16
Black with #D22F16
Text Example
Text Example
White with #D22F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F16; }
p { color: rgb(210,47,22); }
H1.HeaderClassName
{
color: #D22F16;
}
.AnyTagClassName
{
color: #D22F16;
}
</style>
background-color css
<style>
a { background-color: #D22F16; }
a { background-color: rgb(210,47,22); }
div.DivClassName
{
background-color: #D22F16;
}
.BgClassName
{
background-color: #D22F16;
}
</style>
border-color css
<style>
span { border-color: #D22F16; }
span { border-color: rgb(210,47,22); }
td.TdClassName
{
border-color: #D22F16;
}
.TagClassName
{
border-color: #D22F16;
}
</style>