Html Css Color HEX #D32503 Harley Davidson Orange
📋 copy color: '#D32503'red 211 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #D32503
Tints of Harley Davidson Orange #D32503
RGB
CMYK
RGB Variations
Color information
#D32503 (or 0xD32503) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 03. RGB value is (211,37,3). Sum of RGB (Red+Green+Blue) = 211+37+3=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D32503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32503 is #2CDAFC. Grayscale: #555555. Windows color (decimal): -2939645 or 206291. OLE color: 206291.
HSL color Cylindrical-coordinate representation of color #D32503: hue angle of 9.81º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D32503 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.17 |
| HSL | 9.81º | 0.97% | 0.42% | - |
| HSV(B) | 9.81º | 0.99% | 0.83% | - |
| XYZ | 27.54 | 15.18 | 1.56 | - |
| YUV | 85.15 | 81.65 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 3 | 0 | 0.82 | 0.99 | 0.17 | 9.81 | 0.97 | 0.42 |
| Hex | D3 | 25 | 3 | 0 | 52 | 63 | 11 | A | 61 | 2A |
| Octal | 323 | 45 | 3 | 0 | 122 | 143 | 21 | 12 | 141 | 52 |
| Binary | 11010011 | 100101 | 11 | 0 | 1010010 | 1100011 | 10001 | 1010 | 1100001 | 101010 |
Color Harmonies of #D32503
Complementary color
Monochromatic Colors of #D32503
Black with #D32503
Text Example
Text Example
White with #D32503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32503; }
p { color: rgb(211,37,3); }
H1.HeaderClassName
{
color: #D32503;
}
.AnyTagClassName
{
color: #D32503;
}
</style>
background-color css
<style>
a { background-color: #D32503; }
a { background-color: rgb(211,37,3); }
div.DivClassName
{
background-color: #D32503;
}
.BgClassName
{
background-color: #D32503;
}
</style>
border-color css
<style>
span { border-color: #D32503; }
span { border-color: rgb(211,37,3); }
td.TdClassName
{
border-color: #D32503;
}
.TagClassName
{
border-color: #D32503;
}
</style>