Html Css Color HEX #D72113 Harley Davidson Orange
📋 copy color: '#D72113'red 215 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #D72113
Tints of Harley Davidson Orange #D72113
RGB
CMYK
RGB Variations
Color information
#D72113 (or 0xD72113) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 13. RGB value is (215,33,19). Sum of RGB (Red+Green+Blue) = 215+33+19=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D72113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72113 is #28DEEC. Grayscale: #565656. Windows color (decimal): -2678509 or 1253847. OLE color: 1253847.
HSL color Cylindrical-coordinate representation of color #D72113: hue angle of 4.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D72113 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.16 |
| HSL | 4.29º | 0.84% | 0.46% | - |
| HSV(B) | 4.29º | 0.91% | 0.84% | - |
| XYZ | 28.69 | 15.58 | 2.11 | - |
| YUV | 85.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 19 | 0 | 0.85 | 0.91 | 0.16 | 4.29 | 0.84 | 0.46 |
| Hex | D7 | 21 | 13 | 0 | 55 | 5B | 10 | 4 | 54 | 2E |
| Octal | 327 | 41 | 23 | 0 | 125 | 133 | 20 | 4 | 124 | 56 |
| Binary | 11010111 | 100001 | 10011 | 0 | 1010101 | 1011011 | 10000 | 100 | 1010100 | 101110 |
Color Harmonies of #D72113
Complementary color
Monochromatic Colors of #D72113
Black with #D72113
Text Example
Text Example
White with #D72113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72113; }
p { color: rgb(215,33,19); }
H1.HeaderClassName
{
color: #D72113;
}
.AnyTagClassName
{
color: #D72113;
}
</style>
background-color css
<style>
a { background-color: #D72113; }
a { background-color: rgb(215,33,19); }
div.DivClassName
{
background-color: #D72113;
}
.BgClassName
{
background-color: #D72113;
}
</style>
border-color css
<style>
span { border-color: #D72113; }
span { border-color: rgb(215,33,19); }
td.TdClassName
{
border-color: #D72113;
}
.TagClassName
{
border-color: #D72113;
}
</style>