Html Css Color HEX #D72415 Harley Davidson Orange
📋 copy color: '#D72415'red 215 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #D72415
Tints of Harley Davidson Orange #D72415
RGB
CMYK
RGB Variations
Color information
#D72415 (or 0xD72415) is known color: Harley Davidson Orange. HEX triplet: D7, 24 and 15. RGB value is (215,36,21). Sum of RGB (Red+Green+Blue) = 215+36+21=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D72415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72415 is #28DBEA. Grayscale: #585858. Windows color (decimal): -2677739 or 1385687. OLE color: 1385687.
HSL color Cylindrical-coordinate representation of color #D72415: hue angle of 4.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D72415 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.16 |
| HSL | 4.64º | 0.82% | 0.46% | - |
| HSV(B) | 4.64º | 0.9% | 0.84% | - |
| XYZ | 28.79 | 15.76 | 2.23 | - |
| YUV | 87.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 21 | 0 | 0.83 | 0.90 | 0.16 | 4.64 | 0.82 | 0.46 |
| Hex | D7 | 24 | 15 | 0 | 53 | 5A | 10 | 5 | 52 | 2E |
| Octal | 327 | 44 | 25 | 0 | 123 | 132 | 20 | 5 | 122 | 56 |
| Binary | 11010111 | 100100 | 10101 | 0 | 1010011 | 1011010 | 10000 | 101 | 1010010 | 101110 |
Color Harmonies of #D72415
Complementary color
Monochromatic Colors of #D72415
Black with #D72415
Text Example
Text Example
White with #D72415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72415; }
p { color: rgb(215,36,21); }
H1.HeaderClassName
{
color: #D72415;
}
.AnyTagClassName
{
color: #D72415;
}
</style>
background-color css
<style>
a { background-color: #D72415; }
a { background-color: rgb(215,36,21); }
div.DivClassName
{
background-color: #D72415;
}
.BgClassName
{
background-color: #D72415;
}
</style>
border-color css
<style>
span { border-color: #D72415; }
span { border-color: rgb(215,36,21); }
td.TdClassName
{
border-color: #D72415;
}
.TagClassName
{
border-color: #D72415;
}
</style>