Html Css Color HEX #D64619 Harley Davidson Orange
📋 copy color: '#D64619'red 214 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #D64619
Tints of Harley Davidson Orange #D64619
RGB
CMYK
RGB Variations
Color information
#D64619 (or 0xD64619) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 19. RGB value is (214,70,25). Sum of RGB (Red+Green+Blue) = 214+70+25=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64619 is #29B9E6. Grayscale: #6C6C6C. Windows color (decimal): -2734567 or 1656534. OLE color: 1656534.
HSL color Cylindrical-coordinate representation of color #D64619: hue angle of 14.29º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D64619 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 25 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.16 |
| HSL | 14.29º | 0.79% | 0.47% | - |
| HSV(B) | 14.29º | 0.88% | 0.84% | - |
| XYZ | 30.1 | 18.75 | 2.95 | - |
| YUV | 107.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 25 | 0 | 0.67 | 0.88 | 0.16 | 14.29 | 0.79 | 0.47 |
| Hex | D6 | 46 | 19 | 0 | 43 | 58 | 10 | E | 4F | 2F |
| Octal | 326 | 106 | 31 | 0 | 103 | 130 | 20 | 16 | 117 | 57 |
| Binary | 11010110 | 1000110 | 11001 | 0 | 1000011 | 1011000 | 10000 | 1110 | 1001111 | 101111 |
Color Harmonies of #D64619
Complementary color
Monochromatic Colors of #D64619
Black with #D64619
Text Example
Text Example
White with #D64619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64619; }
p { color: rgb(214,70,25); }
H1.HeaderClassName
{
color: #D64619;
}
.AnyTagClassName
{
color: #D64619;
}
</style>
background-color css
<style>
a { background-color: #D64619; }
a { background-color: rgb(214,70,25); }
div.DivClassName
{
background-color: #D64619;
}
.BgClassName
{
background-color: #D64619;
}
</style>
border-color css
<style>
span { border-color: #D64619; }
span { border-color: rgb(214,70,25); }
td.TdClassName
{
border-color: #D64619;
}
.TagClassName
{
border-color: #D64619;
}
</style>