Html Css Color HEX #DA3A13 Harley Davidson Orange
📋 copy color: '#DA3A13'red 218 ◦ green 58 ◦ blue 19
Shades of Harley Davidson Orange #DA3A13
Tints of Harley Davidson Orange #DA3A13
RGB
CMYK
RGB Variations
Color information
#DA3A13 (or 0xDA3A13) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 13. RGB value is (218,58,19). Sum of RGB (Red+Green+Blue) = 218+58+19=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A13 is #25C5EC. Grayscale: #656565. Windows color (decimal): -2475501 or 1260250. OLE color: 1260250.
HSL color Cylindrical-coordinate representation of color #DA3A13: hue angle of 11.76º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA3A13 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.15 |
| HSL | 11.76º | 0.84% | 0.46% | - |
| HSV(B) | 11.76º | 0.91% | 0.85% | - |
| XYZ | 30.54 | 17.98 | 2.48 | - |
| YUV | 101.39 | 81.51 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 19 | 0 | 0.73 | 0.91 | 0.15 | 11.76 | 0.84 | 0.46 |
| Hex | DA | 3A | 13 | 0 | 49 | 5B | F | C | 54 | 2E |
| Octal | 332 | 72 | 23 | 0 | 111 | 133 | 17 | 14 | 124 | 56 |
| Binary | 11011010 | 111010 | 10011 | 0 | 1001001 | 1011011 | 1111 | 1100 | 1010100 | 101110 |
Color Harmonies of #DA3A13
Complementary color
Monochromatic Colors of #DA3A13
Black with #DA3A13
Text Example
Text Example
White with #DA3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A13; }
p { color: rgb(218,58,19); }
H1.HeaderClassName
{
color: #DA3A13;
}
.AnyTagClassName
{
color: #DA3A13;
}
</style>
background-color css
<style>
a { background-color: #DA3A13; }
a { background-color: rgb(218,58,19); }
div.DivClassName
{
background-color: #DA3A13;
}
.BgClassName
{
background-color: #DA3A13;
}
</style>
border-color css
<style>
span { border-color: #DA3A13; }
span { border-color: rgb(218,58,19); }
td.TdClassName
{
border-color: #DA3A13;
}
.TagClassName
{
border-color: #DA3A13;
}
</style>