Html Css Color HEX #D42113 Harley Davidson Orange
📋 copy color: '#D42113'red 212 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #D42113
Tints of Harley Davidson Orange #D42113
RGB
CMYK
RGB Variations
Color information
#D42113 (or 0xD42113) is known color: Harley Davidson Orange. HEX triplet: D4, 21 and 13. RGB value is (212,33,19). Sum of RGB (Red+Green+Blue) = 212+33+19=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D42113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42113 is #2BDEEC. Grayscale: #555555. Windows color (decimal): -2875117 or 1253844. OLE color: 1253844.
HSL color Cylindrical-coordinate representation of color #D42113: hue angle of 4.35º 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 #D42113 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.17 |
| HSL | 4.35º | 0.84% | 0.45% | - |
| HSV(B) | 4.35º | 0.91% | 0.83% | - |
| XYZ | 27.81 | 15.13 | 2.07 | - |
| YUV | 84.93 | 90.8 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 19 | 0 | 0.84 | 0.91 | 0.17 | 4.35 | 0.84 | 0.45 |
| Hex | D4 | 21 | 13 | 0 | 54 | 5B | 11 | 4 | 54 | 2D |
| Octal | 324 | 41 | 23 | 0 | 124 | 133 | 21 | 4 | 124 | 55 |
| Binary | 11010100 | 100001 | 10011 | 0 | 1010100 | 1011011 | 10001 | 100 | 1010100 | 101101 |
Color Harmonies of #D42113
Complementary color
Monochromatic Colors of #D42113
Black with #D42113
Text Example
Text Example
White with #D42113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42113; }
p { color: rgb(212,33,19); }
H1.HeaderClassName
{
color: #D42113;
}
.AnyTagClassName
{
color: #D42113;
}
</style>
background-color css
<style>
a { background-color: #D42113; }
a { background-color: rgb(212,33,19); }
div.DivClassName
{
background-color: #D42113;
}
.BgClassName
{
background-color: #D42113;
}
</style>
border-color css
<style>
span { border-color: #D42113; }
span { border-color: rgb(212,33,19); }
td.TdClassName
{
border-color: #D42113;
}
.TagClassName
{
border-color: #D42113;
}
</style>