Html Css Color HEX #DA3210 Harley Davidson Orange
📋 copy color: '#DA3210'red 218 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #DA3210
Tints of Harley Davidson Orange #DA3210
RGB
CMYK
RGB Variations
Color information
#DA3210 (or 0xDA3210) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 10. RGB value is (218,50,16). Sum of RGB (Red+Green+Blue) = 218+50+16=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3210 is #25CDEF. Grayscale: #606060. Windows color (decimal): -2477552 or 1061594. OLE color: 1061594.
HSL color Cylindrical-coordinate representation of color #DA3210: hue angle of 10.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA3210 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.15 |
| HSL | 10.1º | 0.86% | 0.46% | - |
| HSV(B) | 10.1º | 0.93% | 0.85% | - |
| XYZ | 30.15 | 17.22 | 2.23 | - |
| YUV | 96.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 16 | 0 | 0.77 | 0.93 | 0.15 | 10.1 | 0.86 | 0.46 |
| Hex | DA | 32 | 10 | 0 | 4D | 5D | F | A | 56 | 2E |
| Octal | 332 | 62 | 20 | 0 | 115 | 135 | 17 | 12 | 126 | 56 |
| Binary | 11011010 | 110010 | 10000 | 0 | 1001101 | 1011101 | 1111 | 1010 | 1010110 | 101110 |
Color Harmonies of #DA3210
Complementary color
Monochromatic Colors of #DA3210
Black with #DA3210
Text Example
Text Example
White with #DA3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3210; }
p { color: rgb(218,50,16); }
H1.HeaderClassName
{
color: #DA3210;
}
.AnyTagClassName
{
color: #DA3210;
}
</style>
background-color css
<style>
a { background-color: #DA3210; }
a { background-color: rgb(218,50,16); }
div.DivClassName
{
background-color: #DA3210;
}
.BgClassName
{
background-color: #DA3210;
}
</style>
border-color css
<style>
span { border-color: #DA3210; }
span { border-color: rgb(218,50,16); }
td.TdClassName
{
border-color: #DA3210;
}
.TagClassName
{
border-color: #DA3210;
}
</style>