Html Css Color HEX #D32004 Harley Davidson Orange
📋 copy color: '#D32004'red 211 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #D32004
Tints of Harley Davidson Orange #D32004
RGB
CMYK
RGB Variations
Color information
#D32004 (or 0xD32004) is known color: Harley Davidson Orange. HEX triplet: D3, 20 and 04. RGB value is (211,32,4). Sum of RGB (Red+Green+Blue) = 211+32+4=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D32004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32004 is #2CDFFB. Grayscale: #525252. Windows color (decimal): -2940924 or 270547. OLE color: 270547.
HSL color Cylindrical-coordinate representation of color #D32004: hue angle of 8.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D32004 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.17 |
| HSL | 8.12º | 0.96% | 0.42% | - |
| HSV(B) | 8.12º | 0.98% | 0.83% | - |
| XYZ | 27.4 | 14.89 | 1.54 | - |
| YUV | 82.33 | 83.8 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 4 | 0 | 0.85 | 0.98 | 0.17 | 8.12 | 0.96 | 0.42 |
| Hex | D3 | 20 | 4 | 0 | 55 | 62 | 11 | 8 | 60 | 2A |
| Octal | 323 | 40 | 4 | 0 | 125 | 142 | 21 | 10 | 140 | 52 |
| Binary | 11010011 | 100000 | 100 | 0 | 1010101 | 1100010 | 10001 | 1000 | 1100000 | 101010 |
Color Harmonies of #D32004
Complementary color
Monochromatic Colors of #D32004
Black with #D32004
Text Example
Text Example
White with #D32004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32004; }
p { color: rgb(211,32,4); }
H1.HeaderClassName
{
color: #D32004;
}
.AnyTagClassName
{
color: #D32004;
}
</style>
background-color css
<style>
a { background-color: #D32004; }
a { background-color: rgb(211,32,4); }
div.DivClassName
{
background-color: #D32004;
}
.BgClassName
{
background-color: #D32004;
}
</style>
border-color css
<style>
span { border-color: #D32004; }
span { border-color: rgb(211,32,4); }
td.TdClassName
{
border-color: #D32004;
}
.TagClassName
{
border-color: #D32004;
}
</style>