Html Css Color HEX #DA1915 Harley Davidson Orange
📋 copy color: '#DA1915'red 218 ◦ green 25 ◦ blue 21
Shades of Harley Davidson Orange #DA1915
Tints of Harley Davidson Orange #DA1915
RGB
CMYK
RGB Variations
Color information
#DA1915 (or 0xDA1915) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 15. RGB value is (218,25,21). Sum of RGB (Red+Green+Blue) = 218+25+21=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1915 is #25E6EA. Grayscale: #525252. Windows color (decimal): -2483947 or 1382874. OLE color: 1382874.
HSL color Cylindrical-coordinate representation of color #DA1915: hue angle of 1.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1915 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.15 |
| HSL | 1.22º | 0.82% | 0.47% | - |
| HSV(B) | 1.22º | 0.9% | 0.85% | - |
| XYZ | 29.4 | 15.65 | 2.18 | - |
| YUV | 82.25 | 93.44 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 21 | 0 | 0.89 | 0.90 | 0.15 | 1.22 | 0.82 | 0.47 |
| Hex | DA | 19 | 15 | 0 | 59 | 5A | F | 1 | 52 | 2F |
| Octal | 332 | 31 | 25 | 0 | 131 | 132 | 17 | 1 | 122 | 57 |
| Binary | 11011010 | 11001 | 10101 | 0 | 1011001 | 1011010 | 1111 | 1 | 1010010 | 101111 |
Color Harmonies of #DA1915
Complementary color
Monochromatic Colors of #DA1915
Black with #DA1915
Text Example
Text Example
White with #DA1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1915; }
p { color: rgb(218,25,21); }
H1.HeaderClassName
{
color: #DA1915;
}
.AnyTagClassName
{
color: #DA1915;
}
</style>
background-color css
<style>
a { background-color: #DA1915; }
a { background-color: rgb(218,25,21); }
div.DivClassName
{
background-color: #DA1915;
}
.BgClassName
{
background-color: #DA1915;
}
</style>
border-color css
<style>
span { border-color: #DA1915; }
span { border-color: rgb(218,25,21); }
td.TdClassName
{
border-color: #DA1915;
}
.TagClassName
{
border-color: #DA1915;
}
</style>