Html Css Color HEX #D1241A Harley Davidson Orange
📋 copy color: '#D1241A'red 209 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #D1241A
Tints of Harley Davidson Orange #D1241A
RGB
CMYK
RGB Variations
Color information
#D1241A (or 0xD1241A) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 1A. RGB value is (209,36,26). Sum of RGB (Red+Green+Blue) = 209+36+26=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1241A is #2EDBE5. Grayscale: #565656. Windows color (decimal): -3070950 or 1713361. OLE color: 1713361.
HSL color Cylindrical-coordinate representation of color #D1241A: hue angle of 3.28º 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 #D1241A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.18 |
| HSL | 3.28º | 0.78% | 0.46% | - |
| HSV(B) | 3.28º | 0.88% | 0.82% | - |
| XYZ | 27.11 | 14.89 | 2.42 | - |
| YUV | 86.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 26 | 0 | 0.83 | 0.88 | 0.18 | 3.28 | 0.78 | 0.46 |
| Hex | D1 | 24 | 1A | 0 | 53 | 58 | 12 | 3 | 4E | 2E |
| Octal | 321 | 44 | 32 | 0 | 123 | 130 | 22 | 3 | 116 | 56 |
| Binary | 11010001 | 100100 | 11010 | 0 | 1010011 | 1011000 | 10010 | 11 | 1001110 | 101110 |
Color Harmonies of #D1241A
Complementary color
Monochromatic Colors of #D1241A
Black with #D1241A
Text Example
Text Example
White with #D1241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1241A; }
p { color: rgb(209,36,26); }
H1.HeaderClassName
{
color: #D1241A;
}
.AnyTagClassName
{
color: #D1241A;
}
</style>
background-color css
<style>
a { background-color: #D1241A; }
a { background-color: rgb(209,36,26); }
div.DivClassName
{
background-color: #D1241A;
}
.BgClassName
{
background-color: #D1241A;
}
</style>
border-color css
<style>
span { border-color: #D1241A; }
span { border-color: rgb(209,36,26); }
td.TdClassName
{
border-color: #D1241A;
}
.TagClassName
{
border-color: #D1241A;
}
</style>