Html Css Color HEX #D32204 Harley Davidson Orange
📋 copy color: '#D32204'red 211 ◦ green 34 ◦ blue 4
Shades of Harley Davidson Orange #D32204
Tints of Harley Davidson Orange #D32204
RGB
CMYK
RGB Variations
Color information
#D32204 (or 0xD32204) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 04. RGB value is (211,34,4). Sum of RGB (Red+Green+Blue) = 211+34+4=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D32204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32204 is #2CDDFB. Grayscale: #535353. Windows color (decimal): -2940412 or 271059. OLE color: 271059.
HSL color Cylindrical-coordinate representation of color #D32204: hue angle of 8.7º 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 #D32204 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.17 |
| HSL | 8.7º | 0.96% | 0.42% | - |
| HSV(B) | 8.7º | 0.98% | 0.83% | - |
| XYZ | 27.46 | 15 | 1.56 | - |
| YUV | 83.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 4 | 0 | 0.84 | 0.98 | 0.17 | 8.7 | 0.96 | 0.42 |
| Hex | D3 | 22 | 4 | 0 | 54 | 62 | 11 | 9 | 60 | 2A |
| Octal | 323 | 42 | 4 | 0 | 124 | 142 | 21 | 11 | 140 | 52 |
| Binary | 11010011 | 100010 | 100 | 0 | 1010100 | 1100010 | 10001 | 1001 | 1100000 | 101010 |
Color Harmonies of #D32204
Complementary color
Monochromatic Colors of #D32204
Black with #D32204
Text Example
Text Example
White with #D32204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32204; }
p { color: rgb(211,34,4); }
H1.HeaderClassName
{
color: #D32204;
}
.AnyTagClassName
{
color: #D32204;
}
</style>
background-color css
<style>
a { background-color: #D32204; }
a { background-color: rgb(211,34,4); }
div.DivClassName
{
background-color: #D32204;
}
.BgClassName
{
background-color: #D32204;
}
</style>
border-color css
<style>
span { border-color: #D32204; }
span { border-color: rgb(211,34,4); }
td.TdClassName
{
border-color: #D32204;
}
.TagClassName
{
border-color: #D32204;
}
</style>