Html Css Color HEX #D63708 Harley Davidson Orange
📋 copy color: '#D63708'red 214 ◦ green 55 ◦ blue 8
Shades of Harley Davidson Orange #D63708
Tints of Harley Davidson Orange #D63708
RGB
CMYK
RGB Variations
Color information
#D63708 (or 0xD63708) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 08. RGB value is (214,55,8). Sum of RGB (Red+Green+Blue) = 214+55+8=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D63708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63708 is #29C8F7. Grayscale: #616161. Windows color (decimal): -2738424 or 538582. OLE color: 538582.
HSL color Cylindrical-coordinate representation of color #D63708: hue angle of 13.69º 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 #D63708 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.16 |
| HSL | 13.69º | 0.93% | 0.44% | - |
| HSV(B) | 13.69º | 0.96% | 0.84% | - |
| XYZ | 29.14 | 17.05 | 1.98 | - |
| YUV | 97.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 8 | 0 | 0.74 | 0.96 | 0.16 | 13.69 | 0.93 | 0.44 |
| Hex | D6 | 37 | 8 | 0 | 4A | 60 | 10 | E | 5D | 2C |
| Octal | 326 | 67 | 10 | 0 | 112 | 140 | 20 | 16 | 135 | 54 |
| Binary | 11010110 | 110111 | 1000 | 0 | 1001010 | 1100000 | 10000 | 1110 | 1011101 | 101100 |
Color Harmonies of #D63708
Complementary color
Monochromatic Colors of #D63708
Black with #D63708
Text Example
Text Example
White with #D63708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63708; }
p { color: rgb(214,55,8); }
H1.HeaderClassName
{
color: #D63708;
}
.AnyTagClassName
{
color: #D63708;
}
</style>
background-color css
<style>
a { background-color: #D63708; }
a { background-color: rgb(214,55,8); }
div.DivClassName
{
background-color: #D63708;
}
.BgClassName
{
background-color: #D63708;
}
</style>
border-color css
<style>
span { border-color: #D63708; }
span { border-color: rgb(214,55,8); }
td.TdClassName
{
border-color: #D63708;
}
.TagClassName
{
border-color: #D63708;
}
</style>