Html Css Color HEX #D1251F Harley Davidson Orange
📋 copy color: '#D1251F'red 209 ◦ green 37 ◦ blue 31
Shades of Harley Davidson Orange #D1251F
Tints of Harley Davidson Orange #D1251F
RGB
CMYK
RGB Variations
Color information
#D1251F (or 0xD1251F) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 1F. RGB value is (209,37,31). Sum of RGB (Red+Green+Blue) = 209+37+31=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1251F is #2EDAE0. Grayscale: #575757. Windows color (decimal): -3070689 or 2041297. OLE color: 2041297.
HSL color Cylindrical-coordinate representation of color #D1251F: hue angle of 2.02º 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 #D1251F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.18 |
| HSL | 2.02º | 0.74% | 0.47% | - |
| HSV(B) | 2.02º | 0.85% | 0.82% | - |
| XYZ | 27.2 | 14.98 | 2.75 | - |
| YUV | 87.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 31 | 0 | 0.82 | 0.85 | 0.18 | 2.02 | 0.74 | 0.47 |
| Hex | D1 | 25 | 1F | 0 | 52 | 55 | 12 | 2 | 4A | 2F |
| Octal | 321 | 45 | 37 | 0 | 122 | 125 | 22 | 2 | 112 | 57 |
| Binary | 11010001 | 100101 | 11111 | 0 | 1010010 | 1010101 | 10010 | 10 | 1001010 | 101111 |
Color Harmonies of #D1251F
Complementary color
Monochromatic Colors of #D1251F
Black with #D1251F
Text Example
Text Example
White with #D1251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1251F; }
p { color: rgb(209,37,31); }
H1.HeaderClassName
{
color: #D1251F;
}
.AnyTagClassName
{
color: #D1251F;
}
</style>
background-color css
<style>
a { background-color: #D1251F; }
a { background-color: rgb(209,37,31); }
div.DivClassName
{
background-color: #D1251F;
}
.BgClassName
{
background-color: #D1251F;
}
</style>
border-color css
<style>
span { border-color: #D1251F; }
span { border-color: rgb(209,37,31); }
td.TdClassName
{
border-color: #D1251F;
}
.TagClassName
{
border-color: #D1251F;
}
</style>