Html Css Color HEX #D63512 Harley Davidson Orange
📋 copy color: '#D63512'red 214 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D63512
Tints of Harley Davidson Orange #D63512
RGB
CMYK
RGB Variations
Color information
#D63512 (or 0xD63512) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 12. RGB value is (214,53,18). Sum of RGB (Red+Green+Blue) = 214+53+18=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D63512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63512 is #29CAED. Grayscale: #616161. Windows color (decimal): -2738926 or 1193430. OLE color: 1193430.
HSL color Cylindrical-coordinate representation of color #D63512: hue angle of 10.71º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D63512 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.16 |
| HSL | 10.71º | 0.84% | 0.45% | - |
| HSV(B) | 10.71º | 0.92% | 0.84% | - |
| XYZ | 29.11 | 16.89 | 2.3 | - |
| YUV | 97.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 18 | 0 | 0.75 | 0.92 | 0.16 | 10.71 | 0.84 | 0.45 |
| Hex | D6 | 35 | 12 | 0 | 4B | 5C | 10 | B | 54 | 2D |
| Octal | 326 | 65 | 22 | 0 | 113 | 134 | 20 | 13 | 124 | 55 |
| Binary | 11010110 | 110101 | 10010 | 0 | 1001011 | 1011100 | 10000 | 1011 | 1010100 | 101101 |
Color Harmonies of #D63512
Complementary color
Monochromatic Colors of #D63512
Black with #D63512
Text Example
Text Example
White with #D63512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63512; }
p { color: rgb(214,53,18); }
H1.HeaderClassName
{
color: #D63512;
}
.AnyTagClassName
{
color: #D63512;
}
</style>
background-color css
<style>
a { background-color: #D63512; }
a { background-color: rgb(214,53,18); }
div.DivClassName
{
background-color: #D63512;
}
.BgClassName
{
background-color: #D63512;
}
</style>
border-color css
<style>
span { border-color: #D63512; }
span { border-color: rgb(214,53,18); }
td.TdClassName
{
border-color: #D63512;
}
.TagClassName
{
border-color: #D63512;
}
</style>