Html Css Color HEX #DA3416 Harley Davidson Orange
📋 copy color: '#DA3416'red 218 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #DA3416
Tints of Harley Davidson Orange #DA3416
RGB
CMYK
RGB Variations
Color information
#DA3416 (or 0xDA3416) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 16. RGB value is (218,52,22). Sum of RGB (Red+Green+Blue) = 218+52+22=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3416 is #25CBE9. Grayscale: #626262. Windows color (decimal): -2477034 or 1455322. OLE color: 1455322.
HSL color Cylindrical-coordinate representation of color #DA3416: hue angle of 9.18º 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 #DA3416 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 22 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.15 |
| HSL | 9.18º | 0.82% | 0.47% | - |
| HSV(B) | 9.18º | 0.9% | 0.85% | - |
| XYZ | 30.29 | 17.42 | 2.53 | - |
| YUV | 98.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 22 | 0 | 0.76 | 0.90 | 0.15 | 9.18 | 0.82 | 0.47 |
| Hex | DA | 34 | 16 | 0 | 4C | 5A | F | 9 | 52 | 2F |
| Octal | 332 | 64 | 26 | 0 | 114 | 132 | 17 | 11 | 122 | 57 |
| Binary | 11011010 | 110100 | 10110 | 0 | 1001100 | 1011010 | 1111 | 1001 | 1010010 | 101111 |
Color Harmonies of #DA3416
Complementary color
Monochromatic Colors of #DA3416
Black with #DA3416
Text Example
Text Example
White with #DA3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3416; }
p { color: rgb(218,52,22); }
H1.HeaderClassName
{
color: #DA3416;
}
.AnyTagClassName
{
color: #DA3416;
}
</style>
background-color css
<style>
a { background-color: #DA3416; }
a { background-color: rgb(218,52,22); }
div.DivClassName
{
background-color: #DA3416;
}
.BgClassName
{
background-color: #DA3416;
}
</style>
border-color css
<style>
span { border-color: #DA3416; }
span { border-color: rgb(218,52,22); }
td.TdClassName
{
border-color: #DA3416;
}
.TagClassName
{
border-color: #DA3416;
}
</style>