Html Css Color HEX #DA3C13 Harley Davidson Orange
📋 copy color: '#DA3C13'red 218 ◦ green 60 ◦ blue 19
Shades of Harley Davidson Orange #DA3C13
Tints of Harley Davidson Orange #DA3C13
RGB
CMYK
RGB Variations
Color information
#DA3C13 (or 0xDA3C13) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 13. RGB value is (218,60,19). Sum of RGB (Red+Green+Blue) = 218+60+19=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C13 is #25C3EC. Grayscale: #666666. Windows color (decimal): -2474989 or 1260762. OLE color: 1260762.
HSL color Cylindrical-coordinate representation of color #DA3C13: hue angle of 12.36º 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 #DA3C13 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 19 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.15 |
| HSL | 12.36º | 0.84% | 0.46% | - |
| HSV(B) | 12.36º | 0.91% | 0.85% | - |
| XYZ | 30.65 | 18.18 | 2.51 | - |
| YUV | 102.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 19 | 0 | 0.72 | 0.91 | 0.15 | 12.36 | 0.84 | 0.46 |
| Hex | DA | 3C | 13 | 0 | 48 | 5B | F | C | 54 | 2E |
| Octal | 332 | 74 | 23 | 0 | 110 | 133 | 17 | 14 | 124 | 56 |
| Binary | 11011010 | 111100 | 10011 | 0 | 1001000 | 1011011 | 1111 | 1100 | 1010100 | 101110 |
Color Harmonies of #DA3C13
Complementary color
Monochromatic Colors of #DA3C13
Black with #DA3C13
Text Example
Text Example
White with #DA3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C13; }
p { color: rgb(218,60,19); }
H1.HeaderClassName
{
color: #DA3C13;
}
.AnyTagClassName
{
color: #DA3C13;
}
</style>
background-color css
<style>
a { background-color: #DA3C13; }
a { background-color: rgb(218,60,19); }
div.DivClassName
{
background-color: #DA3C13;
}
.BgClassName
{
background-color: #DA3C13;
}
</style>
border-color css
<style>
span { border-color: #DA3C13; }
span { border-color: rgb(218,60,19); }
td.TdClassName
{
border-color: #DA3C13;
}
.TagClassName
{
border-color: #DA3C13;
}
</style>