Html Css Color HEX #DA211B Harley Davidson Orange
📋 copy color: '#DA211B'red 218 ◦ green 33 ◦ blue 27
Shades of Harley Davidson Orange #DA211B
Tints of Harley Davidson Orange #DA211B
RGB
CMYK
RGB Variations
Color information
#DA211B (or 0xDA211B) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 1B. RGB value is (218,33,27). Sum of RGB (Red+Green+Blue) = 218+33+27=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA211B is #25DEE4. Grayscale: #575757. Windows color (decimal): -2481893 or 1778138. OLE color: 1778138.
HSL color Cylindrical-coordinate representation of color #DA211B: hue angle of 1.88º 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 #DA211B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.15 |
| HSL | 1.88º | 0.78% | 0.48% | - |
| HSV(B) | 1.88º | 0.88% | 0.85% | - |
| XYZ | 29.66 | 16.07 | 2.58 | - |
| YUV | 87.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 27 | 0 | 0.85 | 0.88 | 0.15 | 1.88 | 0.78 | 0.48 |
| Hex | DA | 21 | 1B | 0 | 55 | 58 | F | 2 | 4E | 30 |
| Octal | 332 | 41 | 33 | 0 | 125 | 130 | 17 | 2 | 116 | 60 |
| Binary | 11011010 | 100001 | 11011 | 0 | 1010101 | 1011000 | 1111 | 10 | 1001110 | 110000 |
Color Harmonies of #DA211B
Complementary color
Monochromatic Colors of #DA211B
Black with #DA211B
Text Example
Text Example
White with #DA211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA211B; }
p { color: rgb(218,33,27); }
H1.HeaderClassName
{
color: #DA211B;
}
.AnyTagClassName
{
color: #DA211B;
}
</style>
background-color css
<style>
a { background-color: #DA211B; }
a { background-color: rgb(218,33,27); }
div.DivClassName
{
background-color: #DA211B;
}
.BgClassName
{
background-color: #DA211B;
}
</style>
border-color css
<style>
span { border-color: #DA211B; }
span { border-color: rgb(218,33,27); }
td.TdClassName
{
border-color: #DA211B;
}
.TagClassName
{
border-color: #DA211B;
}
</style>