Html Css Color HEX #D33501 Harley Davidson Orange
📋 copy color: '#D33501'red 211 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #D33501
Tints of Harley Davidson Orange #D33501
RGB
CMYK
RGB Variations
Color information
#D33501 (or 0xD33501) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 01. RGB value is (211,53,1). Sum of RGB (Red+Green+Blue) = 211+53+1=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D33501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33501 is #2CCAFE. Grayscale: #5E5E5E. Windows color (decimal): -2935551 or 79315. OLE color: 79315.
HSL color Cylindrical-coordinate representation of color #D33501: hue angle of 14.86º 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 #D33501 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.17 |
| HSL | 14.86º | 0.99% | 0.42% | - |
| HSV(B) | 14.86º | 1% | 0.83% | - |
| XYZ | 28.14 | 16.4 | 1.71 | - |
| YUV | 94.31 | 75.35 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 1 | 0 | 0.75 | 1.00 | 0.17 | 14.86 | 0.99 | 0.42 |
| Hex | D3 | 35 | 1 | 0 | 4B | 64 | 11 | F | 63 | 2A |
| Octal | 323 | 65 | 1 | 0 | 113 | 144 | 21 | 17 | 143 | 52 |
| Binary | 11010011 | 110101 | 1 | 0 | 1001011 | 1100100 | 10001 | 1111 | 1100011 | 101010 |
Color Harmonies of #D33501
Complementary color
Monochromatic Colors of #D33501
Black with #D33501
Text Example
Text Example
White with #D33501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33501; }
p { color: rgb(211,53,1); }
H1.HeaderClassName
{
color: #D33501;
}
.AnyTagClassName
{
color: #D33501;
}
</style>
background-color css
<style>
a { background-color: #D33501; }
a { background-color: rgb(211,53,1); }
div.DivClassName
{
background-color: #D33501;
}
.BgClassName
{
background-color: #D33501;
}
</style>
border-color css
<style>
span { border-color: #D33501; }
span { border-color: rgb(211,53,1); }
td.TdClassName
{
border-color: #D33501;
}
.TagClassName
{
border-color: #D33501;
}
</style>