Html Css Color HEX #D42813 Harley Davidson Orange
📋 copy color: '#D42813'red 212 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #D42813
Tints of Harley Davidson Orange #D42813
RGB
CMYK
RGB Variations
Color information
#D42813 (or 0xD42813) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 13. RGB value is (212,40,19). Sum of RGB (Red+Green+Blue) = 212+40+19=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D42813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42813 is #2BD7EC. Grayscale: #595959. Windows color (decimal): -2873325 or 1255636. OLE color: 1255636.
HSL color Cylindrical-coordinate representation of color #D42813: hue angle of 6.53º 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 #D42813 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.17 |
| HSL | 6.53º | 0.84% | 0.45% | - |
| HSV(B) | 6.53º | 0.91% | 0.83% | - |
| XYZ | 28.03 | 15.56 | 2.14 | - |
| YUV | 89.03 | 88.48 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 19 | 0 | 0.81 | 0.91 | 0.17 | 6.53 | 0.84 | 0.45 |
| Hex | D4 | 28 | 13 | 0 | 51 | 5B | 11 | 7 | 54 | 2D |
| Octal | 324 | 50 | 23 | 0 | 121 | 133 | 21 | 7 | 124 | 55 |
| Binary | 11010100 | 101000 | 10011 | 0 | 1010001 | 1011011 | 10001 | 111 | 1010100 | 101101 |
Color Harmonies of #D42813
Complementary color
Monochromatic Colors of #D42813
Black with #D42813
Text Example
Text Example
White with #D42813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42813; }
p { color: rgb(212,40,19); }
H1.HeaderClassName
{
color: #D42813;
}
.AnyTagClassName
{
color: #D42813;
}
</style>
background-color css
<style>
a { background-color: #D42813; }
a { background-color: rgb(212,40,19); }
div.DivClassName
{
background-color: #D42813;
}
.BgClassName
{
background-color: #D42813;
}
</style>
border-color css
<style>
span { border-color: #D42813; }
span { border-color: rgb(212,40,19); }
td.TdClassName
{
border-color: #D42813;
}
.TagClassName
{
border-color: #D42813;
}
</style>