Html Css Color HEX #D92C15 Harley Davidson Orange
📋 copy color: '#D92C15'red 217 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #D92C15
Tints of Harley Davidson Orange #D92C15
RGB
CMYK
RGB Variations
Color information
#D92C15 (or 0xD92C15) is known color: Harley Davidson Orange. HEX triplet: D9, 2C and 15. RGB value is (217,44,21). Sum of RGB (Red+Green+Blue) = 217+44+21=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92C15 is #26D3EA. Grayscale: #5D5D5D. Windows color (decimal): -2544619 or 1387737. OLE color: 1387737.
HSL color Cylindrical-coordinate representation of color #D92C15: hue angle of 7.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D92C15 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.15 |
| HSL | 7.04º | 0.82% | 0.47% | - |
| HSV(B) | 7.04º | 0.9% | 0.85% | - |
| XYZ | 29.65 | 16.61 | 2.35 | - |
| YUV | 93.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 21 | 0 | 0.80 | 0.90 | 0.15 | 7.04 | 0.82 | 0.47 |
| Hex | D9 | 2C | 15 | 0 | 50 | 5A | F | 7 | 52 | 2F |
| Octal | 331 | 54 | 25 | 0 | 120 | 132 | 17 | 7 | 122 | 57 |
| Binary | 11011001 | 101100 | 10101 | 0 | 1010000 | 1011010 | 1111 | 111 | 1010010 | 101111 |
Color Harmonies of #D92C15
Complementary color
Monochromatic Colors of #D92C15
Black with #D92C15
Text Example
Text Example
White with #D92C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C15; }
p { color: rgb(217,44,21); }
H1.HeaderClassName
{
color: #D92C15;
}
.AnyTagClassName
{
color: #D92C15;
}
</style>
background-color css
<style>
a { background-color: #D92C15; }
a { background-color: rgb(217,44,21); }
div.DivClassName
{
background-color: #D92C15;
}
.BgClassName
{
background-color: #D92C15;
}
</style>
border-color css
<style>
span { border-color: #D92C15; }
span { border-color: rgb(217,44,21); }
td.TdClassName
{
border-color: #D92C15;
}
.TagClassName
{
border-color: #D92C15;
}
</style>