Html Css Color HEX #D41C0E Harley Davidson Orange
📋 copy color: '#D41C0E'red 212 ◦ green 28 ◦ blue 14
Shades of Harley Davidson Orange #D41C0E
Tints of Harley Davidson Orange #D41C0E
RGB
CMYK
RGB Variations
Color information
#D41C0E (or 0xD41C0E) is known color: Harley Davidson Orange. HEX triplet: D4, 1C and 0E. RGB value is (212,28,14). Sum of RGB (Red+Green+Blue) = 212+28+14=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41C0E is #2BE3F1. Grayscale: #515151. Windows color (decimal): -2876402 or 924884. OLE color: 924884.
HSL color Cylindrical-coordinate representation of color #D41C0E: hue angle of 4.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D41C0E is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 14 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.17 |
| HSL | 4.24º | 0.88% | 0.44% | - |
| HSV(B) | 4.24º | 0.93% | 0.83% | - |
| XYZ | 27.65 | 14.86 | 1.83 | - |
| YUV | 81.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 14 | 0 | 0.87 | 0.93 | 0.17 | 4.24 | 0.88 | 0.44 |
| Hex | D4 | 1C | E | 0 | 57 | 5D | 11 | 4 | 58 | 2C |
| Octal | 324 | 34 | 16 | 0 | 127 | 135 | 21 | 4 | 130 | 54 |
| Binary | 11010100 | 11100 | 1110 | 0 | 1010111 | 1011101 | 10001 | 100 | 1011000 | 101100 |
Color Harmonies of #D41C0E
Complementary color
Monochromatic Colors of #D41C0E
Black with #D41C0E
Text Example
Text Example
White with #D41C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C0E; }
p { color: rgb(212,28,14); }
H1.HeaderClassName
{
color: #D41C0E;
}
.AnyTagClassName
{
color: #D41C0E;
}
</style>
background-color css
<style>
a { background-color: #D41C0E; }
a { background-color: rgb(212,28,14); }
div.DivClassName
{
background-color: #D41C0E;
}
.BgClassName
{
background-color: #D41C0E;
}
</style>
border-color css
<style>
span { border-color: #D41C0E; }
span { border-color: rgb(212,28,14); }
td.TdClassName
{
border-color: #D41C0E;
}
.TagClassName
{
border-color: #D41C0E;
}
</style>