Html Css Color HEX #D63510 Harley Davidson Orange
📋 copy color: '#D63510'red 214 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #D63510
Tints of Harley Davidson Orange #D63510
RGB
CMYK
RGB Variations
Color information
#D63510 (or 0xD63510) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 10. RGB value is (214,53,16). Sum of RGB (Red+Green+Blue) = 214+53+16=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63510 is #29CAEF. Grayscale: #616161. Windows color (decimal): -2738928 or 1062358. OLE color: 1062358.
HSL color Cylindrical-coordinate representation of color #D63510: hue angle of 11.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D63510 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.16 |
| HSL | 11.21º | 0.86% | 0.45% | - |
| HSV(B) | 11.21º | 0.93% | 0.84% | - |
| XYZ | 29.1 | 16.88 | 2.21 | - |
| YUV | 96.92 | 82.34 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 16 | 0 | 0.75 | 0.93 | 0.16 | 11.21 | 0.86 | 0.45 |
| Hex | D6 | 35 | 10 | 0 | 4B | 5D | 10 | B | 56 | 2D |
| Octal | 326 | 65 | 20 | 0 | 113 | 135 | 20 | 13 | 126 | 55 |
| Binary | 11010110 | 110101 | 10000 | 0 | 1001011 | 1011101 | 10000 | 1011 | 1010110 | 101101 |
Color Harmonies of #D63510
Complementary color
Monochromatic Colors of #D63510
Black with #D63510
Text Example
Text Example
White with #D63510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63510; }
p { color: rgb(214,53,16); }
H1.HeaderClassName
{
color: #D63510;
}
.AnyTagClassName
{
color: #D63510;
}
</style>
background-color css
<style>
a { background-color: #D63510; }
a { background-color: rgb(214,53,16); }
div.DivClassName
{
background-color: #D63510;
}
.BgClassName
{
background-color: #D63510;
}
</style>
border-color css
<style>
span { border-color: #D63510; }
span { border-color: rgb(214,53,16); }
td.TdClassName
{
border-color: #D63510;
}
.TagClassName
{
border-color: #D63510;
}
</style>