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