Html Css Color HEX #D6180C Harley Davidson Orange
📋 copy color: '#D6180C'red 214 ◦ green 24 ◦ blue 12
Shades of Harley Davidson Orange #D6180C
Tints of Harley Davidson Orange #D6180C
RGB
CMYK
RGB Variations
Color information
#D6180C (or 0xD6180C) is known color: Harley Davidson Orange. HEX triplet: D6, 18 and 0C. RGB value is (214,24,12). Sum of RGB (Red+Green+Blue) = 214+24+12=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6180C is #29E7F3. Grayscale: #4F4F4F. Windows color (decimal): -2746356 or 792790. OLE color: 792790.
HSL color Cylindrical-coordinate representation of color #D6180C: hue angle of 3.56º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6180C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.16 |
| HSL | 3.56º | 0.89% | 0.44% | - |
| HSV(B) | 3.56º | 0.94% | 0.84% | - |
| XYZ | 28.12 | 14.98 | 1.76 | - |
| YUV | 79.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 12 | 0 | 0.89 | 0.94 | 0.16 | 3.56 | 0.89 | 0.44 |
| Hex | D6 | 18 | C | 0 | 59 | 5E | 10 | 4 | 59 | 2C |
| Octal | 326 | 30 | 14 | 0 | 131 | 136 | 20 | 4 | 131 | 54 |
| Binary | 11010110 | 11000 | 1100 | 0 | 1011001 | 1011110 | 10000 | 100 | 1011001 | 101100 |
Color Harmonies of #D6180C
Complementary color
Monochromatic Colors of #D6180C
Black with #D6180C
Text Example
Text Example
White with #D6180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6180C; }
p { color: rgb(214,24,12); }
H1.HeaderClassName
{
color: #D6180C;
}
.AnyTagClassName
{
color: #D6180C;
}
</style>
background-color css
<style>
a { background-color: #D6180C; }
a { background-color: rgb(214,24,12); }
div.DivClassName
{
background-color: #D6180C;
}
.BgClassName
{
background-color: #D6180C;
}
</style>
border-color css
<style>
span { border-color: #D6180C; }
span { border-color: rgb(214,24,12); }
td.TdClassName
{
border-color: #D6180C;
}
.TagClassName
{
border-color: #D6180C;
}
</style>