Html Css Color HEX #D33406 Harley Davidson Orange
📋 copy color: '#D33406'red 211 ◦ green 52 ◦ blue 6
Shades of Harley Davidson Orange #D33406
Tints of Harley Davidson Orange #D33406
RGB
CMYK
RGB Variations
Color information
#D33406 (or 0xD33406) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 06. RGB value is (211,52,6). Sum of RGB (Red+Green+Blue) = 211+52+6=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D33406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33406 is #2CCBF9. Grayscale: #5E5E5E. Windows color (decimal): -2935802 or 406739. OLE color: 406739.
HSL color Cylindrical-coordinate representation of color #D33406: hue angle of 13.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D33406 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.17 |
| HSL | 13.46º | 0.94% | 0.43% | - |
| HSV(B) | 13.46º | 0.97% | 0.83% | - |
| XYZ | 28.12 | 16.32 | 1.84 | - |
| YUV | 94.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 6 | 0 | 0.75 | 0.97 | 0.17 | 13.46 | 0.94 | 0.43 |
| Hex | D3 | 34 | 6 | 0 | 4B | 61 | 11 | D | 5E | 2B |
| Octal | 323 | 64 | 6 | 0 | 113 | 141 | 21 | 15 | 136 | 53 |
| Binary | 11010011 | 110100 | 110 | 0 | 1001011 | 1100001 | 10001 | 1101 | 1011110 | 101011 |
Color Harmonies of #D33406
Complementary color
Monochromatic Colors of #D33406
Black with #D33406
Text Example
Text Example
White with #D33406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33406; }
p { color: rgb(211,52,6); }
H1.HeaderClassName
{
color: #D33406;
}
.AnyTagClassName
{
color: #D33406;
}
</style>
background-color css
<style>
a { background-color: #D33406; }
a { background-color: rgb(211,52,6); }
div.DivClassName
{
background-color: #D33406;
}
.BgClassName
{
background-color: #D33406;
}
</style>
border-color css
<style>
span { border-color: #D33406; }
span { border-color: rgb(211,52,6); }
td.TdClassName
{
border-color: #D33406;
}
.TagClassName
{
border-color: #D33406;
}
</style>