Html Css Color HEX #D32504 Harley Davidson Orange
📋 copy color: '#D32504'red 211 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #D32504
Tints of Harley Davidson Orange #D32504
RGB
CMYK
RGB Variations
Color information
#D32504 (or 0xD32504) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 04. RGB value is (211,37,4). Sum of RGB (Red+Green+Blue) = 211+37+4=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D32504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32504 is #2CDAFB. Grayscale: #555555. Windows color (decimal): -2939644 or 271827. OLE color: 271827.
HSL color Cylindrical-coordinate representation of color #D32504: hue angle of 9.57º 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 #D32504 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.17 |
| HSL | 9.57º | 0.96% | 0.42% | - |
| HSV(B) | 9.57º | 0.98% | 0.83% | - |
| XYZ | 27.55 | 15.18 | 1.59 | - |
| YUV | 85.26 | 82.15 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 4 | 0 | 0.82 | 0.98 | 0.17 | 9.57 | 0.96 | 0.42 |
| Hex | D3 | 25 | 4 | 0 | 52 | 62 | 11 | A | 60 | 2A |
| Octal | 323 | 45 | 4 | 0 | 122 | 142 | 21 | 12 | 140 | 52 |
| Binary | 11010011 | 100101 | 100 | 0 | 1010010 | 1100010 | 10001 | 1010 | 1100000 | 101010 |
Color Harmonies of #D32504
Complementary color
Monochromatic Colors of #D32504
Black with #D32504
Text Example
Text Example
White with #D32504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32504; }
p { color: rgb(211,37,4); }
H1.HeaderClassName
{
color: #D32504;
}
.AnyTagClassName
{
color: #D32504;
}
</style>
background-color css
<style>
a { background-color: #D32504; }
a { background-color: rgb(211,37,4); }
div.DivClassName
{
background-color: #D32504;
}
.BgClassName
{
background-color: #D32504;
}
</style>
border-color css
<style>
span { border-color: #D32504; }
span { border-color: rgb(211,37,4); }
td.TdClassName
{
border-color: #D32504;
}
.TagClassName
{
border-color: #D32504;
}
</style>