Html Css Color HEX #D32F16 Harley Davidson Orange
📋 copy color: '#D32F16'red 211 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #D32F16
Tints of Harley Davidson Orange #D32F16
RGB
CMYK
RGB Variations
Color information
#D32F16 (or 0xD32F16) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 16. RGB value is (211,47,22). Sum of RGB (Red+Green+Blue) = 211+47+22=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32F16 is #2CD0E9. Grayscale: #5D5D5D. Windows color (decimal): -2937066 or 1454035. OLE color: 1454035.
HSL color Cylindrical-coordinate representation of color #D32F16: hue angle of 7.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D32F16 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.17 |
| HSL | 7.94º | 0.81% | 0.46% | - |
| HSV(B) | 7.94º | 0.9% | 0.83% | - |
| XYZ | 28.03 | 15.94 | 2.36 | - |
| YUV | 93.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 22 | 0 | 0.78 | 0.90 | 0.17 | 7.94 | 0.81 | 0.46 |
| Hex | D3 | 2F | 16 | 0 | 4E | 5A | 11 | 8 | 51 | 2E |
| Octal | 323 | 57 | 26 | 0 | 116 | 132 | 21 | 10 | 121 | 56 |
| Binary | 11010011 | 101111 | 10110 | 0 | 1001110 | 1011010 | 10001 | 1000 | 1010001 | 101110 |
Color Harmonies of #D32F16
Complementary color
Monochromatic Colors of #D32F16
Black with #D32F16
Text Example
Text Example
White with #D32F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F16; }
p { color: rgb(211,47,22); }
H1.HeaderClassName
{
color: #D32F16;
}
.AnyTagClassName
{
color: #D32F16;
}
</style>
background-color css
<style>
a { background-color: #D32F16; }
a { background-color: rgb(211,47,22); }
div.DivClassName
{
background-color: #D32F16;
}
.BgClassName
{
background-color: #D32F16;
}
</style>
border-color css
<style>
span { border-color: #D32F16; }
span { border-color: rgb(211,47,22); }
td.TdClassName
{
border-color: #D32F16;
}
.TagClassName
{
border-color: #D32F16;
}
</style>