Html Css Color HEX #D22015 Harley Davidson Orange
📋 copy color: '#D22015'red 210 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #D22015
Tints of Harley Davidson Orange #D22015
RGB
CMYK
RGB Variations
Color information
#D22015 (or 0xD22015) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 15. RGB value is (210,32,21). Sum of RGB (Red+Green+Blue) = 210+32+21=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D22015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22015 is #2DDFEA. Grayscale: #545454. Windows color (decimal): -3006443 or 1384658. OLE color: 1384658.
HSL color Cylindrical-coordinate representation of color #D22015: hue angle of 3.49º 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 #D22015 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.18 |
| HSL | 3.49º | 0.82% | 0.45% | - |
| HSV(B) | 3.49º | 0.9% | 0.82% | - |
| XYZ | 27.23 | 14.79 | 2.13 | - |
| YUV | 83.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 21 | 0 | 0.85 | 0.90 | 0.18 | 3.49 | 0.82 | 0.45 |
| Hex | D2 | 20 | 15 | 0 | 55 | 5A | 12 | 3 | 52 | 2D |
| Octal | 322 | 40 | 25 | 0 | 125 | 132 | 22 | 3 | 122 | 55 |
| Binary | 11010010 | 100000 | 10101 | 0 | 1010101 | 1011010 | 10010 | 11 | 1010010 | 101101 |
Color Harmonies of #D22015
Complementary color
Monochromatic Colors of #D22015
Black with #D22015
Text Example
Text Example
White with #D22015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22015; }
p { color: rgb(210,32,21); }
H1.HeaderClassName
{
color: #D22015;
}
.AnyTagClassName
{
color: #D22015;
}
</style>
background-color css
<style>
a { background-color: #D22015; }
a { background-color: rgb(210,32,21); }
div.DivClassName
{
background-color: #D22015;
}
.BgClassName
{
background-color: #D22015;
}
</style>
border-color css
<style>
span { border-color: #D22015; }
span { border-color: rgb(210,32,21); }
td.TdClassName
{
border-color: #D22015;
}
.TagClassName
{
border-color: #D22015;
}
</style>