Html Css Color HEX #DA1B11 Harley Davidson Orange
📋 copy color: '#DA1B11'red 218 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #DA1B11
Tints of Harley Davidson Orange #DA1B11
RGB
CMYK
RGB Variations
Color information
#DA1B11 (or 0xDA1B11) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 11. RGB value is (218,27,17). Sum of RGB (Red+Green+Blue) = 218+27+17=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B11 is #25E4EE. Grayscale: #535353. Windows color (decimal): -2483439 or 1121242. OLE color: 1121242.
HSL color Cylindrical-coordinate representation of color #DA1B11: hue angle of 2.99º 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 #DA1B11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.15 |
| HSL | 2.99º | 0.86% | 0.46% | - |
| HSV(B) | 2.99º | 0.92% | 0.85% | - |
| XYZ | 29.41 | 15.73 | 2.02 | - |
| YUV | 82.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 17 | 0 | 0.88 | 0.92 | 0.15 | 2.99 | 0.86 | 0.46 |
| Hex | DA | 1B | 11 | 0 | 58 | 5C | F | 3 | 56 | 2E |
| Octal | 332 | 33 | 21 | 0 | 130 | 134 | 17 | 3 | 126 | 56 |
| Binary | 11011010 | 11011 | 10001 | 0 | 1011000 | 1011100 | 1111 | 11 | 1010110 | 101110 |
Color Harmonies of #DA1B11
Complementary color
Monochromatic Colors of #DA1B11
Black with #DA1B11
Text Example
Text Example
White with #DA1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B11; }
p { color: rgb(218,27,17); }
H1.HeaderClassName
{
color: #DA1B11;
}
.AnyTagClassName
{
color: #DA1B11;
}
</style>
background-color css
<style>
a { background-color: #DA1B11; }
a { background-color: rgb(218,27,17); }
div.DivClassName
{
background-color: #DA1B11;
}
.BgClassName
{
background-color: #DA1B11;
}
</style>
border-color css
<style>
span { border-color: #DA1B11; }
span { border-color: rgb(218,27,17); }
td.TdClassName
{
border-color: #DA1B11;
}
.TagClassName
{
border-color: #DA1B11;
}
</style>