Html Css Color HEX #D32F21 Harley Davidson Orange
📋 copy color: '#D32F21'red 211 ◦ green 47 ◦ blue 33
Shades of Harley Davidson Orange #D32F21
Tints of Harley Davidson Orange #D32F21
RGB
CMYK
RGB Variations
Color information
#D32F21 (or 0xD32F21) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 21. RGB value is (211,47,33). Sum of RGB (Red+Green+Blue) = 211+47+33=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32F21 is #2CD0DE. Grayscale: #5E5E5E. Windows color (decimal): -2937055 or 2174931. OLE color: 2174931.
HSL color Cylindrical-coordinate representation of color #D32F21: hue angle of 4.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32F21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.17 |
| HSL | 4.72º | 0.73% | 0.48% | - |
| HSV(B) | 4.72º | 0.84% | 0.83% | - |
| XYZ | 28.16 | 15.99 | 3.04 | - |
| YUV | 94.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 33 | 0 | 0.78 | 0.84 | 0.17 | 4.72 | 0.73 | 0.48 |
| Hex | D3 | 2F | 21 | 0 | 4E | 54 | 11 | 5 | 49 | 30 |
| Octal | 323 | 57 | 41 | 0 | 116 | 124 | 21 | 5 | 111 | 60 |
| Binary | 11010011 | 101111 | 100001 | 0 | 1001110 | 1010100 | 10001 | 101 | 1001001 | 110000 |
Color Harmonies of #D32F21
Complementary color
Monochromatic Colors of #D32F21
Black with #D32F21
Text Example
Text Example
White with #D32F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F21; }
p { color: rgb(211,47,33); }
H1.HeaderClassName
{
color: #D32F21;
}
.AnyTagClassName
{
color: #D32F21;
}
</style>
background-color css
<style>
a { background-color: #D32F21; }
a { background-color: rgb(211,47,33); }
div.DivClassName
{
background-color: #D32F21;
}
.BgClassName
{
background-color: #D32F21;
}
</style>
border-color css
<style>
span { border-color: #D32F21; }
span { border-color: rgb(211,47,33); }
td.TdClassName
{
border-color: #D32F21;
}
.TagClassName
{
border-color: #D32F21;
}
</style>