Html Css Color HEX #D22115 Harley Davidson Orange
📋 copy color: '#D22115'red 210 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #D22115
Tints of Harley Davidson Orange #D22115
RGB
CMYK
RGB Variations
Color information
#D22115 (or 0xD22115) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 15. RGB value is (210,33,21). Sum of RGB (Red+Green+Blue) = 210+33+21=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D22115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22115 is #2DDEEA. Grayscale: #545454. Windows color (decimal): -3006187 or 1384914. OLE color: 1384914.
HSL color Cylindrical-coordinate representation of color #D22115: hue angle of 3.81º degrees, saturation: 0.82, 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 #D22115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.18 |
| HSL | 3.81º | 0.82% | 0.45% | - |
| HSV(B) | 3.81º | 0.9% | 0.82% | - |
| XYZ | 27.26 | 14.84 | 2.14 | - |
| YUV | 84.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 21 | 0 | 0.84 | 0.90 | 0.18 | 3.81 | 0.82 | 0.45 |
| Hex | D2 | 21 | 15 | 0 | 54 | 5A | 12 | 4 | 52 | 2D |
| Octal | 322 | 41 | 25 | 0 | 124 | 132 | 22 | 4 | 122 | 55 |
| Binary | 11010010 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10010 | 100 | 1010010 | 101101 |
Color Harmonies of #D22115
Complementary color
Monochromatic Colors of #D22115
Black with #D22115
Text Example
Text Example
White with #D22115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22115; }
p { color: rgb(210,33,21); }
H1.HeaderClassName
{
color: #D22115;
}
.AnyTagClassName
{
color: #D22115;
}
</style>
background-color css
<style>
a { background-color: #D22115; }
a { background-color: rgb(210,33,21); }
div.DivClassName
{
background-color: #D22115;
}
.BgClassName
{
background-color: #D22115;
}
</style>
border-color css
<style>
span { border-color: #D22115; }
span { border-color: rgb(210,33,21); }
td.TdClassName
{
border-color: #D22115;
}
.TagClassName
{
border-color: #D22115;
}
</style>