Html Css Color HEX #D41D08 Harley Davidson Orange
📋 copy color: '#D41D08'red 212 ◦ green 29 ◦ blue 8
Shades of Harley Davidson Orange #D41D08
Tints of Harley Davidson Orange #D41D08
RGB
CMYK
RGB Variations
Color information
#D41D08 (or 0xD41D08) is known color: Harley Davidson Orange. HEX triplet: D4, 1D and 08. RGB value is (212,29,8). Sum of RGB (Red+Green+Blue) = 212+29+8=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41D08 is #2BE2F7. Grayscale: #515151. Windows color (decimal): -2876152 or 531924. OLE color: 531924.
HSL color Cylindrical-coordinate representation of color #D41D08: hue angle of 6.18º degrees, saturation: 0.93, 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 #D41D08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.17 |
| HSL | 6.18º | 0.93% | 0.43% | - |
| HSV(B) | 6.18º | 0.96% | 0.83% | - |
| XYZ | 27.63 | 14.89 | 1.65 | - |
| YUV | 81.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 8 | 0 | 0.86 | 0.96 | 0.17 | 6.18 | 0.93 | 0.43 |
| Hex | D4 | 1D | 8 | 0 | 56 | 60 | 11 | 6 | 5D | 2B |
| Octal | 324 | 35 | 10 | 0 | 126 | 140 | 21 | 6 | 135 | 53 |
| Binary | 11010100 | 11101 | 1000 | 0 | 1010110 | 1100000 | 10001 | 110 | 1011101 | 101011 |
Color Harmonies of #D41D08
Complementary color
Monochromatic Colors of #D41D08
Black with #D41D08
Text Example
Text Example
White with #D41D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D08; }
p { color: rgb(212,29,8); }
H1.HeaderClassName
{
color: #D41D08;
}
.AnyTagClassName
{
color: #D41D08;
}
</style>
background-color css
<style>
a { background-color: #D41D08; }
a { background-color: rgb(212,29,8); }
div.DivClassName
{
background-color: #D41D08;
}
.BgClassName
{
background-color: #D41D08;
}
</style>
border-color css
<style>
span { border-color: #D41D08; }
span { border-color: rgb(212,29,8); }
td.TdClassName
{
border-color: #D41D08;
}
.TagClassName
{
border-color: #D41D08;
}
</style>