Html Css Color HEX #D21A09 Harley Davidson Orange
📋 copy color: '#D21A09'red 210 ◦ green 26 ◦ blue 9
Shades of Harley Davidson Orange #D21A09
Tints of Harley Davidson Orange #D21A09
RGB
CMYK
RGB Variations
Color information
#D21A09 (or 0xD21A09) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 09. RGB value is (210,26,9). Sum of RGB (Red+Green+Blue) = 210+26+9=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A09 is #2DE5F6. Grayscale: #4F4F4F. Windows color (decimal): -3007991 or 596690. OLE color: 596690.
HSL color Cylindrical-coordinate representation of color #D21A09: hue angle of 5.07º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21A09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.18 |
| HSL | 5.07º | 0.92% | 0.43% | - |
| HSV(B) | 5.07º | 0.96% | 0.82% | - |
| XYZ | 27 | 14.46 | 1.63 | - |
| YUV | 79.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 9 | 0 | 0.88 | 0.96 | 0.18 | 5.07 | 0.92 | 0.43 |
| Hex | D2 | 1A | 9 | 0 | 58 | 60 | 12 | 5 | 5C | 2B |
| Octal | 322 | 32 | 11 | 0 | 130 | 140 | 22 | 5 | 134 | 53 |
| Binary | 11010010 | 11010 | 1001 | 0 | 1011000 | 1100000 | 10010 | 101 | 1011100 | 101011 |
Color Harmonies of #D21A09
Complementary color
Monochromatic Colors of #D21A09
Black with #D21A09
Text Example
Text Example
White with #D21A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A09; }
p { color: rgb(210,26,9); }
H1.HeaderClassName
{
color: #D21A09;
}
.AnyTagClassName
{
color: #D21A09;
}
</style>
background-color css
<style>
a { background-color: #D21A09; }
a { background-color: rgb(210,26,9); }
div.DivClassName
{
background-color: #D21A09;
}
.BgClassName
{
background-color: #D21A09;
}
</style>
border-color css
<style>
span { border-color: #D21A09; }
span { border-color: rgb(210,26,9); }
td.TdClassName
{
border-color: #D21A09;
}
.TagClassName
{
border-color: #D21A09;
}
</style>