Html Css Color HEX #D22F02 Harley Davidson Orange
📋 copy color: '#D22F02'red 210 ◦ green 47 ◦ blue 2
Shades of Harley Davidson Orange #D22F02
Tints of Harley Davidson Orange #D22F02
RGB
CMYK
RGB Variations
Color information
#D22F02 (or 0xD22F02) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 02. RGB value is (210,47,2). Sum of RGB (Red+Green+Blue) = 210+47+2=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F02 is #2DD0FD. Grayscale: #5A5A5A. Windows color (decimal): -3002622 or 143314. OLE color: 143314.
HSL color Cylindrical-coordinate representation of color #D22F02: hue angle of 12.98º 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 #D22F02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.18 |
| HSL | 12.98º | 0.98% | 0.42% | - |
| HSV(B) | 12.98º | 0.99% | 0.82% | - |
| XYZ | 27.61 | 15.74 | 1.64 | - |
| YUV | 90.61 | 78 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 2 | 0 | 0.78 | 0.99 | 0.18 | 12.98 | 0.98 | 0.42 |
| Hex | D2 | 2F | 2 | 0 | 4E | 63 | 12 | D | 62 | 2A |
| Octal | 322 | 57 | 2 | 0 | 116 | 143 | 22 | 15 | 142 | 52 |
| Binary | 11010010 | 101111 | 10 | 0 | 1001110 | 1100011 | 10010 | 1101 | 1100010 | 101010 |
Color Harmonies of #D22F02
Complementary color
Monochromatic Colors of #D22F02
Black with #D22F02
Text Example
Text Example
White with #D22F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F02; }
p { color: rgb(210,47,2); }
H1.HeaderClassName
{
color: #D22F02;
}
.AnyTagClassName
{
color: #D22F02;
}
</style>
background-color css
<style>
a { background-color: #D22F02; }
a { background-color: rgb(210,47,2); }
div.DivClassName
{
background-color: #D22F02;
}
.BgClassName
{
background-color: #D22F02;
}
</style>
border-color css
<style>
span { border-color: #D22F02; }
span { border-color: rgb(210,47,2); }
td.TdClassName
{
border-color: #D22F02;
}
.TagClassName
{
border-color: #D22F02;
}
</style>