Html Css Color HEX #D0441F Harley Davidson Orange
📋 copy color: '#D0441F'red 208 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #D0441F
Tints of Harley Davidson Orange #D0441F
RGB
CMYK
RGB Variations
Color information
#D0441F (or 0xD0441F) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 1F. RGB value is (208,68,31). Sum of RGB (Red+Green+Blue) = 208+68+31=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0441F is #2FBBE0. Grayscale: #696969. Windows color (decimal): -3128289 or 2049232. OLE color: 2049232.
HSL color Cylindrical-coordinate representation of color #D0441F: hue angle of 12.54º 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 #D0441F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.18 |
| HSL | 12.54º | 0.74% | 0.47% | - |
| HSV(B) | 12.54º | 0.85% | 0.82% | - |
| XYZ | 28.33 | 17.64 | 3.21 | - |
| YUV | 105.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 31 | 0 | 0.67 | 0.85 | 0.18 | 12.54 | 0.74 | 0.47 |
| Hex | D0 | 44 | 1F | 0 | 43 | 55 | 12 | D | 4A | 2F |
| Octal | 320 | 104 | 37 | 0 | 103 | 125 | 22 | 15 | 112 | 57 |
| Binary | 11010000 | 1000100 | 11111 | 0 | 1000011 | 1010101 | 10010 | 1101 | 1001010 | 101111 |
Color Harmonies of #D0441F
Complementary color
Monochromatic Colors of #D0441F
Black with #D0441F
Text Example
Text Example
White with #D0441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0441F; }
p { color: rgb(208,68,31); }
H1.HeaderClassName
{
color: #D0441F;
}
.AnyTagClassName
{
color: #D0441F;
}
</style>
background-color css
<style>
a { background-color: #D0441F; }
a { background-color: rgb(208,68,31); }
div.DivClassName
{
background-color: #D0441F;
}
.BgClassName
{
background-color: #D0441F;
}
</style>
border-color css
<style>
span { border-color: #D0441F; }
span { border-color: rgb(208,68,31); }
td.TdClassName
{
border-color: #D0441F;
}
.TagClassName
{
border-color: #D0441F;
}
</style>