Html Css Color HEX #D33005 Harley Davidson Orange
📋 copy color: '#D33005'red 211 ◦ green 48 ◦ blue 5
Shades of Harley Davidson Orange #D33005
Tints of Harley Davidson Orange #D33005
RGB
CMYK
RGB Variations
Color information
#D33005 (or 0xD33005) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 05. RGB value is (211,48,5). Sum of RGB (Red+Green+Blue) = 211+48+5=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D33005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33005 is #2CCFFA. Grayscale: #5C5C5C. Windows color (decimal): -2936827 or 340179. OLE color: 340179.
HSL color Cylindrical-coordinate representation of color #D33005: hue angle of 12.52º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D33005 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.17 |
| HSL | 12.52º | 0.95% | 0.42% | - |
| HSV(B) | 12.52º | 0.98% | 0.83% | - |
| XYZ | 27.95 | 15.97 | 1.75 | - |
| YUV | 91.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 5 | 0 | 0.77 | 0.98 | 0.17 | 12.52 | 0.95 | 0.42 |
| Hex | D3 | 30 | 5 | 0 | 4D | 62 | 11 | D | 5F | 2A |
| Octal | 323 | 60 | 5 | 0 | 115 | 142 | 21 | 15 | 137 | 52 |
| Binary | 11010011 | 110000 | 101 | 0 | 1001101 | 1100010 | 10001 | 1101 | 1011111 | 101010 |
Color Harmonies of #D33005
Complementary color
Monochromatic Colors of #D33005
Black with #D33005
Text Example
Text Example
White with #D33005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33005; }
p { color: rgb(211,48,5); }
H1.HeaderClassName
{
color: #D33005;
}
.AnyTagClassName
{
color: #D33005;
}
</style>
background-color css
<style>
a { background-color: #D33005; }
a { background-color: rgb(211,48,5); }
div.DivClassName
{
background-color: #D33005;
}
.BgClassName
{
background-color: #D33005;
}
</style>
border-color css
<style>
span { border-color: #D33005; }
span { border-color: rgb(211,48,5); }
td.TdClassName
{
border-color: #D33005;
}
.TagClassName
{
border-color: #D33005;
}
</style>