Html Css Color HEX #D21F02 Harley Davidson Orange
📋 copy color: '#D21F02'red 210 ◦ green 31 ◦ blue 2
Shades of Harley Davidson Orange #D21F02
Tints of Harley Davidson Orange #D21F02
RGB
CMYK
RGB Variations
Color information
#D21F02 (or 0xD21F02) is known color: Harley Davidson Orange. HEX triplet: D2, 1F and 02. RGB value is (210,31,2). Sum of RGB (Red+Green+Blue) = 210+31+2=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21F02 is #2DE0FD. Grayscale: #515151. Windows color (decimal): -3006718 or 139218. OLE color: 139218.
HSL color Cylindrical-coordinate representation of color #D21F02: hue angle of 8.37º 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 #D21F02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.18 |
| HSL | 8.37º | 0.98% | 0.42% | - |
| HSV(B) | 8.37º | 0.99% | 0.82% | - |
| XYZ | 27.08 | 14.69 | 1.46 | - |
| YUV | 81.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 2 | 0 | 0.85 | 0.99 | 0.18 | 8.37 | 0.98 | 0.42 |
| Hex | D2 | 1F | 2 | 0 | 55 | 63 | 12 | 8 | 62 | 2A |
| Octal | 322 | 37 | 2 | 0 | 125 | 143 | 22 | 10 | 142 | 52 |
| Binary | 11010010 | 11111 | 10 | 0 | 1010101 | 1100011 | 10010 | 1000 | 1100010 | 101010 |
Color Harmonies of #D21F02
Complementary color
Monochromatic Colors of #D21F02
Black with #D21F02
Text Example
Text Example
White with #D21F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F02; }
p { color: rgb(210,31,2); }
H1.HeaderClassName
{
color: #D21F02;
}
.AnyTagClassName
{
color: #D21F02;
}
</style>
background-color css
<style>
a { background-color: #D21F02; }
a { background-color: rgb(210,31,2); }
div.DivClassName
{
background-color: #D21F02;
}
.BgClassName
{
background-color: #D21F02;
}
</style>
border-color css
<style>
span { border-color: #D21F02; }
span { border-color: rgb(210,31,2); }
td.TdClassName
{
border-color: #D21F02;
}
.TagClassName
{
border-color: #D21F02;
}
</style>