Html Css Color HEX #D64003 Harley Davidson Orange
📋 copy color: '#D64003'red 214 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #D64003
Tints of Harley Davidson Orange #D64003
RGB
CMYK
RGB Variations
Color information
#D64003 (or 0xD64003) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 03. RGB value is (214,64,3). Sum of RGB (Red+Green+Blue) = 214+64+3=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D64003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64003 is #29BFFC. Grayscale: #666666. Windows color (decimal): -2736125 or 213206. OLE color: 213206.
HSL color Cylindrical-coordinate representation of color #D64003: hue angle of 17.35º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64003 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.16 |
| HSL | 17.35º | 0.97% | 0.43% | - |
| HSV(B) | 17.35º | 0.99% | 0.84% | - |
| XYZ | 29.58 | 17.97 | 2 | - |
| YUV | 101.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 3 | 0 | 0.70 | 0.99 | 0.16 | 17.35 | 0.97 | 0.43 |
| Hex | D6 | 40 | 3 | 0 | 46 | 63 | 10 | 11 | 61 | 2B |
| Octal | 326 | 100 | 3 | 0 | 106 | 143 | 20 | 21 | 141 | 53 |
| Binary | 11010110 | 1000000 | 11 | 0 | 1000110 | 1100011 | 10000 | 10001 | 1100001 | 101011 |
Color Harmonies of #D64003
Complementary color
Monochromatic Colors of #D64003
Black with #D64003
Text Example
Text Example
White with #D64003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64003; }
p { color: rgb(214,64,3); }
H1.HeaderClassName
{
color: #D64003;
}
.AnyTagClassName
{
color: #D64003;
}
</style>
background-color css
<style>
a { background-color: #D64003; }
a { background-color: rgb(214,64,3); }
div.DivClassName
{
background-color: #D64003;
}
.BgClassName
{
background-color: #D64003;
}
</style>
border-color css
<style>
span { border-color: #D64003; }
span { border-color: rgb(214,64,3); }
td.TdClassName
{
border-color: #D64003;
}
.TagClassName
{
border-color: #D64003;
}
</style>