Html Css Color HEX #DA1F11 Harley Davidson Orange
📋 copy color: '#DA1F11'red 218 ◦ green 31 ◦ blue 17
Shades of Harley Davidson Orange #DA1F11
Tints of Harley Davidson Orange #DA1F11
RGB
CMYK
RGB Variations
Color information
#DA1F11 (or 0xDA1F11) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 11. RGB value is (218,31,17). Sum of RGB (Red+Green+Blue) = 218+31+17=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F11 is #25E0EE. Grayscale: #555555. Windows color (decimal): -2482415 or 1122266. OLE color: 1122266.
HSL color Cylindrical-coordinate representation of color #DA1F11: hue angle of 4.18º degrees, saturation: 0.86, 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 #DA1F11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.15 |
| HSL | 4.18º | 0.86% | 0.46% | - |
| HSV(B) | 4.18º | 0.92% | 0.85% | - |
| XYZ | 29.5 | 15.93 | 2.05 | - |
| YUV | 85.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 17 | 0 | 0.86 | 0.92 | 0.15 | 4.18 | 0.86 | 0.46 |
| Hex | DA | 1F | 11 | 0 | 56 | 5C | F | 4 | 56 | 2E |
| Octal | 332 | 37 | 21 | 0 | 126 | 134 | 17 | 4 | 126 | 56 |
| Binary | 11011010 | 11111 | 10001 | 0 | 1010110 | 1011100 | 1111 | 100 | 1010110 | 101110 |
Color Harmonies of #DA1F11
Complementary color
Monochromatic Colors of #DA1F11
Black with #DA1F11
Text Example
Text Example
White with #DA1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F11; }
p { color: rgb(218,31,17); }
H1.HeaderClassName
{
color: #DA1F11;
}
.AnyTagClassName
{
color: #DA1F11;
}
</style>
background-color css
<style>
a { background-color: #DA1F11; }
a { background-color: rgb(218,31,17); }
div.DivClassName
{
background-color: #DA1F11;
}
.BgClassName
{
background-color: #DA1F11;
}
</style>
border-color css
<style>
span { border-color: #DA1F11; }
span { border-color: rgb(218,31,17); }
td.TdClassName
{
border-color: #DA1F11;
}
.TagClassName
{
border-color: #DA1F11;
}
</style>