Html Css Color HEX #DA3900 Harley Davidson Orange
📋 copy color: '#DA3900'red 218 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #DA3900
Tints of Harley Davidson Orange #DA3900
RGB
CMYK
RGB Variations
Color information
#DA3900 (or 0xDA3900) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 00. RGB value is (218,57,0). Sum of RGB (Red+Green+Blue) = 218+57+0=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3900 is #25C6FF. Grayscale: #636363. Windows color (decimal): -2475776 or 14810. OLE color: 14810.
HSL color Cylindrical-coordinate representation of color #DA3900: hue angle of 15.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.15 |
| HSL | 15.69º | 1% | 0.43% | - |
| HSV(B) | 15.69º | 1% | 0.85% | - |
| XYZ | 30.38 | 17.83 | 1.84 | - |
| YUV | 98.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 0 | 0 | 0.74 | 1 | 0.15 | 15.69 | 1 | 0.43 |
| Hex | DA | 39 | 0 | 0 | 4A | 64 | F | 10 | 64 | 2B |
| Octal | 332 | 71 | 0 | 0 | 112 | 144 | 17 | 20 | 144 | 53 |
| Binary | 11011010 | 111001 | 0 | 0 | 1001010 | 1100100 | 1111 | 10000 | 1100100 | 101011 |
Color Harmonies of #DA3900
Complementary color
Monochromatic Colors of #DA3900
Black with #DA3900
Text Example
Text Example
White with #DA3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3900; }
p { color: rgb(218,57,0); }
H1.HeaderClassName
{
color: #DA3900;
}
.AnyTagClassName
{
color: #DA3900;
}
</style>
background-color css
<style>
a { background-color: #DA3900; }
a { background-color: rgb(218,57,0); }
div.DivClassName
{
background-color: #DA3900;
}
.BgClassName
{
background-color: #DA3900;
}
</style>
border-color css
<style>
span { border-color: #DA3900; }
span { border-color: rgb(218,57,0); }
td.TdClassName
{
border-color: #DA3900;
}
.TagClassName
{
border-color: #DA3900;
}
</style>