Html Css Color HEX #D62908 Harley Davidson Orange
📋 copy color: '#D62908'red 214 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #D62908
Tints of Harley Davidson Orange #D62908
RGB
CMYK
RGB Variations
Color information
#D62908 (or 0xD62908) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 08. RGB value is (214,41,8). Sum of RGB (Red+Green+Blue) = 214+41+8=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D62908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62908 is #29D6F7. Grayscale: #595959. Windows color (decimal): -2742008 or 534998. OLE color: 534998.
HSL color Cylindrical-coordinate representation of color #D62908: hue angle of 9.61º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D62908 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.16 |
| HSL | 9.61º | 0.93% | 0.44% | - |
| HSV(B) | 9.61º | 0.96% | 0.84% | - |
| XYZ | 28.57 | 15.9 | 1.79 | - |
| YUV | 88.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 8 | 0 | 0.81 | 0.96 | 0.16 | 9.61 | 0.93 | 0.44 |
| Hex | D6 | 29 | 8 | 0 | 51 | 60 | 10 | A | 5D | 2C |
| Octal | 326 | 51 | 10 | 0 | 121 | 140 | 20 | 12 | 135 | 54 |
| Binary | 11010110 | 101001 | 1000 | 0 | 1010001 | 1100000 | 10000 | 1010 | 1011101 | 101100 |
Color Harmonies of #D62908
Complementary color
Monochromatic Colors of #D62908
Black with #D62908
Text Example
Text Example
White with #D62908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62908; }
p { color: rgb(214,41,8); }
H1.HeaderClassName
{
color: #D62908;
}
.AnyTagClassName
{
color: #D62908;
}
</style>
background-color css
<style>
a { background-color: #D62908; }
a { background-color: rgb(214,41,8); }
div.DivClassName
{
background-color: #D62908;
}
.BgClassName
{
background-color: #D62908;
}
</style>
border-color css
<style>
span { border-color: #D62908; }
span { border-color: rgb(214,41,8); }
td.TdClassName
{
border-color: #D62908;
}
.TagClassName
{
border-color: #D62908;
}
</style>