Html Css Color HEX #DA310D Harley Davidson Orange
📋 copy color: '#DA310D'red 218 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #DA310D
Tints of Harley Davidson Orange #DA310D
RGB
CMYK
RGB Variations
Color information
#DA310D (or 0xDA310D) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 0D. RGB value is (218,49,13). Sum of RGB (Red+Green+Blue) = 218+49+13=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA310D is #25CEF2. Grayscale: #5F5F5F. Windows color (decimal): -2477811 or 864730. OLE color: 864730.
HSL color Cylindrical-coordinate representation of color #DA310D: hue angle of 10.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA310D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.15 |
| HSL | 10.54º | 0.89% | 0.45% | - |
| HSV(B) | 10.54º | 0.94% | 0.85% | - |
| XYZ | 30.08 | 17.13 | 2.1 | - |
| YUV | 95.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 13 | 0 | 0.78 | 0.94 | 0.15 | 10.54 | 0.89 | 0.45 |
| Hex | DA | 31 | D | 0 | 4E | 5E | F | B | 59 | 2D |
| Octal | 332 | 61 | 15 | 0 | 116 | 136 | 17 | 13 | 131 | 55 |
| Binary | 11011010 | 110001 | 1101 | 0 | 1001110 | 1011110 | 1111 | 1011 | 1011001 | 101101 |
Color Harmonies of #DA310D
Complementary color
Monochromatic Colors of #DA310D
Black with #DA310D
Text Example
Text Example
White with #DA310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA310D; }
p { color: rgb(218,49,13); }
H1.HeaderClassName
{
color: #DA310D;
}
.AnyTagClassName
{
color: #DA310D;
}
</style>
background-color css
<style>
a { background-color: #DA310D; }
a { background-color: rgb(218,49,13); }
div.DivClassName
{
background-color: #DA310D;
}
.BgClassName
{
background-color: #DA310D;
}
</style>
border-color css
<style>
span { border-color: #DA310D; }
span { border-color: rgb(218,49,13); }
td.TdClassName
{
border-color: #DA310D;
}
.TagClassName
{
border-color: #DA310D;
}
</style>