Html Css Color HEX #D21A03 Harley Davidson Orange
📋 copy color: '#D21A03'red 210 ◦ green 26 ◦ blue 3
Shades of Harley Davidson Orange #D21A03
Tints of Harley Davidson Orange #D21A03
RGB
CMYK
RGB Variations
Color information
#D21A03 (or 0xD21A03) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 03. RGB value is (210,26,3). Sum of RGB (Red+Green+Blue) = 210+26+3=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A03 is #2DE5FC. Grayscale: #4E4E4E. Windows color (decimal): -3007997 or 203474. OLE color: 203474.
HSL color Cylindrical-coordinate representation of color #D21A03: hue angle of 6.67º degrees, saturation: 0.97, 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 #D21A03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.18 |
| HSL | 6.67º | 0.97% | 0.42% | - |
| HSV(B) | 6.67º | 0.99% | 0.82% | - |
| XYZ | 26.96 | 14.45 | 1.45 | - |
| YUV | 78.39 | 85.46 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 3 | 0 | 0.88 | 0.99 | 0.18 | 6.67 | 0.97 | 0.42 |
| Hex | D2 | 1A | 3 | 0 | 58 | 63 | 12 | 7 | 61 | 2A |
| Octal | 322 | 32 | 3 | 0 | 130 | 143 | 22 | 7 | 141 | 52 |
| Binary | 11010010 | 11010 | 11 | 0 | 1011000 | 1100011 | 10010 | 111 | 1100001 | 101010 |
Color Harmonies of #D21A03
Complementary color
Monochromatic Colors of #D21A03
Black with #D21A03
Text Example
Text Example
White with #D21A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A03; }
p { color: rgb(210,26,3); }
H1.HeaderClassName
{
color: #D21A03;
}
.AnyTagClassName
{
color: #D21A03;
}
</style>
background-color css
<style>
a { background-color: #D21A03; }
a { background-color: rgb(210,26,3); }
div.DivClassName
{
background-color: #D21A03;
}
.BgClassName
{
background-color: #D21A03;
}
</style>
border-color css
<style>
span { border-color: #D21A03; }
span { border-color: rgb(210,26,3); }
td.TdClassName
{
border-color: #D21A03;
}
.TagClassName
{
border-color: #D21A03;
}
</style>