Html Css Color HEX #D1271B Harley Davidson Orange
📋 copy color: '#D1271B'red 209 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #D1271B
Tints of Harley Davidson Orange #D1271B
RGB
CMYK
RGB Variations
Color information
#D1271B (or 0xD1271B) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 1B. RGB value is (209,39,27). Sum of RGB (Red+Green+Blue) = 209+39+27=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1271B is #2ED8E4. Grayscale: #585858. Windows color (decimal): -3070181 or 1779665. OLE color: 1779665.
HSL color Cylindrical-coordinate representation of color #D1271B: hue angle of 3.96º degrees, saturation: 0.77, 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 #D1271B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 27 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.18 |
| HSL | 3.96º | 0.77% | 0.46% | - |
| HSV(B) | 3.96º | 0.87% | 0.82% | - |
| XYZ | 27.22 | 15.09 | 2.51 | - |
| YUV | 88.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 27 | 0 | 0.81 | 0.87 | 0.18 | 3.96 | 0.77 | 0.46 |
| Hex | D1 | 27 | 1B | 0 | 51 | 57 | 12 | 4 | 4D | 2E |
| Octal | 321 | 47 | 33 | 0 | 121 | 127 | 22 | 4 | 115 | 56 |
| Binary | 11010001 | 100111 | 11011 | 0 | 1010001 | 1010111 | 10010 | 100 | 1001101 | 101110 |
Color Harmonies of #D1271B
Complementary color
Monochromatic Colors of #D1271B
Black with #D1271B
Text Example
Text Example
White with #D1271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1271B; }
p { color: rgb(209,39,27); }
H1.HeaderClassName
{
color: #D1271B;
}
.AnyTagClassName
{
color: #D1271B;
}
</style>
background-color css
<style>
a { background-color: #D1271B; }
a { background-color: rgb(209,39,27); }
div.DivClassName
{
background-color: #D1271B;
}
.BgClassName
{
background-color: #D1271B;
}
</style>
border-color css
<style>
span { border-color: #D1271B; }
span { border-color: rgb(209,39,27); }
td.TdClassName
{
border-color: #D1271B;
}
.TagClassName
{
border-color: #D1271B;
}
</style>