Html Css Color HEX #D1441F Harley Davidson Orange
📋 copy color: '#D1441F'red 209 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #D1441F
Tints of Harley Davidson Orange #D1441F
RGB
CMYK
RGB Variations
Color information
#D1441F (or 0xD1441F) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 1F. RGB value is (209,68,31). Sum of RGB (Red+Green+Blue) = 209+68+31=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1441F is #2EBBE0. Grayscale: #6A6A6A. Windows color (decimal): -3062753 or 2049233. OLE color: 2049233.
HSL color Cylindrical-coordinate representation of color #D1441F: hue angle of 12.47º 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 #D1441F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.18 |
| HSL | 12.47º | 0.74% | 0.47% | - |
| HSV(B) | 12.47º | 0.85% | 0.82% | - |
| XYZ | 28.61 | 17.79 | 3.22 | - |
| YUV | 105.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 31 | 0 | 0.67 | 0.85 | 0.18 | 12.47 | 0.74 | 0.47 |
| Hex | D1 | 44 | 1F | 0 | 43 | 55 | 12 | C | 4A | 2F |
| Octal | 321 | 104 | 37 | 0 | 103 | 125 | 22 | 14 | 112 | 57 |
| Binary | 11010001 | 1000100 | 11111 | 0 | 1000011 | 1010101 | 10010 | 1100 | 1001010 | 101111 |
Color Harmonies of #D1441F
Complementary color
Monochromatic Colors of #D1441F
Black with #D1441F
Text Example
Text Example
White with #D1441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1441F; }
p { color: rgb(209,68,31); }
H1.HeaderClassName
{
color: #D1441F;
}
.AnyTagClassName
{
color: #D1441F;
}
</style>
background-color css
<style>
a { background-color: #D1441F; }
a { background-color: rgb(209,68,31); }
div.DivClassName
{
background-color: #D1441F;
}
.BgClassName
{
background-color: #D1441F;
}
</style>
border-color css
<style>
span { border-color: #D1441F; }
span { border-color: rgb(209,68,31); }
td.TdClassName
{
border-color: #D1441F;
}
.TagClassName
{
border-color: #D1441F;
}
</style>