Html Css Color HEX #D21C09 Harley Davidson Orange
📋 copy color: '#D21C09'red 210 ◦ green 28 ◦ blue 9
Shades of Harley Davidson Orange #D21C09
Tints of Harley Davidson Orange #D21C09
RGB
CMYK
RGB Variations
Color information
#D21C09 (or 0xD21C09) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 09. RGB value is (210,28,9). Sum of RGB (Red+Green+Blue) = 210+28+9=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C09 is #2DE3F6. Grayscale: #505050. Windows color (decimal): -3007479 or 597202. OLE color: 597202.
HSL color Cylindrical-coordinate representation of color #D21C09: hue angle of 5.67º 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 #D21C09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.18 |
| HSL | 5.67º | 0.92% | 0.43% | - |
| HSV(B) | 5.67º | 0.96% | 0.82% | - |
| XYZ | 27.04 | 14.55 | 1.64 | - |
| YUV | 80.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 9 | 0 | 0.87 | 0.96 | 0.18 | 5.67 | 0.92 | 0.43 |
| Hex | D2 | 1C | 9 | 0 | 57 | 60 | 12 | 6 | 5C | 2B |
| Octal | 322 | 34 | 11 | 0 | 127 | 140 | 22 | 6 | 134 | 53 |
| Binary | 11010010 | 11100 | 1001 | 0 | 1010111 | 1100000 | 10010 | 110 | 1011100 | 101011 |
Color Harmonies of #D21C09
Complementary color
Monochromatic Colors of #D21C09
Black with #D21C09
Text Example
Text Example
White with #D21C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C09; }
p { color: rgb(210,28,9); }
H1.HeaderClassName
{
color: #D21C09;
}
.AnyTagClassName
{
color: #D21C09;
}
</style>
background-color css
<style>
a { background-color: #D21C09; }
a { background-color: rgb(210,28,9); }
div.DivClassName
{
background-color: #D21C09;
}
.BgClassName
{
background-color: #D21C09;
}
</style>
border-color css
<style>
span { border-color: #D21C09; }
span { border-color: rgb(210,28,9); }
td.TdClassName
{
border-color: #D21C09;
}
.TagClassName
{
border-color: #D21C09;
}
</style>