Html Css Color HEX #D63308 Harley Davidson Orange
📋 copy color: '#D63308'red 214 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #D63308
Tints of Harley Davidson Orange #D63308
RGB
CMYK
RGB Variations
Color information
#D63308 (or 0xD63308) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 08. RGB value is (214,51,8). Sum of RGB (Red+Green+Blue) = 214+51+8=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D63308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63308 is #29CCF7. Grayscale: #5F5F5F. Windows color (decimal): -2739448 or 537558. OLE color: 537558.
HSL color Cylindrical-coordinate representation of color #D63308: hue angle of 12.52º 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 #D63308 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.16 |
| HSL | 12.52º | 0.93% | 0.44% | - |
| HSV(B) | 12.52º | 0.96% | 0.84% | - |
| XYZ | 28.96 | 16.68 | 1.92 | - |
| YUV | 94.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 8 | 0 | 0.76 | 0.96 | 0.16 | 12.52 | 0.93 | 0.44 |
| Hex | D6 | 33 | 8 | 0 | 4C | 60 | 10 | D | 5D | 2C |
| Octal | 326 | 63 | 10 | 0 | 114 | 140 | 20 | 15 | 135 | 54 |
| Binary | 11010110 | 110011 | 1000 | 0 | 1001100 | 1100000 | 10000 | 1101 | 1011101 | 101100 |
Color Harmonies of #D63308
Complementary color
Monochromatic Colors of #D63308
Black with #D63308
Text Example
Text Example
White with #D63308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63308; }
p { color: rgb(214,51,8); }
H1.HeaderClassName
{
color: #D63308;
}
.AnyTagClassName
{
color: #D63308;
}
</style>
background-color css
<style>
a { background-color: #D63308; }
a { background-color: rgb(214,51,8); }
div.DivClassName
{
background-color: #D63308;
}
.BgClassName
{
background-color: #D63308;
}
</style>
border-color css
<style>
span { border-color: #D63308; }
span { border-color: rgb(214,51,8); }
td.TdClassName
{
border-color: #D63308;
}
.TagClassName
{
border-color: #D63308;
}
</style>