Html Css Color HEX #DA3908 Harley Davidson Orange
📋 copy color: '#DA3908'red 218 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #DA3908
Tints of Harley Davidson Orange #DA3908
RGB
CMYK
RGB Variations
Color information
#DA3908 (or 0xDA3908) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 08. RGB value is (218,57,8). Sum of RGB (Red+Green+Blue) = 218+57+8=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3908 is #25C6F7. Grayscale: #636363. Windows color (decimal): -2475768 or 539098. OLE color: 539098.
HSL color Cylindrical-coordinate representation of color #DA3908: hue angle of 14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA3908 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.15 |
| HSL | 14º | 0.93% | 0.44% | - |
| HSV(B) | 14º | 0.96% | 0.85% | - |
| XYZ | 30.42 | 17.85 | 2.07 | - |
| YUV | 99.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 8 | 0 | 0.74 | 0.96 | 0.15 | 14 | 0.93 | 0.44 |
| Hex | DA | 39 | 8 | 0 | 4A | 60 | F | E | 5D | 2C |
| Octal | 332 | 71 | 10 | 0 | 112 | 140 | 17 | 16 | 135 | 54 |
| Binary | 11011010 | 111001 | 1000 | 0 | 1001010 | 1100000 | 1111 | 1110 | 1011101 | 101100 |
Color Harmonies of #DA3908
Complementary color
Monochromatic Colors of #DA3908
Black with #DA3908
Text Example
Text Example
White with #DA3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3908; }
p { color: rgb(218,57,8); }
H1.HeaderClassName
{
color: #DA3908;
}
.AnyTagClassName
{
color: #DA3908;
}
</style>
background-color css
<style>
a { background-color: #DA3908; }
a { background-color: rgb(218,57,8); }
div.DivClassName
{
background-color: #DA3908;
}
.BgClassName
{
background-color: #DA3908;
}
</style>
border-color css
<style>
span { border-color: #DA3908; }
span { border-color: rgb(218,57,8); }
td.TdClassName
{
border-color: #DA3908;
}
.TagClassName
{
border-color: #DA3908;
}
</style>