Html Css Color HEX #D22014 Harley Davidson Orange
📋 copy color: '#D22014'red 210 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #D22014
Tints of Harley Davidson Orange #D22014
RGB
CMYK
RGB Variations
Color information
#D22014 (or 0xD22014) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 14. RGB value is (210,32,20). Sum of RGB (Red+Green+Blue) = 210+32+20=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D22014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22014 is #2DDFEB. Grayscale: #545454. Windows color (decimal): -3006444 or 1319122. OLE color: 1319122.
HSL color Cylindrical-coordinate representation of color #D22014: hue angle of 3.79º degrees, saturation: 0.83, 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 #D22014 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.18 |
| HSL | 3.79º | 0.83% | 0.45% | - |
| HSV(B) | 3.79º | 0.9% | 0.82% | - |
| XYZ | 27.22 | 14.79 | 2.08 | - |
| YUV | 83.85 | 91.97 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 20 | 0 | 0.85 | 0.90 | 0.18 | 3.79 | 0.83 | 0.45 |
| Hex | D2 | 20 | 14 | 0 | 55 | 5A | 12 | 4 | 53 | 2D |
| Octal | 322 | 40 | 24 | 0 | 125 | 132 | 22 | 4 | 123 | 55 |
| Binary | 11010010 | 100000 | 10100 | 0 | 1010101 | 1011010 | 10010 | 100 | 1010011 | 101101 |
Color Harmonies of #D22014
Complementary color
Monochromatic Colors of #D22014
Black with #D22014
Text Example
Text Example
White with #D22014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22014; }
p { color: rgb(210,32,20); }
H1.HeaderClassName
{
color: #D22014;
}
.AnyTagClassName
{
color: #D22014;
}
</style>
background-color css
<style>
a { background-color: #D22014; }
a { background-color: rgb(210,32,20); }
div.DivClassName
{
background-color: #D22014;
}
.BgClassName
{
background-color: #D22014;
}
</style>
border-color css
<style>
span { border-color: #D22014; }
span { border-color: rgb(210,32,20); }
td.TdClassName
{
border-color: #D22014;
}
.TagClassName
{
border-color: #D22014;
}
</style>