Html Css Color HEX #D63F18 Harley Davidson Orange
📋 copy color: '#D63F18'red 214 ◦ green 63 ◦ blue 24
Shades of Harley Davidson Orange #D63F18
Tints of Harley Davidson Orange #D63F18
RGB
CMYK
RGB Variations
Color information
#D63F18 (or 0xD63F18) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 18. RGB value is (214,63,24). Sum of RGB (Red+Green+Blue) = 214+63+24=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F18 is #29C0E7. Grayscale: #686868. Windows color (decimal): -2736360 or 1589206. OLE color: 1589206.
HSL color Cylindrical-coordinate representation of color #D63F18: hue angle of 12.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D63F18 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.16 |
| HSL | 12.32º | 0.8% | 0.47% | - |
| HSV(B) | 12.32º | 0.89% | 0.84% | - |
| XYZ | 29.67 | 17.92 | 2.76 | - |
| YUV | 103.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 24 | 0 | 0.71 | 0.89 | 0.16 | 12.32 | 0.8 | 0.47 |
| Hex | D6 | 3F | 18 | 0 | 47 | 59 | 10 | C | 50 | 2F |
| Octal | 326 | 77 | 30 | 0 | 107 | 131 | 20 | 14 | 120 | 57 |
| Binary | 11010110 | 111111 | 11000 | 0 | 1000111 | 1011001 | 10000 | 1100 | 1010000 | 101111 |
Color Harmonies of #D63F18
Complementary color
Monochromatic Colors of #D63F18
Black with #D63F18
Text Example
Text Example
White with #D63F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F18; }
p { color: rgb(214,63,24); }
H1.HeaderClassName
{
color: #D63F18;
}
.AnyTagClassName
{
color: #D63F18;
}
</style>
background-color css
<style>
a { background-color: #D63F18; }
a { background-color: rgb(214,63,24); }
div.DivClassName
{
background-color: #D63F18;
}
.BgClassName
{
background-color: #D63F18;
}
</style>
border-color css
<style>
span { border-color: #D63F18; }
span { border-color: rgb(214,63,24); }
td.TdClassName
{
border-color: #D63F18;
}
.TagClassName
{
border-color: #D63F18;
}
</style>