Html Css Color HEX #D1271A Harley Davidson Orange
📋 copy color: '#D1271A'red 209 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #D1271A
Tints of Harley Davidson Orange #D1271A
RGB
CMYK
RGB Variations
Color information
#D1271A (or 0xD1271A) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 1A. RGB value is (209,39,26). Sum of RGB (Red+Green+Blue) = 209+39+26=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1271A is #2ED8E5. Grayscale: #585858. Windows color (decimal): -3070182 or 1714129. OLE color: 1714129.
HSL color Cylindrical-coordinate representation of color #D1271A: hue angle of 4.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1271A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 26 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.18 |
| HSL | 4.26º | 0.78% | 0.46% | - |
| HSV(B) | 4.26º | 0.88% | 0.82% | - |
| XYZ | 27.21 | 15.08 | 2.45 | - |
| YUV | 88.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 26 | 0 | 0.81 | 0.88 | 0.18 | 4.26 | 0.78 | 0.46 |
| Hex | D1 | 27 | 1A | 0 | 51 | 58 | 12 | 4 | 4E | 2E |
| Octal | 321 | 47 | 32 | 0 | 121 | 130 | 22 | 4 | 116 | 56 |
| Binary | 11010001 | 100111 | 11010 | 0 | 1010001 | 1011000 | 10010 | 100 | 1001110 | 101110 |
Color Harmonies of #D1271A
Complementary color
Monochromatic Colors of #D1271A
Black with #D1271A
Text Example
Text Example
White with #D1271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1271A; }
p { color: rgb(209,39,26); }
H1.HeaderClassName
{
color: #D1271A;
}
.AnyTagClassName
{
color: #D1271A;
}
</style>
background-color css
<style>
a { background-color: #D1271A; }
a { background-color: rgb(209,39,26); }
div.DivClassName
{
background-color: #D1271A;
}
.BgClassName
{
background-color: #D1271A;
}
</style>
border-color css
<style>
span { border-color: #D1271A; }
span { border-color: rgb(209,39,26); }
td.TdClassName
{
border-color: #D1271A;
}
.TagClassName
{
border-color: #D1271A;
}
</style>