Html Css Color HEX #D72C15 Harley Davidson Orange
📋 copy color: '#D72C15'red 215 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #D72C15
Tints of Harley Davidson Orange #D72C15
RGB
CMYK
RGB Variations
Color information
#D72C15 (or 0xD72C15) is known color: Harley Davidson Orange. HEX triplet: D7, 2C and 15. RGB value is (215,44,21). Sum of RGB (Red+Green+Blue) = 215+44+21=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72C15 is #28D3EA. Grayscale: #5C5C5C. Windows color (decimal): -2675691 or 1387735. OLE color: 1387735.
HSL color Cylindrical-coordinate representation of color #D72C15: hue angle of 7.11º 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 #D72C15 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.16 |
| HSL | 7.11º | 0.82% | 0.46% | - |
| HSV(B) | 7.11º | 0.9% | 0.84% | - |
| XYZ | 29.06 | 16.3 | 2.32 | - |
| YUV | 92.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 21 | 0 | 0.80 | 0.90 | 0.16 | 7.11 | 0.82 | 0.46 |
| Hex | D7 | 2C | 15 | 0 | 50 | 5A | 10 | 7 | 52 | 2E |
| Octal | 327 | 54 | 25 | 0 | 120 | 132 | 20 | 7 | 122 | 56 |
| Binary | 11010111 | 101100 | 10101 | 0 | 1010000 | 1011010 | 10000 | 111 | 1010010 | 101110 |
Color Harmonies of #D72C15
Complementary color
Monochromatic Colors of #D72C15
Black with #D72C15
Text Example
Text Example
White with #D72C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C15; }
p { color: rgb(215,44,21); }
H1.HeaderClassName
{
color: #D72C15;
}
.AnyTagClassName
{
color: #D72C15;
}
</style>
background-color css
<style>
a { background-color: #D72C15; }
a { background-color: rgb(215,44,21); }
div.DivClassName
{
background-color: #D72C15;
}
.BgClassName
{
background-color: #D72C15;
}
</style>
border-color css
<style>
span { border-color: #D72C15; }
span { border-color: rgb(215,44,21); }
td.TdClassName
{
border-color: #D72C15;
}
.TagClassName
{
border-color: #D72C15;
}
</style>