Html Css Color HEX #D63F13 Harley Davidson Orange
📋 copy color: '#D63F13'red 214 ◦ green 63 ◦ blue 19
Shades of Harley Davidson Orange #D63F13
Tints of Harley Davidson Orange #D63F13
RGB
CMYK
RGB Variations
Color information
#D63F13 (or 0xD63F13) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 13. RGB value is (214,63,19). Sum of RGB (Red+Green+Blue) = 214+63+19=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F13 is #29C0EC. Grayscale: #676767. Windows color (decimal): -2736365 or 1261526. OLE color: 1261526.
HSL color Cylindrical-coordinate representation of color #D63F13: hue angle of 13.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D63F13 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 19 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.16 |
| HSL | 13.54º | 0.84% | 0.46% | - |
| HSV(B) | 13.54º | 0.91% | 0.84% | - |
| XYZ | 29.63 | 17.9 | 2.51 | - |
| YUV | 103.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 19 | 0 | 0.71 | 0.91 | 0.16 | 13.54 | 0.84 | 0.46 |
| Hex | D6 | 3F | 13 | 0 | 47 | 5B | 10 | E | 54 | 2E |
| Octal | 326 | 77 | 23 | 0 | 107 | 133 | 20 | 16 | 124 | 56 |
| Binary | 11010110 | 111111 | 10011 | 0 | 1000111 | 1011011 | 10000 | 1110 | 1010100 | 101110 |
Color Harmonies of #D63F13
Complementary color
Monochromatic Colors of #D63F13
Black with #D63F13
Text Example
Text Example
White with #D63F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F13; }
p { color: rgb(214,63,19); }
H1.HeaderClassName
{
color: #D63F13;
}
.AnyTagClassName
{
color: #D63F13;
}
</style>
background-color css
<style>
a { background-color: #D63F13; }
a { background-color: rgb(214,63,19); }
div.DivClassName
{
background-color: #D63F13;
}
.BgClassName
{
background-color: #D63F13;
}
</style>
border-color css
<style>
span { border-color: #D63F13; }
span { border-color: rgb(214,63,19); }
td.TdClassName
{
border-color: #D63F13;
}
.TagClassName
{
border-color: #D63F13;
}
</style>