Html Css Color HEX #D63315 Harley Davidson Orange
📋 copy color: '#D63315'red 214 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #D63315
Tints of Harley Davidson Orange #D63315
RGB
CMYK
RGB Variations
Color information
#D63315 (or 0xD63315) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 15. RGB value is (214,51,21). Sum of RGB (Red+Green+Blue) = 214+51+21=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63315 is #29CCEA. Grayscale: #606060. Windows color (decimal): -2739435 or 1389526. OLE color: 1389526.
HSL color Cylindrical-coordinate representation of color #D63315: hue angle of 9.33º 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 #D63315 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.16 |
| HSL | 9.33º | 0.82% | 0.46% | - |
| HSV(B) | 9.33º | 0.9% | 0.84% | - |
| XYZ | 29.05 | 16.72 | 2.41 | - |
| YUV | 96.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 21 | 0 | 0.76 | 0.90 | 0.16 | 9.33 | 0.82 | 0.46 |
| Hex | D6 | 33 | 15 | 0 | 4C | 5A | 10 | 9 | 52 | 2E |
| Octal | 326 | 63 | 25 | 0 | 114 | 132 | 20 | 11 | 122 | 56 |
| Binary | 11010110 | 110011 | 10101 | 0 | 1001100 | 1011010 | 10000 | 1001 | 1010010 | 101110 |
Color Harmonies of #D63315
Complementary color
Monochromatic Colors of #D63315
Black with #D63315
Text Example
Text Example
White with #D63315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63315; }
p { color: rgb(214,51,21); }
H1.HeaderClassName
{
color: #D63315;
}
.AnyTagClassName
{
color: #D63315;
}
</style>
background-color css
<style>
a { background-color: #D63315; }
a { background-color: rgb(214,51,21); }
div.DivClassName
{
background-color: #D63315;
}
.BgClassName
{
background-color: #D63315;
}
</style>
border-color css
<style>
span { border-color: #D63315; }
span { border-color: rgb(214,51,21); }
td.TdClassName
{
border-color: #D63315;
}
.TagClassName
{
border-color: #D63315;
}
</style>