Html Css Color HEX #D1220C Harley Davidson Orange
📋 copy color: '#D1220C'red 209 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #D1220C
Tints of Harley Davidson Orange #D1220C
RGB
CMYK
RGB Variations
Color information
#D1220C (or 0xD1220C) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 0C. RGB value is (209,34,12). Sum of RGB (Red+Green+Blue) = 209+34+12=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1220C is #2EDDF3. Grayscale: #545454. Windows color (decimal): -3071476 or 795345. OLE color: 795345.
HSL color Cylindrical-coordinate representation of color #D1220C: hue angle of 6.7º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.18 |
| HSL | 6.7º | 0.89% | 0.43% | - |
| HSV(B) | 6.7º | 0.94% | 0.82% | - |
| XYZ | 26.93 | 14.73 | 1.77 | - |
| YUV | 83.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 12 | 0 | 0.84 | 0.94 | 0.18 | 6.7 | 0.89 | 0.43 |
| Hex | D1 | 22 | C | 0 | 54 | 5E | 12 | 7 | 59 | 2B |
| Octal | 321 | 42 | 14 | 0 | 124 | 136 | 22 | 7 | 131 | 53 |
| Binary | 11010001 | 100010 | 1100 | 0 | 1010100 | 1011110 | 10010 | 111 | 1011001 | 101011 |
Color Harmonies of #D1220C
Complementary color
Monochromatic Colors of #D1220C
Black with #D1220C
Text Example
Text Example
White with #D1220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1220C; }
p { color: rgb(209,34,12); }
H1.HeaderClassName
{
color: #D1220C;
}
.AnyTagClassName
{
color: #D1220C;
}
</style>
background-color css
<style>
a { background-color: #D1220C; }
a { background-color: rgb(209,34,12); }
div.DivClassName
{
background-color: #D1220C;
}
.BgClassName
{
background-color: #D1220C;
}
</style>
border-color css
<style>
span { border-color: #D1220C; }
span { border-color: rgb(209,34,12); }
td.TdClassName
{
border-color: #D1220C;
}
.TagClassName
{
border-color: #D1220C;
}
</style>