Html Css Color HEX #D1271C Harley Davidson Orange
📋 copy color: '#D1271C'red 209 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #D1271C
Tints of Harley Davidson Orange #D1271C
RGB
CMYK
RGB Variations
Color information
#D1271C (or 0xD1271C) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 1C. RGB value is (209,39,28). Sum of RGB (Red+Green+Blue) = 209+39+28=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1271C is #2ED8E3. Grayscale: #585858. Windows color (decimal): -3070180 or 1845201. OLE color: 1845201.
HSL color Cylindrical-coordinate representation of color #D1271C: hue angle of 3.65º 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 #D1271C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.18 |
| HSL | 3.65º | 0.76% | 0.46% | - |
| HSV(B) | 3.65º | 0.87% | 0.82% | - |
| XYZ | 27.23 | 15.09 | 2.58 | - |
| YUV | 88.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 28 | 0 | 0.81 | 0.87 | 0.18 | 3.65 | 0.76 | 0.46 |
| Hex | D1 | 27 | 1C | 0 | 51 | 57 | 12 | 4 | 4C | 2E |
| Octal | 321 | 47 | 34 | 0 | 121 | 127 | 22 | 4 | 114 | 56 |
| Binary | 11010001 | 100111 | 11100 | 0 | 1010001 | 1010111 | 10010 | 100 | 1001100 | 101110 |
Color Harmonies of #D1271C
Complementary color
Monochromatic Colors of #D1271C
Black with #D1271C
Text Example
Text Example
White with #D1271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1271C; }
p { color: rgb(209,39,28); }
H1.HeaderClassName
{
color: #D1271C;
}
.AnyTagClassName
{
color: #D1271C;
}
</style>
background-color css
<style>
a { background-color: #D1271C; }
a { background-color: rgb(209,39,28); }
div.DivClassName
{
background-color: #D1271C;
}
.BgClassName
{
background-color: #D1271C;
}
</style>
border-color css
<style>
span { border-color: #D1271C; }
span { border-color: rgb(209,39,28); }
td.TdClassName
{
border-color: #D1271C;
}
.TagClassName
{
border-color: #D1271C;
}
</style>