Html Css Color HEX #D0331D Harley Davidson Orange
📋 copy color: '#D0331D'red 208 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #D0331D
Tints of Harley Davidson Orange #D0331D
RGB
CMYK
RGB Variations
Color information
#D0331D (or 0xD0331D) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 1D. RGB value is (208,51,29). Sum of RGB (Red+Green+Blue) = 208+51+29=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0331D is #2FCCE2. Grayscale: #5F5F5F. Windows color (decimal): -3132643 or 1913808. OLE color: 1913808.
HSL color Cylindrical-coordinate representation of color #D0331D: hue angle of 7.37º 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 #D0331D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.18 |
| HSL | 7.37º | 0.76% | 0.46% | - |
| HSV(B) | 7.37º | 0.86% | 0.82% | - |
| XYZ | 27.42 | 15.87 | 2.78 | - |
| YUV | 95.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 29 | 0 | 0.75 | 0.86 | 0.18 | 7.37 | 0.76 | 0.46 |
| Hex | D0 | 33 | 1D | 0 | 4B | 56 | 12 | 7 | 4C | 2E |
| Octal | 320 | 63 | 35 | 0 | 113 | 126 | 22 | 7 | 114 | 56 |
| Binary | 11010000 | 110011 | 11101 | 0 | 1001011 | 1010110 | 10010 | 111 | 1001100 | 101110 |
Color Harmonies of #D0331D
Complementary color
Monochromatic Colors of #D0331D
Black with #D0331D
Text Example
Text Example
White with #D0331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0331D; }
p { color: rgb(208,51,29); }
H1.HeaderClassName
{
color: #D0331D;
}
.AnyTagClassName
{
color: #D0331D;
}
</style>
background-color css
<style>
a { background-color: #D0331D; }
a { background-color: rgb(208,51,29); }
div.DivClassName
{
background-color: #D0331D;
}
.BgClassName
{
background-color: #D0331D;
}
</style>
border-color css
<style>
span { border-color: #D0331D; }
span { border-color: rgb(208,51,29); }
td.TdClassName
{
border-color: #D0331D;
}
.TagClassName
{
border-color: #D0331D;
}
</style>