Html Css Color HEX #D8441F Harley Davidson Orange
📋 copy color: '#D8441F'red 216 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #D8441F
Tints of Harley Davidson Orange #D8441F
RGB
CMYK
RGB Variations
Color information
#D8441F (or 0xD8441F) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 1F. RGB value is (216,68,31). Sum of RGB (Red+Green+Blue) = 216+68+31=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8441F is #27BBE0. Grayscale: #6C6C6C. Windows color (decimal): -2604001 or 2049240. OLE color: 2049240.
HSL color Cylindrical-coordinate representation of color #D8441F: hue angle of 12º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8441F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.15 |
| HSL | 12º | 0.75% | 0.48% | - |
| HSV(B) | 12º | 0.86% | 0.85% | - |
| XYZ | 30.63 | 18.83 | 3.32 | - |
| YUV | 108.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 31 | 0 | 0.69 | 0.86 | 0.15 | 12 | 0.75 | 0.48 |
| Hex | D8 | 44 | 1F | 0 | 45 | 56 | F | C | 4B | 30 |
| Octal | 330 | 104 | 37 | 0 | 105 | 126 | 17 | 14 | 113 | 60 |
| Binary | 11011000 | 1000100 | 11111 | 0 | 1000101 | 1010110 | 1111 | 1100 | 1001011 | 110000 |
Color Harmonies of #D8441F
Complementary color
Monochromatic Colors of #D8441F
Black with #D8441F
Text Example
Text Example
White with #D8441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8441F; }
p { color: rgb(216,68,31); }
H1.HeaderClassName
{
color: #D8441F;
}
.AnyTagClassName
{
color: #D8441F;
}
</style>
background-color css
<style>
a { background-color: #D8441F; }
a { background-color: rgb(216,68,31); }
div.DivClassName
{
background-color: #D8441F;
}
.BgClassName
{
background-color: #D8441F;
}
</style>
border-color css
<style>
span { border-color: #D8441F; }
span { border-color: rgb(216,68,31); }
td.TdClassName
{
border-color: #D8441F;
}
.TagClassName
{
border-color: #D8441F;
}
</style>