Html Css Color HEX #DA3501 Harley Davidson Orange
📋 copy color: '#DA3501'red 218 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #DA3501
Tints of Harley Davidson Orange #DA3501
RGB
CMYK
RGB Variations
Color information
#DA3501 (or 0xDA3501) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 01. RGB value is (218,53,1). Sum of RGB (Red+Green+Blue) = 218+53+1=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3501 is #25CAFE. Grayscale: #606060. Windows color (decimal): -2476799 or 79322. OLE color: 79322.
HSL color Cylindrical-coordinate representation of color #DA3501: hue angle of 14.38º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3501 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.15 |
| HSL | 14.38º | 0.99% | 0.43% | - |
| HSV(B) | 14.38º | 1% | 0.85% | - |
| XYZ | 30.19 | 17.45 | 1.81 | - |
| YUV | 96.41 | 74.16 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 1 | 0 | 0.76 | 1.00 | 0.15 | 14.38 | 0.99 | 0.43 |
| Hex | DA | 35 | 1 | 0 | 4C | 64 | F | E | 63 | 2B |
| Octal | 332 | 65 | 1 | 0 | 114 | 144 | 17 | 16 | 143 | 53 |
| Binary | 11011010 | 110101 | 1 | 0 | 1001100 | 1100100 | 1111 | 1110 | 1100011 | 101011 |
Color Harmonies of #DA3501
Complementary color
Monochromatic Colors of #DA3501
Black with #DA3501
Text Example
Text Example
White with #DA3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3501; }
p { color: rgb(218,53,1); }
H1.HeaderClassName
{
color: #DA3501;
}
.AnyTagClassName
{
color: #DA3501;
}
</style>
background-color css
<style>
a { background-color: #DA3501; }
a { background-color: rgb(218,53,1); }
div.DivClassName
{
background-color: #DA3501;
}
.BgClassName
{
background-color: #DA3501;
}
</style>
border-color css
<style>
span { border-color: #DA3501; }
span { border-color: rgb(218,53,1); }
td.TdClassName
{
border-color: #DA3501;
}
.TagClassName
{
border-color: #DA3501;
}
</style>