Html Css Color HEX #D4401C Harley Davidson Orange
📋 copy color: '#D4401C'red 212 ◦ green 64 ◦ blue 28
Shades of Harley Davidson Orange #D4401C
Tints of Harley Davidson Orange #D4401C
RGB
CMYK
RGB Variations
Color information
#D4401C (or 0xD4401C) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 1C. RGB value is (212,64,28). Sum of RGB (Red+Green+Blue) = 212+64+28=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4401C is #2BBFE3. Grayscale: #686868. Windows color (decimal): -2867172 or 1851604. OLE color: 1851604.
HSL color Cylindrical-coordinate representation of color #D4401C: hue angle of 11.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4401C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 28 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.17 |
| HSL | 11.74º | 0.77% | 0.47% | - |
| HSV(B) | 11.74º | 0.87% | 0.83% | - |
| XYZ | 29.19 | 17.75 | 2.99 | - |
| YUV | 104.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 28 | 0 | 0.70 | 0.87 | 0.17 | 11.74 | 0.77 | 0.47 |
| Hex | D4 | 40 | 1C | 0 | 46 | 57 | 11 | C | 4D | 2F |
| Octal | 324 | 100 | 34 | 0 | 106 | 127 | 21 | 14 | 115 | 57 |
| Binary | 11010100 | 1000000 | 11100 | 0 | 1000110 | 1010111 | 10001 | 1100 | 1001101 | 101111 |
Color Harmonies of #D4401C
Complementary color
Monochromatic Colors of #D4401C
Black with #D4401C
Text Example
Text Example
White with #D4401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4401C; }
p { color: rgb(212,64,28); }
H1.HeaderClassName
{
color: #D4401C;
}
.AnyTagClassName
{
color: #D4401C;
}
</style>
background-color css
<style>
a { background-color: #D4401C; }
a { background-color: rgb(212,64,28); }
div.DivClassName
{
background-color: #D4401C;
}
.BgClassName
{
background-color: #D4401C;
}
</style>
border-color css
<style>
span { border-color: #D4401C; }
span { border-color: rgb(212,64,28); }
td.TdClassName
{
border-color: #D4401C;
}
.TagClassName
{
border-color: #D4401C;
}
</style>