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