Html Css Color HEX #D33112 Harley Davidson Orange
📋 copy color: '#D33112'red 211 ◦ green 49 ◦ blue 18
Shades of Harley Davidson Orange #D33112
Tints of Harley Davidson Orange #D33112
RGB
CMYK
RGB Variations
Color information
#D33112 (or 0xD33112) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 12. RGB value is (211,49,18). Sum of RGB (Red+Green+Blue) = 211+49+18=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D33112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33112 is #2CCEED. Grayscale: #5E5E5E. Windows color (decimal): -2936558 or 1192403. OLE color: 1192403.
HSL color Cylindrical-coordinate representation of color #D33112: hue angle of 9.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D33112 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 18 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.17 |
| HSL | 9.64º | 0.84% | 0.45% | - |
| HSV(B) | 9.64º | 0.91% | 0.83% | - |
| XYZ | 28.07 | 16.09 | 2.2 | - |
| YUV | 93.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 18 | 0 | 0.77 | 0.91 | 0.17 | 9.64 | 0.84 | 0.45 |
| Hex | D3 | 31 | 12 | 0 | 4D | 5B | 11 | A | 54 | 2D |
| Octal | 323 | 61 | 22 | 0 | 115 | 133 | 21 | 12 | 124 | 55 |
| Binary | 11010011 | 110001 | 10010 | 0 | 1001101 | 1011011 | 10001 | 1010 | 1010100 | 101101 |
Color Harmonies of #D33112
Complementary color
Monochromatic Colors of #D33112
Black with #D33112
Text Example
Text Example
White with #D33112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33112; }
p { color: rgb(211,49,18); }
H1.HeaderClassName
{
color: #D33112;
}
.AnyTagClassName
{
color: #D33112;
}
</style>
background-color css
<style>
a { background-color: #D33112; }
a { background-color: rgb(211,49,18); }
div.DivClassName
{
background-color: #D33112;
}
.BgClassName
{
background-color: #D33112;
}
</style>
border-color css
<style>
span { border-color: #D33112; }
span { border-color: rgb(211,49,18); }
td.TdClassName
{
border-color: #D33112;
}
.TagClassName
{
border-color: #D33112;
}
</style>