Html Css Color HEX #DA2401 Harley Davidson Orange
📋 copy color: '#DA2401'red 218 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #DA2401
Tints of Harley Davidson Orange #DA2401
RGB
CMYK
RGB Variations
Color information
#DA2401 (or 0xDA2401) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 01. RGB value is (218,36,1). Sum of RGB (Red+Green+Blue) = 218+36+1=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2401 is #25DBFE. Grayscale: #565656. Windows color (decimal): -2481151 or 74970. OLE color: 74970.
HSL color Cylindrical-coordinate representation of color #DA2401: hue angle of 9.68º 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 #DA2401 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.15 |
| HSL | 9.68º | 0.99% | 0.43% | - |
| HSV(B) | 9.68º | 1% | 0.85% | - |
| XYZ | 29.55 | 16.17 | 1.59 | - |
| YUV | 86.43 | 79.8 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 1 | 0 | 0.83 | 1.00 | 0.15 | 9.68 | 0.99 | 0.43 |
| Hex | DA | 24 | 1 | 0 | 53 | 64 | F | A | 63 | 2B |
| Octal | 332 | 44 | 1 | 0 | 123 | 144 | 17 | 12 | 143 | 53 |
| Binary | 11011010 | 100100 | 1 | 0 | 1010011 | 1100100 | 1111 | 1010 | 1100011 | 101011 |
Color Harmonies of #DA2401
Complementary color
Monochromatic Colors of #DA2401
Black with #DA2401
Text Example
Text Example
White with #DA2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2401; }
p { color: rgb(218,36,1); }
H1.HeaderClassName
{
color: #DA2401;
}
.AnyTagClassName
{
color: #DA2401;
}
</style>
background-color css
<style>
a { background-color: #DA2401; }
a { background-color: rgb(218,36,1); }
div.DivClassName
{
background-color: #DA2401;
}
.BgClassName
{
background-color: #DA2401;
}
</style>
border-color css
<style>
span { border-color: #DA2401; }
span { border-color: rgb(218,36,1); }
td.TdClassName
{
border-color: #DA2401;
}
.TagClassName
{
border-color: #DA2401;
}
</style>