Html Css Color HEX #D33502 Harley Davidson Orange
📋 copy color: '#D33502'red 211 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #D33502
Tints of Harley Davidson Orange #D33502
RGB
CMYK
RGB Variations
Color information
#D33502 (or 0xD33502) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 02. RGB value is (211,53,2). Sum of RGB (Red+Green+Blue) = 211+53+2=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D33502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33502 is #2CCAFD. Grayscale: #5E5E5E. Windows color (decimal): -2935550 or 144851. OLE color: 144851.
HSL color Cylindrical-coordinate representation of color #D33502: hue angle of 14.64º degrees, saturation: 0.98, 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 #D33502 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.17 |
| HSL | 14.64º | 0.98% | 0.42% | - |
| HSV(B) | 14.64º | 0.99% | 0.83% | - |
| XYZ | 28.15 | 16.4 | 1.74 | - |
| YUV | 94.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 2 | 0 | 0.75 | 0.99 | 0.17 | 14.64 | 0.98 | 0.42 |
| Hex | D3 | 35 | 2 | 0 | 4B | 63 | 11 | F | 62 | 2A |
| Octal | 323 | 65 | 2 | 0 | 113 | 143 | 21 | 17 | 142 | 52 |
| Binary | 11010011 | 110101 | 10 | 0 | 1001011 | 1100011 | 10001 | 1111 | 1100010 | 101010 |
Color Harmonies of #D33502
Complementary color
Monochromatic Colors of #D33502
Black with #D33502
Text Example
Text Example
White with #D33502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33502; }
p { color: rgb(211,53,2); }
H1.HeaderClassName
{
color: #D33502;
}
.AnyTagClassName
{
color: #D33502;
}
</style>
background-color css
<style>
a { background-color: #D33502; }
a { background-color: rgb(211,53,2); }
div.DivClassName
{
background-color: #D33502;
}
.BgClassName
{
background-color: #D33502;
}
</style>
border-color css
<style>
span { border-color: #D33502; }
span { border-color: rgb(211,53,2); }
td.TdClassName
{
border-color: #D33502;
}
.TagClassName
{
border-color: #D33502;
}
</style>