Html Css Color HEX #DA1912 Harley Davidson Orange
📋 copy color: '#DA1912'red 218 ◦ green 25 ◦ blue 18
Shades of Harley Davidson Orange #DA1912
Tints of Harley Davidson Orange #DA1912
RGB
CMYK
RGB Variations
Color information
#DA1912 (or 0xDA1912) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 12. RGB value is (218,25,18). Sum of RGB (Red+Green+Blue) = 218+25+18=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1912 is #25E6ED. Grayscale: #525252. Windows color (decimal): -2483950 or 1186266. OLE color: 1186266.
HSL color Cylindrical-coordinate representation of color #DA1912: hue angle of 2.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1912 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.15 |
| HSL | 2.1º | 0.85% | 0.46% | - |
| HSV(B) | 2.1º | 0.92% | 0.85% | - |
| XYZ | 29.37 | 15.64 | 2.04 | - |
| YUV | 81.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 18 | 0 | 0.89 | 0.92 | 0.15 | 2.1 | 0.85 | 0.46 |
| Hex | DA | 19 | 12 | 0 | 59 | 5C | F | 2 | 55 | 2E |
| Octal | 332 | 31 | 22 | 0 | 131 | 134 | 17 | 2 | 125 | 56 |
| Binary | 11011010 | 11001 | 10010 | 0 | 1011001 | 1011100 | 1111 | 10 | 1010101 | 101110 |
Color Harmonies of #DA1912
Complementary color
Monochromatic Colors of #DA1912
Black with #DA1912
Text Example
Text Example
White with #DA1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1912; }
p { color: rgb(218,25,18); }
H1.HeaderClassName
{
color: #DA1912;
}
.AnyTagClassName
{
color: #DA1912;
}
</style>
background-color css
<style>
a { background-color: #DA1912; }
a { background-color: rgb(218,25,18); }
div.DivClassName
{
background-color: #DA1912;
}
.BgClassName
{
background-color: #DA1912;
}
</style>
border-color css
<style>
span { border-color: #DA1912; }
span { border-color: rgb(218,25,18); }
td.TdClassName
{
border-color: #DA1912;
}
.TagClassName
{
border-color: #DA1912;
}
</style>