Html Css Color HEX #D33405 Harley Davidson Orange
📋 copy color: '#D33405'red 211 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #D33405
Tints of Harley Davidson Orange #D33405
RGB
CMYK
RGB Variations
Color information
#D33405 (or 0xD33405) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 05. RGB value is (211,52,5). Sum of RGB (Red+Green+Blue) = 211+52+5=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D33405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33405 is #2CCBFA. Grayscale: #5E5E5E. Windows color (decimal): -2935803 or 341203. OLE color: 341203.
HSL color Cylindrical-coordinate representation of color #D33405: hue angle of 13.69º 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 #D33405 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.17 |
| HSL | 13.69º | 0.95% | 0.42% | - |
| HSV(B) | 13.69º | 0.98% | 0.83% | - |
| XYZ | 28.12 | 16.32 | 1.81 | - |
| YUV | 94.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 5 | 0 | 0.75 | 0.98 | 0.17 | 13.69 | 0.95 | 0.42 |
| Hex | D3 | 34 | 5 | 0 | 4B | 62 | 11 | E | 5F | 2A |
| Octal | 323 | 64 | 5 | 0 | 113 | 142 | 21 | 16 | 137 | 52 |
| Binary | 11010011 | 110100 | 101 | 0 | 1001011 | 1100010 | 10001 | 1110 | 1011111 | 101010 |
Color Harmonies of #D33405
Complementary color
Monochromatic Colors of #D33405
Black with #D33405
Text Example
Text Example
White with #D33405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33405; }
p { color: rgb(211,52,5); }
H1.HeaderClassName
{
color: #D33405;
}
.AnyTagClassName
{
color: #D33405;
}
</style>
background-color css
<style>
a { background-color: #D33405; }
a { background-color: rgb(211,52,5); }
div.DivClassName
{
background-color: #D33405;
}
.BgClassName
{
background-color: #D33405;
}
</style>
border-color css
<style>
span { border-color: #D33405; }
span { border-color: rgb(211,52,5); }
td.TdClassName
{
border-color: #D33405;
}
.TagClassName
{
border-color: #D33405;
}
</style>