Html Css Color HEX #D0341D Harley Davidson Orange
📋 copy color: '#D0341D'red 208 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #D0341D
Tints of Harley Davidson Orange #D0341D
RGB
CMYK
RGB Variations
Color information
#D0341D (or 0xD0341D) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 1D. RGB value is (208,52,29). Sum of RGB (Red+Green+Blue) = 208+52+29=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0341D is #2FCBE2. Grayscale: #606060. Windows color (decimal): -3132387 or 1914064. OLE color: 1914064.
HSL color Cylindrical-coordinate representation of color #D0341D: hue angle of 7.71º 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 #D0341D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.18 |
| HSL | 7.71º | 0.76% | 0.46% | - |
| HSV(B) | 7.71º | 0.86% | 0.82% | - |
| XYZ | 27.46 | 15.95 | 2.79 | - |
| YUV | 96.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 29 | 0 | 0.75 | 0.86 | 0.18 | 7.71 | 0.76 | 0.46 |
| Hex | D0 | 34 | 1D | 0 | 4B | 56 | 12 | 8 | 4C | 2E |
| Octal | 320 | 64 | 35 | 0 | 113 | 126 | 22 | 10 | 114 | 56 |
| Binary | 11010000 | 110100 | 11101 | 0 | 1001011 | 1010110 | 10010 | 1000 | 1001100 | 101110 |
Color Harmonies of #D0341D
Complementary color
Monochromatic Colors of #D0341D
Black with #D0341D
Text Example
Text Example
White with #D0341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0341D; }
p { color: rgb(208,52,29); }
H1.HeaderClassName
{
color: #D0341D;
}
.AnyTagClassName
{
color: #D0341D;
}
</style>
background-color css
<style>
a { background-color: #D0341D; }
a { background-color: rgb(208,52,29); }
div.DivClassName
{
background-color: #D0341D;
}
.BgClassName
{
background-color: #D0341D;
}
</style>
border-color css
<style>
span { border-color: #D0341D; }
span { border-color: rgb(208,52,29); }
td.TdClassName
{
border-color: #D0341D;
}
.TagClassName
{
border-color: #D0341D;
}
</style>