Html Css Color HEX #D33210 Harley Davidson Orange
📋 copy color: '#D33210'red 211 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #D33210
Tints of Harley Davidson Orange #D33210
RGB
CMYK
RGB Variations
Color information
#D33210 (or 0xD33210) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 10. RGB value is (211,50,16). Sum of RGB (Red+Green+Blue) = 211+50+16=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D33210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33210 is #2CCDEF. Grayscale: #5E5E5E. Windows color (decimal): -2936304 or 1061587. OLE color: 1061587.
HSL color Cylindrical-coordinate representation of color #D33210: hue angle of 10.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D33210 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.17 |
| HSL | 10.46º | 0.86% | 0.45% | - |
| HSV(B) | 10.46º | 0.92% | 0.83% | - |
| XYZ | 28.1 | 16.17 | 2.13 | - |
| YUV | 94.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 16 | 0 | 0.76 | 0.92 | 0.17 | 10.46 | 0.86 | 0.45 |
| Hex | D3 | 32 | 10 | 0 | 4C | 5C | 11 | A | 56 | 2D |
| Octal | 323 | 62 | 20 | 0 | 114 | 134 | 21 | 12 | 126 | 55 |
| Binary | 11010011 | 110010 | 10000 | 0 | 1001100 | 1011100 | 10001 | 1010 | 1010110 | 101101 |
Color Harmonies of #D33210
Complementary color
Monochromatic Colors of #D33210
Black with #D33210
Text Example
Text Example
White with #D33210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33210; }
p { color: rgb(211,50,16); }
H1.HeaderClassName
{
color: #D33210;
}
.AnyTagClassName
{
color: #D33210;
}
</style>
background-color css
<style>
a { background-color: #D33210; }
a { background-color: rgb(211,50,16); }
div.DivClassName
{
background-color: #D33210;
}
.BgClassName
{
background-color: #D33210;
}
</style>
border-color css
<style>
span { border-color: #D33210; }
span { border-color: rgb(211,50,16); }
td.TdClassName
{
border-color: #D33210;
}
.TagClassName
{
border-color: #D33210;
}
</style>