Html Css Color HEX #D32901 Harley Davidson Orange
📋 copy color: '#D32901'red 211 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #D32901
Tints of Harley Davidson Orange #D32901
RGB
CMYK
RGB Variations
Color information
#D32901 (or 0xD32901) is known color: Harley Davidson Orange. HEX triplet: D3, 29 and 01. RGB value is (211,41,1). Sum of RGB (Red+Green+Blue) = 211+41+1=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D32901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32901 is #2CD6FE. Grayscale: #575757. Windows color (decimal): -2938623 or 76243. OLE color: 76243.
HSL color Cylindrical-coordinate representation of color #D32901: hue angle of 11.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D32901 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.17 |
| HSL | 11.43º | 0.99% | 0.42% | - |
| HSV(B) | 11.43º | 1% | 0.83% | - |
| XYZ | 27.66 | 15.44 | 1.55 | - |
| YUV | 87.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 1 | 0 | 0.81 | 1.00 | 0.17 | 11.43 | 0.99 | 0.42 |
| Hex | D3 | 29 | 1 | 0 | 51 | 64 | 11 | B | 63 | 2A |
| Octal | 323 | 51 | 1 | 0 | 121 | 144 | 21 | 13 | 143 | 52 |
| Binary | 11010011 | 101001 | 1 | 0 | 1010001 | 1100100 | 10001 | 1011 | 1100011 | 101010 |
Color Harmonies of #D32901
Complementary color
Monochromatic Colors of #D32901
Black with #D32901
Text Example
Text Example
White with #D32901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32901; }
p { color: rgb(211,41,1); }
H1.HeaderClassName
{
color: #D32901;
}
.AnyTagClassName
{
color: #D32901;
}
</style>
background-color css
<style>
a { background-color: #D32901; }
a { background-color: rgb(211,41,1); }
div.DivClassName
{
background-color: #D32901;
}
.BgClassName
{
background-color: #D32901;
}
</style>
border-color css
<style>
span { border-color: #D32901; }
span { border-color: rgb(211,41,1); }
td.TdClassName
{
border-color: #D32901;
}
.TagClassName
{
border-color: #D32901;
}
</style>