Html Css Color HEX #DA311E Harley Davidson Orange
📋 copy color: '#DA311E'red 218 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #DA311E
Tints of Harley Davidson Orange #DA311E
RGB
CMYK
RGB Variations
Color information
#DA311E (or 0xDA311E) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 1E. RGB value is (218,49,30). Sum of RGB (Red+Green+Blue) = 218+49+30=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA311E is #25CEE1. Grayscale: #616161. Windows color (decimal): -2477794 or 1978842. OLE color: 1978842.
HSL color Cylindrical-coordinate representation of color #DA311E: hue angle of 6.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA311E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.15 |
| HSL | 6.06º | 0.76% | 0.49% | - |
| HSV(B) | 6.06º | 0.86% | 0.85% | - |
| XYZ | 30.25 | 17.2 | 2.95 | - |
| YUV | 97.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 30 | 0 | 0.78 | 0.86 | 0.15 | 6.06 | 0.76 | 0.49 |
| Hex | DA | 31 | 1E | 0 | 4E | 56 | F | 6 | 4C | 31 |
| Octal | 332 | 61 | 36 | 0 | 116 | 126 | 17 | 6 | 114 | 61 |
| Binary | 11011010 | 110001 | 11110 | 0 | 1001110 | 1010110 | 1111 | 110 | 1001100 | 110001 |
Color Harmonies of #DA311E
Complementary color
Monochromatic Colors of #DA311E
Black with #DA311E
Text Example
Text Example
White with #DA311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA311E; }
p { color: rgb(218,49,30); }
H1.HeaderClassName
{
color: #DA311E;
}
.AnyTagClassName
{
color: #DA311E;
}
</style>
background-color css
<style>
a { background-color: #DA311E; }
a { background-color: rgb(218,49,30); }
div.DivClassName
{
background-color: #DA311E;
}
.BgClassName
{
background-color: #DA311E;
}
</style>
border-color css
<style>
span { border-color: #DA311E; }
span { border-color: rgb(218,49,30); }
td.TdClassName
{
border-color: #DA311E;
}
.TagClassName
{
border-color: #DA311E;
}
</style>