Html Css Color HEX #D9221C Harley Davidson Orange
📋 copy color: '#D9221C'red 217 ◦ green 34 ◦ blue 28
Shades of Harley Davidson Orange #D9221C
Tints of Harley Davidson Orange #D9221C
RGB
CMYK
RGB Variations
Color information
#D9221C (or 0xD9221C) is known color: Harley Davidson Orange. HEX triplet: D9, 22 and 1C. RGB value is (217,34,28). Sum of RGB (Red+Green+Blue) = 217+34+28=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9221C is #26DDE3. Grayscale: #585858. Windows color (decimal): -2547172 or 1843929. OLE color: 1843929.
HSL color Cylindrical-coordinate representation of color #D9221C: hue angle of 1.9º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9221C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.15 |
| HSL | 1.9º | 0.77% | 0.48% | - |
| HSV(B) | 1.9º | 0.87% | 0.85% | - |
| XYZ | 29.4 | 15.98 | 2.63 | - |
| YUV | 88.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 28 | 0 | 0.84 | 0.87 | 0.15 | 1.9 | 0.77 | 0.48 |
| Hex | D9 | 22 | 1C | 0 | 54 | 57 | F | 2 | 4D | 30 |
| Octal | 331 | 42 | 34 | 0 | 124 | 127 | 17 | 2 | 115 | 60 |
| Binary | 11011001 | 100010 | 11100 | 0 | 1010100 | 1010111 | 1111 | 10 | 1001101 | 110000 |
Color Harmonies of #D9221C
Complementary color
Monochromatic Colors of #D9221C
Black with #D9221C
Text Example
Text Example
White with #D9221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9221C; }
p { color: rgb(217,34,28); }
H1.HeaderClassName
{
color: #D9221C;
}
.AnyTagClassName
{
color: #D9221C;
}
</style>
background-color css
<style>
a { background-color: #D9221C; }
a { background-color: rgb(217,34,28); }
div.DivClassName
{
background-color: #D9221C;
}
.BgClassName
{
background-color: #D9221C;
}
</style>
border-color css
<style>
span { border-color: #D9221C; }
span { border-color: rgb(217,34,28); }
td.TdClassName
{
border-color: #D9221C;
}
.TagClassName
{
border-color: #D9221C;
}
</style>