Html Css Color HEX #D1271D Harley Davidson Orange
📋 copy color: '#D1271D'red 209 ◦ green 39 ◦ blue 29
Shades of Harley Davidson Orange #D1271D
Tints of Harley Davidson Orange #D1271D
RGB
CMYK
RGB Variations
Color information
#D1271D (or 0xD1271D) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 1D. RGB value is (209,39,29). Sum of RGB (Red+Green+Blue) = 209+39+29=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1271D is #2ED8E2. Grayscale: #585858. Windows color (decimal): -3070179 or 1910737. OLE color: 1910737.
HSL color Cylindrical-coordinate representation of color #D1271D: hue angle of 3.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1271D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.18 |
| HSL | 3.33º | 0.76% | 0.47% | - |
| HSV(B) | 3.33º | 0.86% | 0.82% | - |
| XYZ | 27.24 | 15.1 | 2.64 | - |
| YUV | 88.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 29 | 0 | 0.81 | 0.86 | 0.18 | 3.33 | 0.76 | 0.47 |
| Hex | D1 | 27 | 1D | 0 | 51 | 56 | 12 | 3 | 4C | 2F |
| Octal | 321 | 47 | 35 | 0 | 121 | 126 | 22 | 3 | 114 | 57 |
| Binary | 11010001 | 100111 | 11101 | 0 | 1010001 | 1010110 | 10010 | 11 | 1001100 | 101111 |
Color Harmonies of #D1271D
Complementary color
Monochromatic Colors of #D1271D
Black with #D1271D
Text Example
Text Example
White with #D1271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1271D; }
p { color: rgb(209,39,29); }
H1.HeaderClassName
{
color: #D1271D;
}
.AnyTagClassName
{
color: #D1271D;
}
</style>
background-color css
<style>
a { background-color: #D1271D; }
a { background-color: rgb(209,39,29); }
div.DivClassName
{
background-color: #D1271D;
}
.BgClassName
{
background-color: #D1271D;
}
</style>
border-color css
<style>
span { border-color: #D1271D; }
span { border-color: rgb(209,39,29); }
td.TdClassName
{
border-color: #D1271D;
}
.TagClassName
{
border-color: #D1271D;
}
</style>