Html Css Color HEX #DA3500 Harley Davidson Orange
📋 copy color: '#DA3500'red 218 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #DA3500
Tints of Harley Davidson Orange #DA3500
RGB
CMYK
RGB Variations
Color information
#DA3500 (or 0xDA3500) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 00. RGB value is (218,53,0). Sum of RGB (Red+Green+Blue) = 218+53+0=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3500 is #25CAFF. Grayscale: #606060. Windows color (decimal): -2476800 or 13786. OLE color: 13786.
HSL color Cylindrical-coordinate representation of color #DA3500: hue angle of 14.59º 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 #DA3500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.15 |
| HSL | 14.59º | 1% | 0.43% | - |
| HSV(B) | 14.59º | 1% | 0.85% | - |
| XYZ | 30.19 | 17.45 | 1.78 | - |
| YUV | 96.29 | 73.66 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 0 | 0 | 0.76 | 1 | 0.15 | 14.59 | 1 | 0.43 |
| Hex | DA | 35 | 0 | 0 | 4C | 64 | F | F | 64 | 2B |
| Octal | 332 | 65 | 0 | 0 | 114 | 144 | 17 | 17 | 144 | 53 |
| Binary | 11011010 | 110101 | 0 | 0 | 1001100 | 1100100 | 1111 | 1111 | 1100100 | 101011 |
Color Harmonies of #DA3500
Complementary color
Monochromatic Colors of #DA3500
Black with #DA3500
Text Example
Text Example
White with #DA3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3500; }
p { color: rgb(218,53,0); }
H1.HeaderClassName
{
color: #DA3500;
}
.AnyTagClassName
{
color: #DA3500;
}
</style>
background-color css
<style>
a { background-color: #DA3500; }
a { background-color: rgb(218,53,0); }
div.DivClassName
{
background-color: #DA3500;
}
.BgClassName
{
background-color: #DA3500;
}
</style>
border-color css
<style>
span { border-color: #DA3500; }
span { border-color: rgb(218,53,0); }
td.TdClassName
{
border-color: #DA3500;
}
.TagClassName
{
border-color: #DA3500;
}
</style>