Html Css Color HEX #DA1E14 Harley Davidson Orange
📋 copy color: '#DA1E14'red 218 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #DA1E14
Tints of Harley Davidson Orange #DA1E14
RGB
CMYK
RGB Variations
Color information
#DA1E14 (or 0xDA1E14) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 14. RGB value is (218,30,20). Sum of RGB (Red+Green+Blue) = 218+30+20=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E14 is #25E1EB. Grayscale: #555555. Windows color (decimal): -2482668 or 1318618. OLE color: 1318618.
HSL color Cylindrical-coordinate representation of color #DA1E14: hue angle of 3.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1E14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.15 |
| HSL | 3.03º | 0.83% | 0.47% | - |
| HSV(B) | 3.03º | 0.91% | 0.85% | - |
| XYZ | 29.5 | 15.88 | 2.17 | - |
| YUV | 85.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 20 | 0 | 0.86 | 0.91 | 0.15 | 3.03 | 0.83 | 0.47 |
| Hex | DA | 1E | 14 | 0 | 56 | 5B | F | 3 | 53 | 2F |
| Octal | 332 | 36 | 24 | 0 | 126 | 133 | 17 | 3 | 123 | 57 |
| Binary | 11011010 | 11110 | 10100 | 0 | 1010110 | 1011011 | 1111 | 11 | 1010011 | 101111 |
Color Harmonies of #DA1E14
Complementary color
Monochromatic Colors of #DA1E14
Black with #DA1E14
Text Example
Text Example
White with #DA1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1E14; }
p { color: rgb(218,30,20); }
H1.HeaderClassName
{
color: #DA1E14;
}
.AnyTagClassName
{
color: #DA1E14;
}
</style>
background-color css
<style>
a { background-color: #DA1E14; }
a { background-color: rgb(218,30,20); }
div.DivClassName
{
background-color: #DA1E14;
}
.BgClassName
{
background-color: #DA1E14;
}
</style>
border-color css
<style>
span { border-color: #DA1E14; }
span { border-color: rgb(218,30,20); }
td.TdClassName
{
border-color: #DA1E14;
}
.TagClassName
{
border-color: #DA1E14;
}
</style>