Html Css Color HEX #D41B11 Harley Davidson Orange
📋 copy color: '#D41B11'red 212 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #D41B11
Tints of Harley Davidson Orange #D41B11
RGB
CMYK
RGB Variations
Color information
#D41B11 (or 0xD41B11) is known color: Harley Davidson Orange. HEX triplet: D4, 1B and 11. RGB value is (212,27,17). Sum of RGB (Red+Green+Blue) = 212+27+17=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41B11 is #2BE4EE. Grayscale: #515151. Windows color (decimal): -2876655 or 1121236. OLE color: 1121236.
HSL color Cylindrical-coordinate representation of color #D41B11: hue angle of 3.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41B11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.17 |
| HSL | 3.08º | 0.85% | 0.45% | - |
| HSV(B) | 3.08º | 0.92% | 0.83% | - |
| XYZ | 27.64 | 14.82 | 1.93 | - |
| YUV | 81.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 17 | 0 | 0.87 | 0.92 | 0.17 | 3.08 | 0.85 | 0.45 |
| Hex | D4 | 1B | 11 | 0 | 57 | 5C | 11 | 3 | 55 | 2D |
| Octal | 324 | 33 | 21 | 0 | 127 | 134 | 21 | 3 | 125 | 55 |
| Binary | 11010100 | 11011 | 10001 | 0 | 1010111 | 1011100 | 10001 | 11 | 1010101 | 101101 |
Color Harmonies of #D41B11
Complementary color
Monochromatic Colors of #D41B11
Black with #D41B11
Text Example
Text Example
White with #D41B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B11; }
p { color: rgb(212,27,17); }
H1.HeaderClassName
{
color: #D41B11;
}
.AnyTagClassName
{
color: #D41B11;
}
</style>
background-color css
<style>
a { background-color: #D41B11; }
a { background-color: rgb(212,27,17); }
div.DivClassName
{
background-color: #D41B11;
}
.BgClassName
{
background-color: #D41B11;
}
</style>
border-color css
<style>
span { border-color: #D41B11; }
span { border-color: rgb(212,27,17); }
td.TdClassName
{
border-color: #D41B11;
}
.TagClassName
{
border-color: #D41B11;
}
</style>