Html Css Color HEX #D32115 Harley Davidson Orange
📋 copy color: '#D32115'red 211 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #D32115
Tints of Harley Davidson Orange #D32115
RGB
CMYK
RGB Variations
Color information
#D32115 (or 0xD32115) is known color: Harley Davidson Orange. HEX triplet: D3, 21 and 15. RGB value is (211,33,21). Sum of RGB (Red+Green+Blue) = 211+33+21=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D32115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32115 is #2CDEEA. Grayscale: #555555. Windows color (decimal): -2940651 or 1384915. OLE color: 1384915.
HSL color Cylindrical-coordinate representation of color #D32115: hue angle of 3.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D32115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.17 |
| HSL | 3.79º | 0.82% | 0.45% | - |
| HSV(B) | 3.79º | 0.9% | 0.83% | - |
| XYZ | 27.54 | 14.99 | 2.15 | - |
| YUV | 84.85 | 91.97 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 21 | 0 | 0.84 | 0.90 | 0.17 | 3.79 | 0.82 | 0.45 |
| Hex | D3 | 21 | 15 | 0 | 54 | 5A | 11 | 4 | 52 | 2D |
| Octal | 323 | 41 | 25 | 0 | 124 | 132 | 21 | 4 | 122 | 55 |
| Binary | 11010011 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10001 | 100 | 1010010 | 101101 |
Color Harmonies of #D32115
Complementary color
Monochromatic Colors of #D32115
Black with #D32115
Text Example
Text Example
White with #D32115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32115; }
p { color: rgb(211,33,21); }
H1.HeaderClassName
{
color: #D32115;
}
.AnyTagClassName
{
color: #D32115;
}
</style>
background-color css
<style>
a { background-color: #D32115; }
a { background-color: rgb(211,33,21); }
div.DivClassName
{
background-color: #D32115;
}
.BgClassName
{
background-color: #D32115;
}
</style>
border-color css
<style>
span { border-color: #D32115; }
span { border-color: rgb(211,33,21); }
td.TdClassName
{
border-color: #D32115;
}
.TagClassName
{
border-color: #D32115;
}
</style>