Html Css Color HEX #D33215 Harley Davidson Orange
📋 copy color: '#D33215'red 211 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #D33215
Tints of Harley Davidson Orange #D33215
RGB
CMYK
RGB Variations
Color information
#D33215 (or 0xD33215) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 15. RGB value is (211,50,21). Sum of RGB (Red+Green+Blue) = 211+50+21=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D33215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33215 is #2CCDEA. Grayscale: #5F5F5F. Windows color (decimal): -2936299 or 1389267. OLE color: 1389267.
HSL color Cylindrical-coordinate representation of color #D33215: hue angle of 9.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D33215 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.17 |
| HSL | 9.16º | 0.82% | 0.45% | - |
| HSV(B) | 9.16º | 0.9% | 0.83% | - |
| XYZ | 28.14 | 16.18 | 2.35 | - |
| YUV | 94.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 21 | 0 | 0.76 | 0.90 | 0.17 | 9.16 | 0.82 | 0.45 |
| Hex | D3 | 32 | 15 | 0 | 4C | 5A | 11 | 9 | 52 | 2D |
| Octal | 323 | 62 | 25 | 0 | 114 | 132 | 21 | 11 | 122 | 55 |
| Binary | 11010011 | 110010 | 10101 | 0 | 1001100 | 1011010 | 10001 | 1001 | 1010010 | 101101 |
Color Harmonies of #D33215
Complementary color
Monochromatic Colors of #D33215
Black with #D33215
Text Example
Text Example
White with #D33215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33215; }
p { color: rgb(211,50,21); }
H1.HeaderClassName
{
color: #D33215;
}
.AnyTagClassName
{
color: #D33215;
}
</style>
background-color css
<style>
a { background-color: #D33215; }
a { background-color: rgb(211,50,21); }
div.DivClassName
{
background-color: #D33215;
}
.BgClassName
{
background-color: #D33215;
}
</style>
border-color css
<style>
span { border-color: #D33215; }
span { border-color: rgb(211,50,21); }
td.TdClassName
{
border-color: #D33215;
}
.TagClassName
{
border-color: #D33215;
}
</style>