Html Css Color HEX #D1241F Harley Davidson Orange
📋 copy color: '#D1241F'red 209 ◦ green 36 ◦ blue 31
Shades of Harley Davidson Orange #D1241F
Tints of Harley Davidson Orange #D1241F
RGB
CMYK
RGB Variations
Color information
#D1241F (or 0xD1241F) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 1F. RGB value is (209,36,31). Sum of RGB (Red+Green+Blue) = 209+36+31=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1241F is #2EDBE0. Grayscale: #575757. Windows color (decimal): -3070945 or 2041041. OLE color: 2041041.
HSL color Cylindrical-coordinate representation of color #D1241F: hue angle of 1.69º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1241F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 31 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.18 |
| HSL | 1.69º | 0.74% | 0.47% | - |
| HSV(B) | 1.69º | 0.85% | 0.82% | - |
| XYZ | 27.17 | 14.92 | 2.74 | - |
| YUV | 87.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 31 | 0 | 0.83 | 0.85 | 0.18 | 1.69 | 0.74 | 0.47 |
| Hex | D1 | 24 | 1F | 0 | 53 | 55 | 12 | 2 | 4A | 2F |
| Octal | 321 | 44 | 37 | 0 | 123 | 125 | 22 | 2 | 112 | 57 |
| Binary | 11010001 | 100100 | 11111 | 0 | 1010011 | 1010101 | 10010 | 10 | 1001010 | 101111 |
Color Harmonies of #D1241F
Complementary color
Monochromatic Colors of #D1241F
Black with #D1241F
Text Example
Text Example
White with #D1241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1241F; }
p { color: rgb(209,36,31); }
H1.HeaderClassName
{
color: #D1241F;
}
.AnyTagClassName
{
color: #D1241F;
}
</style>
background-color css
<style>
a { background-color: #D1241F; }
a { background-color: rgb(209,36,31); }
div.DivClassName
{
background-color: #D1241F;
}
.BgClassName
{
background-color: #D1241F;
}
</style>
border-color css
<style>
span { border-color: #D1241F; }
span { border-color: rgb(209,36,31); }
td.TdClassName
{
border-color: #D1241F;
}
.TagClassName
{
border-color: #D1241F;
}
</style>