Html Css Color HEX #D33404 Harley Davidson Orange
📋 copy color: '#D33404'red 211 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #D33404
Tints of Harley Davidson Orange #D33404
RGB
CMYK
RGB Variations
Color information
#D33404 (or 0xD33404) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 04. RGB value is (211,52,4). Sum of RGB (Red+Green+Blue) = 211+52+4=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D33404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33404 is #2CCBFB. Grayscale: #5E5E5E. Windows color (decimal): -2935804 or 275667. OLE color: 275667.
HSL color Cylindrical-coordinate representation of color #D33404: hue angle of 13.91º degrees, saturation: 0.96, 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 #D33404 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.17 |
| HSL | 13.91º | 0.96% | 0.42% | - |
| HSV(B) | 13.91º | 0.98% | 0.83% | - |
| XYZ | 28.11 | 16.31 | 1.78 | - |
| YUV | 94.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 4 | 0 | 0.75 | 0.98 | 0.17 | 13.91 | 0.96 | 0.42 |
| Hex | D3 | 34 | 4 | 0 | 4B | 62 | 11 | E | 60 | 2A |
| Octal | 323 | 64 | 4 | 0 | 113 | 142 | 21 | 16 | 140 | 52 |
| Binary | 11010011 | 110100 | 100 | 0 | 1001011 | 1100010 | 10001 | 1110 | 1100000 | 101010 |
Color Harmonies of #D33404
Complementary color
Monochromatic Colors of #D33404
Black with #D33404
Text Example
Text Example
White with #D33404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33404; }
p { color: rgb(211,52,4); }
H1.HeaderClassName
{
color: #D33404;
}
.AnyTagClassName
{
color: #D33404;
}
</style>
background-color css
<style>
a { background-color: #D33404; }
a { background-color: rgb(211,52,4); }
div.DivClassName
{
background-color: #D33404;
}
.BgClassName
{
background-color: #D33404;
}
</style>
border-color css
<style>
span { border-color: #D33404; }
span { border-color: rgb(211,52,4); }
td.TdClassName
{
border-color: #D33404;
}
.TagClassName
{
border-color: #D33404;
}
</style>