Html Css Color HEX #D83221 Harley Davidson Orange
📋 copy color: '#D83221'red 216 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #D83221
Tints of Harley Davidson Orange #D83221
RGB
CMYK
RGB Variations
Color information
#D83221 (or 0xD83221) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 21. RGB value is (216,50,33). Sum of RGB (Red+Green+Blue) = 216+50+33=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D83221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83221 is #27CDDE. Grayscale: #616161. Windows color (decimal): -2608607 or 2175704. OLE color: 2175704.
HSL color Cylindrical-coordinate representation of color #D83221: hue angle of 5.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83221 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 33 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.15 |
| HSL | 5.57º | 0.73% | 0.49% | - |
| HSV(B) | 5.57º | 0.85% | 0.85% | - |
| XYZ | 29.73 | 16.99 | 3.15 | - |
| YUV | 97.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 33 | 0 | 0.77 | 0.85 | 0.15 | 5.57 | 0.73 | 0.49 |
| Hex | D8 | 32 | 21 | 0 | 4D | 55 | F | 6 | 49 | 31 |
| Octal | 330 | 62 | 41 | 0 | 115 | 125 | 17 | 6 | 111 | 61 |
| Binary | 11011000 | 110010 | 100001 | 0 | 1001101 | 1010101 | 1111 | 110 | 1001001 | 110001 |
Color Harmonies of #D83221
Complementary color
Monochromatic Colors of #D83221
Black with #D83221
Text Example
Text Example
White with #D83221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83221; }
p { color: rgb(216,50,33); }
H1.HeaderClassName
{
color: #D83221;
}
.AnyTagClassName
{
color: #D83221;
}
</style>
background-color css
<style>
a { background-color: #D83221; }
a { background-color: rgb(216,50,33); }
div.DivClassName
{
background-color: #D83221;
}
.BgClassName
{
background-color: #D83221;
}
</style>
border-color css
<style>
span { border-color: #D83221; }
span { border-color: rgb(216,50,33); }
td.TdClassName
{
border-color: #D83221;
}
.TagClassName
{
border-color: #D83221;
}
</style>