Html Css Color HEX #DA201A Harley Davidson Orange
📋 copy color: '#DA201A'red 218 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #DA201A
Tints of Harley Davidson Orange #DA201A
RGB
CMYK
RGB Variations
Color information
#DA201A (or 0xDA201A) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 1A. RGB value is (218,32,26). Sum of RGB (Red+Green+Blue) = 218+32+26=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA201A is #25DFE5. Grayscale: #575757. Windows color (decimal): -2482150 or 1712346. OLE color: 1712346.
HSL color Cylindrical-coordinate representation of color #DA201A: hue angle of 1.88º degrees, saturation: 0.79, 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 #DA201A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.15 |
| HSL | 1.88º | 0.79% | 0.48% | - |
| HSV(B) | 1.88º | 0.88% | 0.85% | - |
| XYZ | 29.62 | 16.01 | 2.51 | - |
| YUV | 86.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 26 | 0 | 0.85 | 0.88 | 0.15 | 1.88 | 0.79 | 0.48 |
| Hex | DA | 20 | 1A | 0 | 55 | 58 | F | 2 | 4F | 30 |
| Octal | 332 | 40 | 32 | 0 | 125 | 130 | 17 | 2 | 117 | 60 |
| Binary | 11011010 | 100000 | 11010 | 0 | 1010101 | 1011000 | 1111 | 10 | 1001111 | 110000 |
Color Harmonies of #DA201A
Complementary color
Monochromatic Colors of #DA201A
Black with #DA201A
Text Example
Text Example
White with #DA201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA201A; }
p { color: rgb(218,32,26); }
H1.HeaderClassName
{
color: #DA201A;
}
.AnyTagClassName
{
color: #DA201A;
}
</style>
background-color css
<style>
a { background-color: #DA201A; }
a { background-color: rgb(218,32,26); }
div.DivClassName
{
background-color: #DA201A;
}
.BgClassName
{
background-color: #DA201A;
}
</style>
border-color css
<style>
span { border-color: #DA201A; }
span { border-color: rgb(218,32,26); }
td.TdClassName
{
border-color: #DA201A;
}
.TagClassName
{
border-color: #DA201A;
}
</style>