Html Css Color HEX #D41A09 Harley Davidson Orange
📋 copy color: '#D41A09'red 212 ◦ green 26 ◦ blue 9
Shades of Harley Davidson Orange #D41A09
Tints of Harley Davidson Orange #D41A09
RGB
CMYK
RGB Variations
Color information
#D41A09 (or 0xD41A09) is known color: Harley Davidson Orange. HEX triplet: D4, 1A and 09. RGB value is (212,26,9). Sum of RGB (Red+Green+Blue) = 212+26+9=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41A09 is #2BE5F6. Grayscale: #4F4F4F. Windows color (decimal): -2876919 or 596692. OLE color: 596692.
HSL color Cylindrical-coordinate representation of color #D41A09: hue angle of 5.02º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D41A09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.17 |
| HSL | 5.02º | 0.92% | 0.43% | - |
| HSV(B) | 5.02º | 0.96% | 0.83% | - |
| XYZ | 27.57 | 14.76 | 1.65 | - |
| YUV | 79.68 | 88.12 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 9 | 0 | 0.88 | 0.96 | 0.17 | 5.02 | 0.92 | 0.43 |
| Hex | D4 | 1A | 9 | 0 | 58 | 60 | 11 | 5 | 5C | 2B |
| Octal | 324 | 32 | 11 | 0 | 130 | 140 | 21 | 5 | 134 | 53 |
| Binary | 11010100 | 11010 | 1001 | 0 | 1011000 | 1100000 | 10001 | 101 | 1011100 | 101011 |
Color Harmonies of #D41A09
Complementary color
Monochromatic Colors of #D41A09
Black with #D41A09
Text Example
Text Example
White with #D41A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A09; }
p { color: rgb(212,26,9); }
H1.HeaderClassName
{
color: #D41A09;
}
.AnyTagClassName
{
color: #D41A09;
}
</style>
background-color css
<style>
a { background-color: #D41A09; }
a { background-color: rgb(212,26,9); }
div.DivClassName
{
background-color: #D41A09;
}
.BgClassName
{
background-color: #D41A09;
}
</style>
border-color css
<style>
span { border-color: #D41A09; }
span { border-color: rgb(212,26,9); }
td.TdClassName
{
border-color: #D41A09;
}
.TagClassName
{
border-color: #D41A09;
}
</style>