Html Css Color HEX #D6350C Harley Davidson Orange
📋 copy color: '#D6350C'red 214 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #D6350C
Tints of Harley Davidson Orange #D6350C
RGB
CMYK
RGB Variations
Color information
#D6350C (or 0xD6350C) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 0C. RGB value is (214,53,12). Sum of RGB (Red+Green+Blue) = 214+53+12=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6350C is #29CAF3. Grayscale: #606060. Windows color (decimal): -2738932 or 800214. OLE color: 800214.
HSL color Cylindrical-coordinate representation of color #D6350C: hue angle of 12.18º 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 #D6350C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.16 |
| HSL | 12.18º | 0.89% | 0.44% | - |
| HSV(B) | 12.18º | 0.94% | 0.84% | - |
| XYZ | 29.07 | 16.87 | 2.07 | - |
| YUV | 96.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 12 | 0 | 0.75 | 0.94 | 0.16 | 12.18 | 0.89 | 0.44 |
| Hex | D6 | 35 | C | 0 | 4B | 5E | 10 | C | 59 | 2C |
| Octal | 326 | 65 | 14 | 0 | 113 | 136 | 20 | 14 | 131 | 54 |
| Binary | 11010110 | 110101 | 1100 | 0 | 1001011 | 1011110 | 10000 | 1100 | 1011001 | 101100 |
Color Harmonies of #D6350C
Complementary color
Monochromatic Colors of #D6350C
Black with #D6350C
Text Example
Text Example
White with #D6350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6350C; }
p { color: rgb(214,53,12); }
H1.HeaderClassName
{
color: #D6350C;
}
.AnyTagClassName
{
color: #D6350C;
}
</style>
background-color css
<style>
a { background-color: #D6350C; }
a { background-color: rgb(214,53,12); }
div.DivClassName
{
background-color: #D6350C;
}
.BgClassName
{
background-color: #D6350C;
}
</style>
border-color css
<style>
span { border-color: #D6350C; }
span { border-color: rgb(214,53,12); }
td.TdClassName
{
border-color: #D6350C;
}
.TagClassName
{
border-color: #D6350C;
}
</style>