Html Css Color HEX #D22502 Harley Davidson Orange
📋 copy color: '#D22502'red 210 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #D22502
Tints of Harley Davidson Orange #D22502
RGB
CMYK
RGB Variations
Color information
#D22502 (or 0xD22502) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 02. RGB value is (210,37,2). Sum of RGB (Red+Green+Blue) = 210+37+2=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D22502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22502 is #2DDAFD. Grayscale: #555555. Windows color (decimal): -3005182 or 140754. OLE color: 140754.
HSL color Cylindrical-coordinate representation of color #D22502: hue angle of 10.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D22502 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.18 |
| HSL | 10.1º | 0.98% | 0.42% | - |
| HSV(B) | 10.1º | 0.99% | 0.82% | - |
| XYZ | 27.25 | 15.03 | 1.52 | - |
| YUV | 84.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 2 | 0 | 0.82 | 0.99 | 0.18 | 10.1 | 0.98 | 0.42 |
| Hex | D2 | 25 | 2 | 0 | 52 | 63 | 12 | A | 62 | 2A |
| Octal | 322 | 45 | 2 | 0 | 122 | 143 | 22 | 12 | 142 | 52 |
| Binary | 11010010 | 100101 | 10 | 0 | 1010010 | 1100011 | 10010 | 1010 | 1100010 | 101010 |
Color Harmonies of #D22502
Complementary color
Monochromatic Colors of #D22502
Black with #D22502
Text Example
Text Example
White with #D22502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22502; }
p { color: rgb(210,37,2); }
H1.HeaderClassName
{
color: #D22502;
}
.AnyTagClassName
{
color: #D22502;
}
</style>
background-color css
<style>
a { background-color: #D22502; }
a { background-color: rgb(210,37,2); }
div.DivClassName
{
background-color: #D22502;
}
.BgClassName
{
background-color: #D22502;
}
</style>
border-color css
<style>
span { border-color: #D22502; }
span { border-color: rgb(210,37,2); }
td.TdClassName
{
border-color: #D22502;
}
.TagClassName
{
border-color: #D22502;
}
</style>