Html Css Color HEX #D64A1A Harley Davidson Orange
📋 copy color: '#D64A1A'red 214 ◦ green 74 ◦ blue 26
Shades of Harley Davidson Orange #D64A1A
Tints of Harley Davidson Orange #D64A1A
RGB
CMYK
RGB Variations
Color information
#D64A1A (or 0xD64A1A) is known color: Harley Davidson Orange. HEX triplet: D6, 4A and 1A. RGB value is (214,74,26). Sum of RGB (Red+Green+Blue) = 214+74+26=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A1A is #29B5E5. Grayscale: #6E6E6E. Windows color (decimal): -2733542 or 1723094. OLE color: 1723094.
HSL color Cylindrical-coordinate representation of color #D64A1A: hue angle of 15.32º degrees, saturation: 0.78, 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 #D64A1A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 26 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.16 |
| HSL | 15.32º | 0.78% | 0.47% | - |
| HSV(B) | 15.32º | 0.88% | 0.84% | - |
| XYZ | 30.37 | 19.27 | 3.1 | - |
| YUV | 110.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 26 | 0 | 0.65 | 0.88 | 0.16 | 15.32 | 0.78 | 0.47 |
| Hex | D6 | 4A | 1A | 0 | 41 | 58 | 10 | F | 4E | 2F |
| Octal | 326 | 112 | 32 | 0 | 101 | 130 | 20 | 17 | 116 | 57 |
| Binary | 11010110 | 1001010 | 11010 | 0 | 1000001 | 1011000 | 10000 | 1111 | 1001110 | 101111 |
Color Harmonies of #D64A1A
Complementary color
Monochromatic Colors of #D64A1A
Black with #D64A1A
Text Example
Text Example
White with #D64A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A1A; }
p { color: rgb(214,74,26); }
H1.HeaderClassName
{
color: #D64A1A;
}
.AnyTagClassName
{
color: #D64A1A;
}
</style>
background-color css
<style>
a { background-color: #D64A1A; }
a { background-color: rgb(214,74,26); }
div.DivClassName
{
background-color: #D64A1A;
}
.BgClassName
{
background-color: #D64A1A;
}
</style>
border-color css
<style>
span { border-color: #D64A1A; }
span { border-color: rgb(214,74,26); }
td.TdClassName
{
border-color: #D64A1A;
}
.TagClassName
{
border-color: #D64A1A;
}
</style>