Html Css Color HEX #DA4313 Harley Davidson Orange
📋 copy color: '#DA4313'red 218 ◦ green 67 ◦ blue 19
Shades of Harley Davidson Orange #DA4313
Tints of Harley Davidson Orange #DA4313
RGB
CMYK
RGB Variations
Color information
#DA4313 (or 0xDA4313) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 13. RGB value is (218,67,19). Sum of RGB (Red+Green+Blue) = 218+67+19=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4313 is #25BCEC. Grayscale: #6B6B6B. Windows color (decimal): -2473197 or 1262554. OLE color: 1262554.
HSL color Cylindrical-coordinate representation of color #DA4313: hue angle of 14.47º 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 #DA4313 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.15 |
| HSL | 14.47º | 0.84% | 0.46% | - |
| HSV(B) | 14.47º | 0.91% | 0.85% | - |
| XYZ | 31.04 | 18.97 | 2.64 | - |
| YUV | 106.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 19 | 0 | 0.69 | 0.91 | 0.15 | 14.47 | 0.84 | 0.46 |
| Hex | DA | 43 | 13 | 0 | 45 | 5B | F | E | 54 | 2E |
| Octal | 332 | 103 | 23 | 0 | 105 | 133 | 17 | 16 | 124 | 56 |
| Binary | 11011010 | 1000011 | 10011 | 0 | 1000101 | 1011011 | 1111 | 1110 | 1010100 | 101110 |
Color Harmonies of #DA4313
Complementary color
Monochromatic Colors of #DA4313
Black with #DA4313
Text Example
Text Example
White with #DA4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4313; }
p { color: rgb(218,67,19); }
H1.HeaderClassName
{
color: #DA4313;
}
.AnyTagClassName
{
color: #DA4313;
}
</style>
background-color css
<style>
a { background-color: #DA4313; }
a { background-color: rgb(218,67,19); }
div.DivClassName
{
background-color: #DA4313;
}
.BgClassName
{
background-color: #DA4313;
}
</style>
border-color css
<style>
span { border-color: #DA4313; }
span { border-color: rgb(218,67,19); }
td.TdClassName
{
border-color: #DA4313;
}
.TagClassName
{
border-color: #DA4313;
}
</style>