Html Css Color HEX #DA3211 Harley Davidson Orange
📋 copy color: '#DA3211'red 218 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #DA3211
Tints of Harley Davidson Orange #DA3211
RGB
CMYK
RGB Variations
Color information
#DA3211 (or 0xDA3211) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 11. RGB value is (218,50,17). Sum of RGB (Red+Green+Blue) = 218+50+17=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3211 is #25CDEE. Grayscale: #606060. Windows color (decimal): -2477551 or 1127130. OLE color: 1127130.
HSL color Cylindrical-coordinate representation of color #DA3211: hue angle of 9.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA3211 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.15 |
| HSL | 9.85º | 0.86% | 0.46% | - |
| HSV(B) | 9.85º | 0.92% | 0.85% | - |
| XYZ | 30.16 | 17.23 | 2.27 | - |
| YUV | 96.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 17 | 0 | 0.77 | 0.92 | 0.15 | 9.85 | 0.86 | 0.46 |
| Hex | DA | 32 | 11 | 0 | 4D | 5C | F | A | 56 | 2E |
| Octal | 332 | 62 | 21 | 0 | 115 | 134 | 17 | 12 | 126 | 56 |
| Binary | 11011010 | 110010 | 10001 | 0 | 1001101 | 1011100 | 1111 | 1010 | 1010110 | 101110 |
Color Harmonies of #DA3211
Complementary color
Monochromatic Colors of #DA3211
Black with #DA3211
Text Example
Text Example
White with #DA3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3211; }
p { color: rgb(218,50,17); }
H1.HeaderClassName
{
color: #DA3211;
}
.AnyTagClassName
{
color: #DA3211;
}
</style>
background-color css
<style>
a { background-color: #DA3211; }
a { background-color: rgb(218,50,17); }
div.DivClassName
{
background-color: #DA3211;
}
.BgClassName
{
background-color: #DA3211;
}
</style>
border-color css
<style>
span { border-color: #DA3211; }
span { border-color: rgb(218,50,17); }
td.TdClassName
{
border-color: #DA3211;
}
.TagClassName
{
border-color: #DA3211;
}
</style>