Html Css Color HEX #D64A1B Harley Davidson Orange
📋 copy color: '#D64A1B'red 214 ◦ green 74 ◦ blue 27
Shades of Harley Davidson Orange #D64A1B
Tints of Harley Davidson Orange #D64A1B
RGB
CMYK
RGB Variations
Color information
#D64A1B (or 0xD64A1B) is known color: Harley Davidson Orange. HEX triplet: D6, 4A and 1B. RGB value is (214,74,27). Sum of RGB (Red+Green+Blue) = 214+74+27=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A1B is #29B5E4. Grayscale: #6E6E6E. Windows color (decimal): -2733541 or 1788630. OLE color: 1788630.
HSL color Cylindrical-coordinate representation of color #D64A1B: hue angle of 15.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D64A1B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 27 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.16 |
| HSL | 15.08º | 0.78% | 0.47% | - |
| HSV(B) | 15.08º | 0.87% | 0.84% | - |
| XYZ | 30.38 | 19.27 | 3.16 | - |
| YUV | 110.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 27 | 0 | 0.65 | 0.87 | 0.16 | 15.08 | 0.78 | 0.47 |
| Hex | D6 | 4A | 1B | 0 | 41 | 57 | 10 | F | 4E | 2F |
| Octal | 326 | 112 | 33 | 0 | 101 | 127 | 20 | 17 | 116 | 57 |
| Binary | 11010110 | 1001010 | 11011 | 0 | 1000001 | 1010111 | 10000 | 1111 | 1001110 | 101111 |
Color Harmonies of #D64A1B
Complementary color
Monochromatic Colors of #D64A1B
Black with #D64A1B
Text Example
Text Example
White with #D64A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A1B; }
p { color: rgb(214,74,27); }
H1.HeaderClassName
{
color: #D64A1B;
}
.AnyTagClassName
{
color: #D64A1B;
}
</style>
background-color css
<style>
a { background-color: #D64A1B; }
a { background-color: rgb(214,74,27); }
div.DivClassName
{
background-color: #D64A1B;
}
.BgClassName
{
background-color: #D64A1B;
}
</style>
border-color css
<style>
span { border-color: #D64A1B; }
span { border-color: rgb(214,74,27); }
td.TdClassName
{
border-color: #D64A1B;
}
.TagClassName
{
border-color: #D64A1B;
}
</style>