Html Css Color HEX #D32404 Harley Davidson Orange
📋 copy color: '#D32404'red 211 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #D32404
Tints of Harley Davidson Orange #D32404
RGB
CMYK
RGB Variations
Color information
#D32404 (or 0xD32404) is known color: Harley Davidson Orange. HEX triplet: D3, 24 and 04. RGB value is (211,36,4). Sum of RGB (Red+Green+Blue) = 211+36+4=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D32404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32404 is #2CDBFB. Grayscale: #545454. Windows color (decimal): -2939900 or 271571. OLE color: 271571.
HSL color Cylindrical-coordinate representation of color #D32404: hue angle of 9.28º 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 #D32404 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.17 |
| HSL | 9.28º | 0.96% | 0.42% | - |
| HSV(B) | 9.28º | 0.98% | 0.83% | - |
| XYZ | 27.52 | 15.12 | 1.58 | - |
| YUV | 84.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 4 | 0 | 0.83 | 0.98 | 0.17 | 9.28 | 0.96 | 0.42 |
| Hex | D3 | 24 | 4 | 0 | 53 | 62 | 11 | 9 | 60 | 2A |
| Octal | 323 | 44 | 4 | 0 | 123 | 142 | 21 | 11 | 140 | 52 |
| Binary | 11010011 | 100100 | 100 | 0 | 1010011 | 1100010 | 10001 | 1001 | 1100000 | 101010 |
Color Harmonies of #D32404
Complementary color
Monochromatic Colors of #D32404
Black with #D32404
Text Example
Text Example
White with #D32404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32404; }
p { color: rgb(211,36,4); }
H1.HeaderClassName
{
color: #D32404;
}
.AnyTagClassName
{
color: #D32404;
}
</style>
background-color css
<style>
a { background-color: #D32404; }
a { background-color: rgb(211,36,4); }
div.DivClassName
{
background-color: #D32404;
}
.BgClassName
{
background-color: #D32404;
}
</style>
border-color css
<style>
span { border-color: #D32404; }
span { border-color: rgb(211,36,4); }
td.TdClassName
{
border-color: #D32404;
}
.TagClassName
{
border-color: #D32404;
}
</style>