Html Css Color HEX #DA320E Harley Davidson Orange
📋 copy color: '#DA320E'red 218 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #DA320E
Tints of Harley Davidson Orange #DA320E
RGB
CMYK
RGB Variations
Color information
#DA320E (or 0xDA320E) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 0E. RGB value is (218,50,14). Sum of RGB (Red+Green+Blue) = 218+50+14=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA320E is #25CDF1. Grayscale: #606060. Windows color (decimal): -2477554 or 930522. OLE color: 930522.
HSL color Cylindrical-coordinate representation of color #DA320E: hue angle of 10.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA320E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.15 |
| HSL | 10.59º | 0.88% | 0.45% | - |
| HSV(B) | 10.59º | 0.94% | 0.85% | - |
| XYZ | 30.13 | 17.22 | 2.15 | - |
| YUV | 96.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 14 | 0 | 0.77 | 0.94 | 0.15 | 10.59 | 0.88 | 0.45 |
| Hex | DA | 32 | E | 0 | 4D | 5E | F | B | 58 | 2D |
| Octal | 332 | 62 | 16 | 0 | 115 | 136 | 17 | 13 | 130 | 55 |
| Binary | 11011010 | 110010 | 1110 | 0 | 1001101 | 1011110 | 1111 | 1011 | 1011000 | 101101 |
Color Harmonies of #DA320E
Complementary color
Monochromatic Colors of #DA320E
Black with #DA320E
Text Example
Text Example
White with #DA320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA320E; }
p { color: rgb(218,50,14); }
H1.HeaderClassName
{
color: #DA320E;
}
.AnyTagClassName
{
color: #DA320E;
}
</style>
background-color css
<style>
a { background-color: #DA320E; }
a { background-color: rgb(218,50,14); }
div.DivClassName
{
background-color: #DA320E;
}
.BgClassName
{
background-color: #DA320E;
}
</style>
border-color css
<style>
span { border-color: #DA320E; }
span { border-color: rgb(218,50,14); }
td.TdClassName
{
border-color: #DA320E;
}
.TagClassName
{
border-color: #DA320E;
}
</style>