Html Css Color HEX #D1201C Harley Davidson Orange
📋 copy color: '#D1201C'red 209 ◦ green 32 ◦ blue 28
Shades of Harley Davidson Orange #D1201C
Tints of Harley Davidson Orange #D1201C
RGB
CMYK
RGB Variations
Color information
#D1201C (or 0xD1201C) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 1C. RGB value is (209,32,28). Sum of RGB (Red+Green+Blue) = 209+32+28=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1201C is #2EDFE3. Grayscale: #545454. Windows color (decimal): -3071972 or 1843409. OLE color: 1843409.
HSL color Cylindrical-coordinate representation of color #D1201C: hue angle of 1.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1201C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.18 |
| HSL | 1.33º | 0.76% | 0.46% | - |
| HSV(B) | 1.33º | 0.87% | 0.82% | - |
| XYZ | 27.02 | 14.67 | 2.51 | - |
| YUV | 84.47 | 96.14 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 28 | 0 | 0.85 | 0.87 | 0.18 | 1.33 | 0.76 | 0.46 |
| Hex | D1 | 20 | 1C | 0 | 55 | 57 | 12 | 1 | 4C | 2E |
| Octal | 321 | 40 | 34 | 0 | 125 | 127 | 22 | 1 | 114 | 56 |
| Binary | 11010001 | 100000 | 11100 | 0 | 1010101 | 1010111 | 10010 | 1 | 1001100 | 101110 |
Color Harmonies of #D1201C
Complementary color
Monochromatic Colors of #D1201C
Black with #D1201C
Text Example
Text Example
White with #D1201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1201C; }
p { color: rgb(209,32,28); }
H1.HeaderClassName
{
color: #D1201C;
}
.AnyTagClassName
{
color: #D1201C;
}
</style>
background-color css
<style>
a { background-color: #D1201C; }
a { background-color: rgb(209,32,28); }
div.DivClassName
{
background-color: #D1201C;
}
.BgClassName
{
background-color: #D1201C;
}
</style>
border-color css
<style>
span { border-color: #D1201C; }
span { border-color: rgb(209,32,28); }
td.TdClassName
{
border-color: #D1201C;
}
.TagClassName
{
border-color: #D1201C;
}
</style>