Html Css Color HEX #DA3215 Harley Davidson Orange
📋 copy color: '#DA3215'red 218 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #DA3215
Tints of Harley Davidson Orange #DA3215
RGB
CMYK
RGB Variations
Color information
#DA3215 (or 0xDA3215) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 15. RGB value is (218,50,21). Sum of RGB (Red+Green+Blue) = 218+50+21=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3215 is #25CDEA. Grayscale: #616161. Windows color (decimal): -2477547 or 1389274. OLE color: 1389274.
HSL color Cylindrical-coordinate representation of color #DA3215: hue angle of 8.83º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA3215 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.15 |
| HSL | 8.83º | 0.82% | 0.47% | - |
| HSV(B) | 8.83º | 0.9% | 0.85% | - |
| XYZ | 30.19 | 17.24 | 2.45 | - |
| YUV | 96.93 | 85.16 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 21 | 0 | 0.77 | 0.90 | 0.15 | 8.83 | 0.82 | 0.47 |
| Hex | DA | 32 | 15 | 0 | 4D | 5A | F | 9 | 52 | 2F |
| Octal | 332 | 62 | 25 | 0 | 115 | 132 | 17 | 11 | 122 | 57 |
| Binary | 11011010 | 110010 | 10101 | 0 | 1001101 | 1011010 | 1111 | 1001 | 1010010 | 101111 |
Color Harmonies of #DA3215
Complementary color
Monochromatic Colors of #DA3215
Black with #DA3215
Text Example
Text Example
White with #DA3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3215; }
p { color: rgb(218,50,21); }
H1.HeaderClassName
{
color: #DA3215;
}
.AnyTagClassName
{
color: #DA3215;
}
</style>
background-color css
<style>
a { background-color: #DA3215; }
a { background-color: rgb(218,50,21); }
div.DivClassName
{
background-color: #DA3215;
}
.BgClassName
{
background-color: #DA3215;
}
</style>
border-color css
<style>
span { border-color: #DA3215; }
span { border-color: rgb(218,50,21); }
td.TdClassName
{
border-color: #DA3215;
}
.TagClassName
{
border-color: #DA3215;
}
</style>