Html Css Color HEX #D41D09 Harley Davidson Orange
📋 copy color: '#D41D09'red 212 ◦ green 29 ◦ blue 9
Shades of Harley Davidson Orange #D41D09
Tints of Harley Davidson Orange #D41D09
RGB
CMYK
RGB Variations
Color information
#D41D09 (or 0xD41D09) is known color: Harley Davidson Orange. HEX triplet: D4, 1D and 09. RGB value is (212,29,9). Sum of RGB (Red+Green+Blue) = 212+29+9=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41D09 is #2BE2F6. Grayscale: #515151. Windows color (decimal): -2876151 or 597460. OLE color: 597460.
HSL color Cylindrical-coordinate representation of color #D41D09: hue angle of 5.91º 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 #D41D09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.17 |
| HSL | 5.91º | 0.92% | 0.43% | - |
| HSV(B) | 5.91º | 0.96% | 0.83% | - |
| XYZ | 27.64 | 14.9 | 1.68 | - |
| YUV | 81.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 9 | 0 | 0.86 | 0.96 | 0.17 | 5.91 | 0.92 | 0.43 |
| Hex | D4 | 1D | 9 | 0 | 56 | 60 | 11 | 6 | 5C | 2B |
| Octal | 324 | 35 | 11 | 0 | 126 | 140 | 21 | 6 | 134 | 53 |
| Binary | 11010100 | 11101 | 1001 | 0 | 1010110 | 1100000 | 10001 | 110 | 1011100 | 101011 |
Color Harmonies of #D41D09
Complementary color
Monochromatic Colors of #D41D09
Black with #D41D09
Text Example
Text Example
White with #D41D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D09; }
p { color: rgb(212,29,9); }
H1.HeaderClassName
{
color: #D41D09;
}
.AnyTagClassName
{
color: #D41D09;
}
</style>
background-color css
<style>
a { background-color: #D41D09; }
a { background-color: rgb(212,29,9); }
div.DivClassName
{
background-color: #D41D09;
}
.BgClassName
{
background-color: #D41D09;
}
</style>
border-color css
<style>
span { border-color: #D41D09; }
span { border-color: rgb(212,29,9); }
td.TdClassName
{
border-color: #D41D09;
}
.TagClassName
{
border-color: #D41D09;
}
</style>