Html Css Color HEX #DA291B Harley Davidson Orange
📋 copy color: '#DA291B'red 218 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #DA291B
Tints of Harley Davidson Orange #DA291B
RGB
CMYK
RGB Variations
Color information
#DA291B (or 0xDA291B) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 1B. RGB value is (218,41,27). Sum of RGB (Red+Green+Blue) = 218+41+27=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA291B is #25D6E4. Grayscale: #5C5C5C. Windows color (decimal): -2479845 or 1780186. OLE color: 1780186.
HSL color Cylindrical-coordinate representation of color #DA291B: hue angle of 4.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA291B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.15 |
| HSL | 4.4º | 0.78% | 0.48% | - |
| HSV(B) | 4.4º | 0.88% | 0.85% | - |
| XYZ | 29.9 | 16.57 | 2.66 | - |
| YUV | 92.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 27 | 0 | 0.81 | 0.88 | 0.15 | 4.4 | 0.78 | 0.48 |
| Hex | DA | 29 | 1B | 0 | 51 | 58 | F | 4 | 4E | 30 |
| Octal | 332 | 51 | 33 | 0 | 121 | 130 | 17 | 4 | 116 | 60 |
| Binary | 11011010 | 101001 | 11011 | 0 | 1010001 | 1011000 | 1111 | 100 | 1001110 | 110000 |
Color Harmonies of #DA291B
Complementary color
Monochromatic Colors of #DA291B
Black with #DA291B
Text Example
Text Example
White with #DA291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA291B; }
p { color: rgb(218,41,27); }
H1.HeaderClassName
{
color: #DA291B;
}
.AnyTagClassName
{
color: #DA291B;
}
</style>
background-color css
<style>
a { background-color: #DA291B; }
a { background-color: rgb(218,41,27); }
div.DivClassName
{
background-color: #DA291B;
}
.BgClassName
{
background-color: #DA291B;
}
</style>
border-color css
<style>
span { border-color: #DA291B; }
span { border-color: rgb(218,41,27); }
td.TdClassName
{
border-color: #DA291B;
}
.TagClassName
{
border-color: #DA291B;
}
</style>