Html Css Color HEX #D63616 Harley Davidson Orange
📋 copy color: '#D63616'red 214 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #D63616
Tints of Harley Davidson Orange #D63616
RGB
CMYK
RGB Variations
Color information
#D63616 (or 0xD63616) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 16. RGB value is (214,54,22). Sum of RGB (Red+Green+Blue) = 214+54+22=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D63616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63616 is #29C9E9. Grayscale: #626262. Windows color (decimal): -2738666 or 1455830. OLE color: 1455830.
HSL color Cylindrical-coordinate representation of color #D63616: hue angle of 10º degrees, saturation: 0.81, 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 #D63616 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 22 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.16 |
| HSL | 10º | 0.81% | 0.46% | - |
| HSV(B) | 10º | 0.9% | 0.84% | - |
| XYZ | 29.2 | 16.99 | 2.5 | - |
| YUV | 98.19 | 85.01 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 22 | 0 | 0.75 | 0.90 | 0.16 | 10 | 0.81 | 0.46 |
| Hex | D6 | 36 | 16 | 0 | 4B | 5A | 10 | A | 51 | 2E |
| Octal | 326 | 66 | 26 | 0 | 113 | 132 | 20 | 12 | 121 | 56 |
| Binary | 11010110 | 110110 | 10110 | 0 | 1001011 | 1011010 | 10000 | 1010 | 1010001 | 101110 |
Color Harmonies of #D63616
Complementary color
Monochromatic Colors of #D63616
Black with #D63616
Text Example
Text Example
White with #D63616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63616; }
p { color: rgb(214,54,22); }
H1.HeaderClassName
{
color: #D63616;
}
.AnyTagClassName
{
color: #D63616;
}
</style>
background-color css
<style>
a { background-color: #D63616; }
a { background-color: rgb(214,54,22); }
div.DivClassName
{
background-color: #D63616;
}
.BgClassName
{
background-color: #D63616;
}
</style>
border-color css
<style>
span { border-color: #D63616; }
span { border-color: rgb(214,54,22); }
td.TdClassName
{
border-color: #D63616;
}
.TagClassName
{
border-color: #D63616;
}
</style>