Html Css Color HEX #D1190C Harley Davidson Orange
📋 copy color: '#D1190C'red 209 ◦ green 25 ◦ blue 12
Shades of Harley Davidson Orange #D1190C
Tints of Harley Davidson Orange #D1190C
RGB
CMYK
RGB Variations
Color information
#D1190C (or 0xD1190C) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 0C. RGB value is (209,25,12). Sum of RGB (Red+Green+Blue) = 209+25+12=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D1190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1190C is #2EE6F3. Grayscale: #4E4E4E. Windows color (decimal): -3073780 or 793041. OLE color: 793041.
HSL color Cylindrical-coordinate representation of color #D1190C: hue angle of 3.96º 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 #D1190C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.18 |
| HSL | 3.96º | 0.89% | 0.43% | - |
| HSV(B) | 3.96º | 0.94% | 0.82% | - |
| XYZ | 26.71 | 14.28 | 1.7 | - |
| YUV | 78.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 12 | 0 | 0.88 | 0.94 | 0.18 | 3.96 | 0.89 | 0.43 |
| Hex | D1 | 19 | C | 0 | 58 | 5E | 12 | 4 | 59 | 2B |
| Octal | 321 | 31 | 14 | 0 | 130 | 136 | 22 | 4 | 131 | 53 |
| Binary | 11010001 | 11001 | 1100 | 0 | 1011000 | 1011110 | 10010 | 100 | 1011001 | 101011 |
Color Harmonies of #D1190C
Complementary color
Monochromatic Colors of #D1190C
Black with #D1190C
Text Example
Text Example
White with #D1190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1190C; }
p { color: rgb(209,25,12); }
H1.HeaderClassName
{
color: #D1190C;
}
.AnyTagClassName
{
color: #D1190C;
}
</style>
background-color css
<style>
a { background-color: #D1190C; }
a { background-color: rgb(209,25,12); }
div.DivClassName
{
background-color: #D1190C;
}
.BgClassName
{
background-color: #D1190C;
}
</style>
border-color css
<style>
span { border-color: #D1190C; }
span { border-color: rgb(209,25,12); }
td.TdClassName
{
border-color: #D1190C;
}
.TagClassName
{
border-color: #D1190C;
}
</style>