Html Css Color HEX #D41715 Harley Davidson Orange
📋 copy color: '#D41715'red 212 ◦ green 23 ◦ blue 21
Shades of Harley Davidson Orange #D41715
Tints of Harley Davidson Orange #D41715
RGB
CMYK
RGB Variations
Color information
#D41715 (or 0xD41715) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 15. RGB value is (212,23,21). Sum of RGB (Red+Green+Blue) = 212+23+21=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41715 is #2BE8EA. Grayscale: #4F4F4F. Windows color (decimal): -2877675 or 1382356. OLE color: 1382356.
HSL color Cylindrical-coordinate representation of color #D41715: hue angle of 0.63º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.17 |
| HSL | 0.63º | 0.82% | 0.46% | - |
| HSV(B) | 0.63º | 0.9% | 0.83% | - |
| XYZ | 27.59 | 14.66 | 2.09 | - |
| YUV | 79.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 21 | 0 | 0.89 | 0.90 | 0.17 | 0.63 | 0.82 | 0.46 |
| Hex | D4 | 17 | 15 | 0 | 59 | 5A | 11 | 1 | 52 | 2E |
| Octal | 324 | 27 | 25 | 0 | 131 | 132 | 21 | 1 | 122 | 56 |
| Binary | 11010100 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10001 | 1 | 1010010 | 101110 |
Color Harmonies of #D41715
Complementary color
Monochromatic Colors of #D41715
Black with #D41715
Text Example
Text Example
White with #D41715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41715; }
p { color: rgb(212,23,21); }
H1.HeaderClassName
{
color: #D41715;
}
.AnyTagClassName
{
color: #D41715;
}
</style>
background-color css
<style>
a { background-color: #D41715; }
a { background-color: rgb(212,23,21); }
div.DivClassName
{
background-color: #D41715;
}
.BgClassName
{
background-color: #D41715;
}
</style>
border-color css
<style>
span { border-color: #D41715; }
span { border-color: rgb(212,23,21); }
td.TdClassName
{
border-color: #D41715;
}
.TagClassName
{
border-color: #D41715;
}
</style>