Html Css Color HEX #D0441D Harley Davidson Orange
📋 copy color: '#D0441D'red 208 ◦ green 68 ◦ blue 29
Shades of Harley Davidson Orange #D0441D
Tints of Harley Davidson Orange #D0441D
RGB
CMYK
RGB Variations
Color information
#D0441D (or 0xD0441D) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 1D. RGB value is (208,68,29). Sum of RGB (Red+Green+Blue) = 208+68+29=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0441D is #2FBBE2. Grayscale: #696969. Windows color (decimal): -3128291 or 1918160. OLE color: 1918160.
HSL color Cylindrical-coordinate representation of color #D0441D: hue angle of 13.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0441D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.18 |
| HSL | 13.07º | 0.76% | 0.46% | - |
| HSV(B) | 13.07º | 0.86% | 0.82% | - |
| XYZ | 28.3 | 17.63 | 3.07 | - |
| YUV | 105.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 29 | 0 | 0.67 | 0.86 | 0.18 | 13.07 | 0.76 | 0.46 |
| Hex | D0 | 44 | 1D | 0 | 43 | 56 | 12 | D | 4C | 2E |
| Octal | 320 | 104 | 35 | 0 | 103 | 126 | 22 | 15 | 114 | 56 |
| Binary | 11010000 | 1000100 | 11101 | 0 | 1000011 | 1010110 | 10010 | 1101 | 1001100 | 101110 |
Color Harmonies of #D0441D
Complementary color
Monochromatic Colors of #D0441D
Black with #D0441D
Text Example
Text Example
White with #D0441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0441D; }
p { color: rgb(208,68,29); }
H1.HeaderClassName
{
color: #D0441D;
}
.AnyTagClassName
{
color: #D0441D;
}
</style>
background-color css
<style>
a { background-color: #D0441D; }
a { background-color: rgb(208,68,29); }
div.DivClassName
{
background-color: #D0441D;
}
.BgClassName
{
background-color: #D0441D;
}
</style>
border-color css
<style>
span { border-color: #D0441D; }
span { border-color: rgb(208,68,29); }
td.TdClassName
{
border-color: #D0441D;
}
.TagClassName
{
border-color: #D0441D;
}
</style>