Html Css Color HEX #D41913 Harley Davidson Orange
📋 copy color: '#D41913'red 212 ◦ green 25 ◦ blue 19
Shades of Harley Davidson Orange #D41913
Tints of Harley Davidson Orange #D41913
RGB
CMYK
RGB Variations
Color information
#D41913 (or 0xD41913) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 13. RGB value is (212,25,19). Sum of RGB (Red+Green+Blue) = 212+25+19=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41913 is #2BE6EC. Grayscale: #505050. Windows color (decimal): -2877165 or 1251796. OLE color: 1251796.
HSL color Cylindrical-coordinate representation of color #D41913: hue angle of 1.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41913 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.17 |
| HSL | 1.87º | 0.84% | 0.45% | - |
| HSV(B) | 1.87º | 0.91% | 0.83% | - |
| XYZ | 27.62 | 14.74 | 2.01 | - |
| YUV | 80.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 19 | 0 | 0.88 | 0.91 | 0.17 | 1.87 | 0.84 | 0.45 |
| Hex | D4 | 19 | 13 | 0 | 58 | 5B | 11 | 2 | 54 | 2D |
| Octal | 324 | 31 | 23 | 0 | 130 | 133 | 21 | 2 | 124 | 55 |
| Binary | 11010100 | 11001 | 10011 | 0 | 1011000 | 1011011 | 10001 | 10 | 1010100 | 101101 |
Color Harmonies of #D41913
Complementary color
Monochromatic Colors of #D41913
Black with #D41913
Text Example
Text Example
White with #D41913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41913; }
p { color: rgb(212,25,19); }
H1.HeaderClassName
{
color: #D41913;
}
.AnyTagClassName
{
color: #D41913;
}
</style>
background-color css
<style>
a { background-color: #D41913; }
a { background-color: rgb(212,25,19); }
div.DivClassName
{
background-color: #D41913;
}
.BgClassName
{
background-color: #D41913;
}
</style>
border-color css
<style>
span { border-color: #D41913; }
span { border-color: rgb(212,25,19); }
td.TdClassName
{
border-color: #D41913;
}
.TagClassName
{
border-color: #D41913;
}
</style>