Html Css Color HEX #D32403 Harley Davidson Orange
📋 copy color: '#D32403'red 211 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #D32403
Tints of Harley Davidson Orange #D32403
RGB
CMYK
RGB Variations
Color information
#D32403 (or 0xD32403) is known color: Harley Davidson Orange. HEX triplet: D3, 24 and 03. RGB value is (211,36,3). Sum of RGB (Red+Green+Blue) = 211+36+3=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D32403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32403 is #2CDBFC. Grayscale: #545454. Windows color (decimal): -2939901 or 206035. OLE color: 206035.
HSL color Cylindrical-coordinate representation of color #D32403: hue angle of 9.52º 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 #D32403 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.17 |
| HSL | 9.52º | 0.97% | 0.42% | - |
| HSV(B) | 9.52º | 0.99% | 0.83% | - |
| XYZ | 27.51 | 15.12 | 1.55 | - |
| YUV | 84.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 3 | 0 | 0.83 | 0.99 | 0.17 | 9.52 | 0.97 | 0.42 |
| Hex | D3 | 24 | 3 | 0 | 53 | 63 | 11 | A | 61 | 2A |
| Octal | 323 | 44 | 3 | 0 | 123 | 143 | 21 | 12 | 141 | 52 |
| Binary | 11010011 | 100100 | 11 | 0 | 1010011 | 1100011 | 10001 | 1010 | 1100001 | 101010 |
Color Harmonies of #D32403
Complementary color
Monochromatic Colors of #D32403
Black with #D32403
Text Example
Text Example
White with #D32403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32403; }
p { color: rgb(211,36,3); }
H1.HeaderClassName
{
color: #D32403;
}
.AnyTagClassName
{
color: #D32403;
}
</style>
background-color css
<style>
a { background-color: #D32403; }
a { background-color: rgb(211,36,3); }
div.DivClassName
{
background-color: #D32403;
}
.BgClassName
{
background-color: #D32403;
}
</style>
border-color css
<style>
span { border-color: #D32403; }
span { border-color: rgb(211,36,3); }
td.TdClassName
{
border-color: #D32403;
}
.TagClassName
{
border-color: #D32403;
}
</style>