Html Css Color HEX #D93221 Harley Davidson Orange
📋 copy color: '#D93221'red 217 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #D93221
Tints of Harley Davidson Orange #D93221
RGB
CMYK
RGB Variations
Color information
#D93221 (or 0xD93221) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 21. RGB value is (217,50,33). Sum of RGB (Red+Green+Blue) = 217+50+33=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D93221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93221 is #26CDDE. Grayscale: #626262. Windows color (decimal): -2543071 or 2175705. OLE color: 2175705.
HSL color Cylindrical-coordinate representation of color #D93221: hue angle of 5.54º degrees, saturation: 0.74, 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 #D93221 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 33 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.15 |
| HSL | 5.54º | 0.74% | 0.49% | - |
| HSV(B) | 5.54º | 0.85% | 0.85% | - |
| XYZ | 30.03 | 17.14 | 3.16 | - |
| YUV | 98 | 91.33 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 33 | 0 | 0.77 | 0.85 | 0.15 | 5.54 | 0.74 | 0.49 |
| Hex | D9 | 32 | 21 | 0 | 4D | 55 | F | 6 | 4A | 31 |
| Octal | 331 | 62 | 41 | 0 | 115 | 125 | 17 | 6 | 112 | 61 |
| Binary | 11011001 | 110010 | 100001 | 0 | 1001101 | 1010101 | 1111 | 110 | 1001010 | 110001 |
Color Harmonies of #D93221
Complementary color
Monochromatic Colors of #D93221
Black with #D93221
Text Example
Text Example
White with #D93221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93221; }
p { color: rgb(217,50,33); }
H1.HeaderClassName
{
color: #D93221;
}
.AnyTagClassName
{
color: #D93221;
}
</style>
background-color css
<style>
a { background-color: #D93221; }
a { background-color: rgb(217,50,33); }
div.DivClassName
{
background-color: #D93221;
}
.BgClassName
{
background-color: #D93221;
}
</style>
border-color css
<style>
span { border-color: #D93221; }
span { border-color: rgb(217,50,33); }
td.TdClassName
{
border-color: #D93221;
}
.TagClassName
{
border-color: #D93221;
}
</style>