Html Css Color HEX #D41B0C Harley Davidson Orange
📋 copy color: '#D41B0C'red 212 ◦ green 27 ◦ blue 12
Shades of Harley Davidson Orange #D41B0C
Tints of Harley Davidson Orange #D41B0C
RGB
CMYK
RGB Variations
Color information
#D41B0C (or 0xD41B0C) is known color: Harley Davidson Orange. HEX triplet: D4, 1B and 0C. RGB value is (212,27,12). Sum of RGB (Red+Green+Blue) = 212+27+12=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41B0C is #2BE4F3. Grayscale: #505050. Windows color (decimal): -2876660 or 793556. OLE color: 793556.
HSL color Cylindrical-coordinate representation of color #D41B0C: hue angle of 4.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D41B0C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 12 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.17 |
| HSL | 4.5º | 0.89% | 0.44% | - |
| HSV(B) | 4.5º | 0.94% | 0.83% | - |
| XYZ | 27.61 | 14.81 | 1.75 | - |
| YUV | 80.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 12 | 0 | 0.87 | 0.94 | 0.17 | 4.5 | 0.89 | 0.44 |
| Hex | D4 | 1B | C | 0 | 57 | 5E | 11 | 4 | 59 | 2C |
| Octal | 324 | 33 | 14 | 0 | 127 | 136 | 21 | 4 | 131 | 54 |
| Binary | 11010100 | 11011 | 1100 | 0 | 1010111 | 1011110 | 10001 | 100 | 1011001 | 101100 |
Color Harmonies of #D41B0C
Complementary color
Monochromatic Colors of #D41B0C
Black with #D41B0C
Text Example
Text Example
White with #D41B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B0C; }
p { color: rgb(212,27,12); }
H1.HeaderClassName
{
color: #D41B0C;
}
.AnyTagClassName
{
color: #D41B0C;
}
</style>
background-color css
<style>
a { background-color: #D41B0C; }
a { background-color: rgb(212,27,12); }
div.DivClassName
{
background-color: #D41B0C;
}
.BgClassName
{
background-color: #D41B0C;
}
</style>
border-color css
<style>
span { border-color: #D41B0C; }
span { border-color: rgb(212,27,12); }
td.TdClassName
{
border-color: #D41B0C;
}
.TagClassName
{
border-color: #D41B0C;
}
</style>