Html Css Color HEX #DA1914 Harley Davidson Orange
📋 copy color: '#DA1914'red 218 ◦ green 25 ◦ blue 20
Shades of Harley Davidson Orange #DA1914
Tints of Harley Davidson Orange #DA1914
RGB
CMYK
RGB Variations
Color information
#DA1914 (or 0xDA1914) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 14. RGB value is (218,25,20). Sum of RGB (Red+Green+Blue) = 218+25+20=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1914 is #25E6EB. Grayscale: #525252. Windows color (decimal): -2483948 or 1317338. OLE color: 1317338.
HSL color Cylindrical-coordinate representation of color #DA1914: hue angle of 1.52º 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 #DA1914 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 20 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.15 |
| HSL | 1.52º | 0.83% | 0.47% | - |
| HSV(B) | 1.52º | 0.91% | 0.85% | - |
| XYZ | 29.39 | 15.65 | 2.13 | - |
| YUV | 82.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 20 | 0 | 0.89 | 0.91 | 0.15 | 1.52 | 0.83 | 0.47 |
| Hex | DA | 19 | 14 | 0 | 59 | 5B | F | 2 | 53 | 2F |
| Octal | 332 | 31 | 24 | 0 | 131 | 133 | 17 | 2 | 123 | 57 |
| Binary | 11011010 | 11001 | 10100 | 0 | 1011001 | 1011011 | 1111 | 10 | 1010011 | 101111 |
Color Harmonies of #DA1914
Complementary color
Monochromatic Colors of #DA1914
Black with #DA1914
Text Example
Text Example
White with #DA1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1914; }
p { color: rgb(218,25,20); }
H1.HeaderClassName
{
color: #DA1914;
}
.AnyTagClassName
{
color: #DA1914;
}
</style>
background-color css
<style>
a { background-color: #DA1914; }
a { background-color: rgb(218,25,20); }
div.DivClassName
{
background-color: #DA1914;
}
.BgClassName
{
background-color: #DA1914;
}
</style>
border-color css
<style>
span { border-color: #DA1914; }
span { border-color: rgb(218,25,20); }
td.TdClassName
{
border-color: #DA1914;
}
.TagClassName
{
border-color: #DA1914;
}
</style>