Html Css Color HEX #D64615 Harley Davidson Orange
📋 copy color: '#D64615'red 214 ◦ green 70 ◦ blue 21
Shades of Harley Davidson Orange #D64615
Tints of Harley Davidson Orange #D64615
RGB
CMYK
RGB Variations
Color information
#D64615 (or 0xD64615) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 15. RGB value is (214,70,21). Sum of RGB (Red+Green+Blue) = 214+70+21=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D64615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64615 is #29B9EA. Grayscale: #6B6B6B. Windows color (decimal): -2734571 or 1394390. OLE color: 1394390.
HSL color Cylindrical-coordinate representation of color #D64615: hue angle of 15.23º 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 #D64615 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.16 |
| HSL | 15.23º | 0.82% | 0.46% | - |
| HSV(B) | 15.23º | 0.9% | 0.84% | - |
| XYZ | 30.06 | 18.73 | 2.74 | - |
| YUV | 107.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 21 | 0 | 0.67 | 0.90 | 0.16 | 15.23 | 0.82 | 0.46 |
| Hex | D6 | 46 | 15 | 0 | 43 | 5A | 10 | F | 52 | 2E |
| Octal | 326 | 106 | 25 | 0 | 103 | 132 | 20 | 17 | 122 | 56 |
| Binary | 11010110 | 1000110 | 10101 | 0 | 1000011 | 1011010 | 10000 | 1111 | 1010010 | 101110 |
Color Harmonies of #D64615
Complementary color
Monochromatic Colors of #D64615
Black with #D64615
Text Example
Text Example
White with #D64615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64615; }
p { color: rgb(214,70,21); }
H1.HeaderClassName
{
color: #D64615;
}
.AnyTagClassName
{
color: #D64615;
}
</style>
background-color css
<style>
a { background-color: #D64615; }
a { background-color: rgb(214,70,21); }
div.DivClassName
{
background-color: #D64615;
}
.BgClassName
{
background-color: #D64615;
}
</style>
border-color css
<style>
span { border-color: #D64615; }
span { border-color: rgb(214,70,21); }
td.TdClassName
{
border-color: #D64615;
}
.TagClassName
{
border-color: #D64615;
}
</style>