Html Css Color HEX #DA3D16 Harley Davidson Orange
📋 copy color: '#DA3D16'red 218 ◦ green 61 ◦ blue 22
Shades of Harley Davidson Orange #DA3D16
Tints of Harley Davidson Orange #DA3D16
RGB
CMYK
RGB Variations
Color information
#DA3D16 (or 0xDA3D16) is known color: Harley Davidson Orange. HEX triplet: DA, 3D and 16. RGB value is (218,61,22). Sum of RGB (Red+Green+Blue) = 218+61+22=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3D16 is #25C2E9. Grayscale: #676767. Windows color (decimal): -2474730 or 1457626. OLE color: 1457626.
HSL color Cylindrical-coordinate representation of color #DA3D16: hue angle of 11.94º 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 #DA3D16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.15 |
| HSL | 11.94º | 0.82% | 0.47% | - |
| HSV(B) | 11.94º | 0.9% | 0.85% | - |
| XYZ | 30.73 | 18.3 | 2.67 | - |
| YUV | 103.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 22 | 0 | 0.72 | 0.90 | 0.15 | 11.94 | 0.82 | 0.47 |
| Hex | DA | 3D | 16 | 0 | 48 | 5A | F | C | 52 | 2F |
| Octal | 332 | 75 | 26 | 0 | 110 | 132 | 17 | 14 | 122 | 57 |
| Binary | 11011010 | 111101 | 10110 | 0 | 1001000 | 1011010 | 1111 | 1100 | 1010010 | 101111 |
Color Harmonies of #DA3D16
Complementary color
Monochromatic Colors of #DA3D16
Black with #DA3D16
Text Example
Text Example
White with #DA3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D16; }
p { color: rgb(218,61,22); }
H1.HeaderClassName
{
color: #DA3D16;
}
.AnyTagClassName
{
color: #DA3D16;
}
</style>
background-color css
<style>
a { background-color: #DA3D16; }
a { background-color: rgb(218,61,22); }
div.DivClassName
{
background-color: #DA3D16;
}
.BgClassName
{
background-color: #DA3D16;
}
</style>
border-color css
<style>
span { border-color: #DA3D16; }
span { border-color: rgb(218,61,22); }
td.TdClassName
{
border-color: #DA3D16;
}
.TagClassName
{
border-color: #DA3D16;
}
</style>