Html Css Color HEX #D63015 Harley Davidson Orange
📋 copy color: '#D63015'red 214 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #D63015
Tints of Harley Davidson Orange #D63015
RGB
CMYK
RGB Variations
Color information
#D63015 (or 0xD63015) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 15. RGB value is (214,48,21). Sum of RGB (Red+Green+Blue) = 214+48+21=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63015 is #29CFEA. Grayscale: #5E5E5E. Windows color (decimal): -2740203 or 1388758. OLE color: 1388758.
HSL color Cylindrical-coordinate representation of color #D63015: hue angle of 8.39º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D63015 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.16 |
| HSL | 8.39º | 0.82% | 0.46% | - |
| HSV(B) | 8.39º | 0.9% | 0.84% | - |
| XYZ | 28.92 | 16.46 | 2.36 | - |
| YUV | 94.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 21 | 0 | 0.78 | 0.90 | 0.16 | 8.39 | 0.82 | 0.46 |
| Hex | D6 | 30 | 15 | 0 | 4E | 5A | 10 | 8 | 52 | 2E |
| Octal | 326 | 60 | 25 | 0 | 116 | 132 | 20 | 10 | 122 | 56 |
| Binary | 11010110 | 110000 | 10101 | 0 | 1001110 | 1011010 | 10000 | 1000 | 1010010 | 101110 |
Color Harmonies of #D63015
Complementary color
Monochromatic Colors of #D63015
Black with #D63015
Text Example
Text Example
White with #D63015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63015; }
p { color: rgb(214,48,21); }
H1.HeaderClassName
{
color: #D63015;
}
.AnyTagClassName
{
color: #D63015;
}
</style>
background-color css
<style>
a { background-color: #D63015; }
a { background-color: rgb(214,48,21); }
div.DivClassName
{
background-color: #D63015;
}
.BgClassName
{
background-color: #D63015;
}
</style>
border-color css
<style>
span { border-color: #D63015; }
span { border-color: rgb(214,48,21); }
td.TdClassName
{
border-color: #D63015;
}
.TagClassName
{
border-color: #D63015;
}
</style>