Html Css Color HEX #DA2A1B Harley Davidson Orange
📋 copy color: '#DA2A1B'red 218 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #DA2A1B
Tints of Harley Davidson Orange #DA2A1B
RGB
CMYK
RGB Variations
Color information
#DA2A1B (or 0xDA2A1B) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 1B. RGB value is (218,42,27). Sum of RGB (Red+Green+Blue) = 218+42+27=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A1B is #25D5E4. Grayscale: #5D5D5D. Windows color (decimal): -2479589 or 1780442. OLE color: 1780442.
HSL color Cylindrical-coordinate representation of color #DA2A1B: hue angle of 4.71º 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 #DA2A1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.15 |
| HSL | 4.71º | 0.78% | 0.48% | - |
| HSV(B) | 4.71º | 0.88% | 0.85% | - |
| XYZ | 29.94 | 16.64 | 2.67 | - |
| YUV | 92.91 | 90.81 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 27 | 0 | 0.81 | 0.88 | 0.15 | 4.71 | 0.78 | 0.48 |
| Hex | DA | 2A | 1B | 0 | 51 | 58 | F | 5 | 4E | 30 |
| Octal | 332 | 52 | 33 | 0 | 121 | 130 | 17 | 5 | 116 | 60 |
| Binary | 11011010 | 101010 | 11011 | 0 | 1010001 | 1011000 | 1111 | 101 | 1001110 | 110000 |
Color Harmonies of #DA2A1B
Complementary color
Monochromatic Colors of #DA2A1B
Black with #DA2A1B
Text Example
Text Example
White with #DA2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A1B; }
p { color: rgb(218,42,27); }
H1.HeaderClassName
{
color: #DA2A1B;
}
.AnyTagClassName
{
color: #DA2A1B;
}
</style>
background-color css
<style>
a { background-color: #DA2A1B; }
a { background-color: rgb(218,42,27); }
div.DivClassName
{
background-color: #DA2A1B;
}
.BgClassName
{
background-color: #DA2A1B;
}
</style>
border-color css
<style>
span { border-color: #DA2A1B; }
span { border-color: rgb(218,42,27); }
td.TdClassName
{
border-color: #DA2A1B;
}
.TagClassName
{
border-color: #DA2A1B;
}
</style>