Html Css Color HEX #D41F13 Harley Davidson Orange
📋 copy color: '#D41F13'red 212 ◦ green 31 ◦ blue 19
Shades of Harley Davidson Orange #D41F13
Tints of Harley Davidson Orange #D41F13
RGB
CMYK
RGB Variations
Color information
#D41F13 (or 0xD41F13) is known color: Harley Davidson Orange. HEX triplet: D4, 1F and 13. RGB value is (212,31,19). Sum of RGB (Red+Green+Blue) = 212+31+19=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41F13 is #2BE0EC. Grayscale: #535353. Windows color (decimal): -2875629 or 1253332. OLE color: 1253332.
HSL color Cylindrical-coordinate representation of color #D41F13: hue angle of 3.73º 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 #D41F13 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.17 |
| HSL | 3.73º | 0.84% | 0.45% | - |
| HSV(B) | 3.73º | 0.91% | 0.83% | - |
| XYZ | 27.76 | 15.02 | 2.05 | - |
| YUV | 83.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 19 | 0 | 0.85 | 0.91 | 0.17 | 3.73 | 0.84 | 0.45 |
| Hex | D4 | 1F | 13 | 0 | 55 | 5B | 11 | 4 | 54 | 2D |
| Octal | 324 | 37 | 23 | 0 | 125 | 133 | 21 | 4 | 124 | 55 |
| Binary | 11010100 | 11111 | 10011 | 0 | 1010101 | 1011011 | 10001 | 100 | 1010100 | 101101 |
Color Harmonies of #D41F13
Complementary color
Monochromatic Colors of #D41F13
Black with #D41F13
Text Example
Text Example
White with #D41F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41F13; }
p { color: rgb(212,31,19); }
H1.HeaderClassName
{
color: #D41F13;
}
.AnyTagClassName
{
color: #D41F13;
}
</style>
background-color css
<style>
a { background-color: #D41F13; }
a { background-color: rgb(212,31,19); }
div.DivClassName
{
background-color: #D41F13;
}
.BgClassName
{
background-color: #D41F13;
}
</style>
border-color css
<style>
span { border-color: #D41F13; }
span { border-color: rgb(212,31,19); }
td.TdClassName
{
border-color: #D41F13;
}
.TagClassName
{
border-color: #D41F13;
}
</style>