Html Css Color HEX #D33003 Harley Davidson Orange
📋 copy color: '#D33003'red 211 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #D33003
Tints of Harley Davidson Orange #D33003
RGB
CMYK
RGB Variations
Color information
#D33003 (or 0xD33003) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 03. RGB value is (211,48,3). Sum of RGB (Red+Green+Blue) = 211+48+3=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D33003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33003 is #2CCFFC. Grayscale: #5B5B5B. Windows color (decimal): -2936829 or 209107. OLE color: 209107.
HSL color Cylindrical-coordinate representation of color #D33003: hue angle of 12.98º 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 #D33003 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.17 |
| HSL | 12.98º | 0.97% | 0.42% | - |
| HSV(B) | 12.98º | 0.99% | 0.83% | - |
| XYZ | 27.94 | 15.97 | 1.7 | - |
| YUV | 91.61 | 78 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 3 | 0 | 0.77 | 0.99 | 0.17 | 12.98 | 0.97 | 0.42 |
| Hex | D3 | 30 | 3 | 0 | 4D | 63 | 11 | D | 61 | 2A |
| Octal | 323 | 60 | 3 | 0 | 115 | 143 | 21 | 15 | 141 | 52 |
| Binary | 11010011 | 110000 | 11 | 0 | 1001101 | 1100011 | 10001 | 1101 | 1100001 | 101010 |
Color Harmonies of #D33003
Complementary color
Monochromatic Colors of #D33003
Black with #D33003
Text Example
Text Example
White with #D33003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33003; }
p { color: rgb(211,48,3); }
H1.HeaderClassName
{
color: #D33003;
}
.AnyTagClassName
{
color: #D33003;
}
</style>
background-color css
<style>
a { background-color: #D33003; }
a { background-color: rgb(211,48,3); }
div.DivClassName
{
background-color: #D33003;
}
.BgClassName
{
background-color: #D33003;
}
</style>
border-color css
<style>
span { border-color: #D33003; }
span { border-color: rgb(211,48,3); }
td.TdClassName
{
border-color: #D33003;
}
.TagClassName
{
border-color: #D33003;
}
</style>