Html Css Color HEX #D1200C Harley Davidson Orange
📋 copy color: '#D1200C'red 209 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #D1200C
Tints of Harley Davidson Orange #D1200C
RGB
CMYK
RGB Variations
Color information
#D1200C (or 0xD1200C) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 0C. RGB value is (209,32,12). Sum of RGB (Red+Green+Blue) = 209+32+12=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D1200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1200C is #2EDFF3. Grayscale: #525252. Windows color (decimal): -3071988 or 794833. OLE color: 794833.
HSL color Cylindrical-coordinate representation of color #D1200C: hue angle of 6.09º 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 #D1200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.18 |
| HSL | 6.09º | 0.89% | 0.43% | - |
| HSV(B) | 6.09º | 0.94% | 0.82% | - |
| XYZ | 26.88 | 14.61 | 1.75 | - |
| YUV | 82.64 | 88.14 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 12 | 0 | 0.85 | 0.94 | 0.18 | 6.09 | 0.89 | 0.43 |
| Hex | D1 | 20 | C | 0 | 55 | 5E | 12 | 6 | 59 | 2B |
| Octal | 321 | 40 | 14 | 0 | 125 | 136 | 22 | 6 | 131 | 53 |
| Binary | 11010001 | 100000 | 1100 | 0 | 1010101 | 1011110 | 10010 | 110 | 1011001 | 101011 |
Color Harmonies of #D1200C
Complementary color
Monochromatic Colors of #D1200C
Black with #D1200C
Text Example
Text Example
White with #D1200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1200C; }
p { color: rgb(209,32,12); }
H1.HeaderClassName
{
color: #D1200C;
}
.AnyTagClassName
{
color: #D1200C;
}
</style>
background-color css
<style>
a { background-color: #D1200C; }
a { background-color: rgb(209,32,12); }
div.DivClassName
{
background-color: #D1200C;
}
.BgClassName
{
background-color: #D1200C;
}
</style>
border-color css
<style>
span { border-color: #D1200C; }
span { border-color: rgb(209,32,12); }
td.TdClassName
{
border-color: #D1200C;
}
.TagClassName
{
border-color: #D1200C;
}
</style>