Html Css Color HEX #DA321E Harley Davidson Orange
📋 copy color: '#DA321E'red 218 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #DA321E
Tints of Harley Davidson Orange #DA321E
RGB
CMYK
RGB Variations
Color information
#DA321E (or 0xDA321E) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 1E. RGB value is (218,50,30). Sum of RGB (Red+Green+Blue) = 218+50+30=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA321E is #25CDE1. Grayscale: #626262. Windows color (decimal): -2477538 or 1979098. OLE color: 1979098.
HSL color Cylindrical-coordinate representation of color #DA321E: hue angle of 6.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA321E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 30 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.15 |
| HSL | 6.38º | 0.76% | 0.49% | - |
| HSV(B) | 6.38º | 0.86% | 0.85% | - |
| XYZ | 30.29 | 17.28 | 2.97 | - |
| YUV | 97.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 30 | 0 | 0.77 | 0.86 | 0.15 | 6.38 | 0.76 | 0.49 |
| Hex | DA | 32 | 1E | 0 | 4D | 56 | F | 6 | 4C | 31 |
| Octal | 332 | 62 | 36 | 0 | 115 | 126 | 17 | 6 | 114 | 61 |
| Binary | 11011010 | 110010 | 11110 | 0 | 1001101 | 1010110 | 1111 | 110 | 1001100 | 110001 |
Color Harmonies of #DA321E
Complementary color
Monochromatic Colors of #DA321E
Black with #DA321E
Text Example
Text Example
White with #DA321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA321E; }
p { color: rgb(218,50,30); }
H1.HeaderClassName
{
color: #DA321E;
}
.AnyTagClassName
{
color: #DA321E;
}
</style>
background-color css
<style>
a { background-color: #DA321E; }
a { background-color: rgb(218,50,30); }
div.DivClassName
{
background-color: #DA321E;
}
.BgClassName
{
background-color: #DA321E;
}
</style>
border-color css
<style>
span { border-color: #DA321E; }
span { border-color: rgb(218,50,30); }
td.TdClassName
{
border-color: #DA321E;
}
.TagClassName
{
border-color: #DA321E;
}
</style>