Html Css Color HEX #D6370D Harley Davidson Orange
📋 copy color: '#D6370D'red 214 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #D6370D
Tints of Harley Davidson Orange #D6370D
RGB
CMYK
RGB Variations
Color information
#D6370D (or 0xD6370D) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 0D. RGB value is (214,55,13). Sum of RGB (Red+Green+Blue) = 214+55+13=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6370D is #29C8F2. Grayscale: #626262. Windows color (decimal): -2738419 or 866262. OLE color: 866262.
HSL color Cylindrical-coordinate representation of color #D6370D: hue angle of 12.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6370D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.16 |
| HSL | 12.54º | 0.89% | 0.45% | - |
| HSV(B) | 12.54º | 0.94% | 0.84% | - |
| XYZ | 29.17 | 17.06 | 2.14 | - |
| YUV | 97.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 13 | 0 | 0.74 | 0.94 | 0.16 | 12.54 | 0.89 | 0.45 |
| Hex | D6 | 37 | D | 0 | 4A | 5E | 10 | D | 59 | 2D |
| Octal | 326 | 67 | 15 | 0 | 112 | 136 | 20 | 15 | 131 | 55 |
| Binary | 11010110 | 110111 | 1101 | 0 | 1001010 | 1011110 | 10000 | 1101 | 1011001 | 101101 |
Color Harmonies of #D6370D
Complementary color
Monochromatic Colors of #D6370D
Black with #D6370D
Text Example
Text Example
White with #D6370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6370D; }
p { color: rgb(214,55,13); }
H1.HeaderClassName
{
color: #D6370D;
}
.AnyTagClassName
{
color: #D6370D;
}
</style>
background-color css
<style>
a { background-color: #D6370D; }
a { background-color: rgb(214,55,13); }
div.DivClassName
{
background-color: #D6370D;
}
.BgClassName
{
background-color: #D6370D;
}
</style>
border-color css
<style>
span { border-color: #D6370D; }
span { border-color: rgb(214,55,13); }
td.TdClassName
{
border-color: #D6370D;
}
.TagClassName
{
border-color: #D6370D;
}
</style>