Html Css Color HEX #D33503 Harley Davidson Orange
📋 copy color: '#D33503'red 211 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #D33503
Tints of Harley Davidson Orange #D33503
RGB
CMYK
RGB Variations
Color information
#D33503 (or 0xD33503) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 03. RGB value is (211,53,3). Sum of RGB (Red+Green+Blue) = 211+53+3=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D33503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33503 is #2CCAFC. Grayscale: #5E5E5E. Windows color (decimal): -2935549 or 210387. OLE color: 210387.
HSL color Cylindrical-coordinate representation of color #D33503: hue angle of 14.42º 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 #D33503 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.17 |
| HSL | 14.42º | 0.97% | 0.42% | - |
| HSV(B) | 14.42º | 0.99% | 0.83% | - |
| XYZ | 28.15 | 16.4 | 1.77 | - |
| YUV | 94.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 3 | 0 | 0.75 | 0.99 | 0.17 | 14.42 | 0.97 | 0.42 |
| Hex | D3 | 35 | 3 | 0 | 4B | 63 | 11 | E | 61 | 2A |
| Octal | 323 | 65 | 3 | 0 | 113 | 143 | 21 | 16 | 141 | 52 |
| Binary | 11010011 | 110101 | 11 | 0 | 1001011 | 1100011 | 10001 | 1110 | 1100001 | 101010 |
Color Harmonies of #D33503
Complementary color
Monochromatic Colors of #D33503
Black with #D33503
Text Example
Text Example
White with #D33503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33503; }
p { color: rgb(211,53,3); }
H1.HeaderClassName
{
color: #D33503;
}
.AnyTagClassName
{
color: #D33503;
}
</style>
background-color css
<style>
a { background-color: #D33503; }
a { background-color: rgb(211,53,3); }
div.DivClassName
{
background-color: #D33503;
}
.BgClassName
{
background-color: #D33503;
}
</style>
border-color css
<style>
span { border-color: #D33503; }
span { border-color: rgb(211,53,3); }
td.TdClassName
{
border-color: #D33503;
}
.TagClassName
{
border-color: #D33503;
}
</style>