Html Css Color HEX #DA2500 Harley Davidson Orange
📋 copy color: '#DA2500'red 218 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #DA2500
Tints of Harley Davidson Orange #DA2500
RGB
CMYK
RGB Variations
Color information
#DA2500 (or 0xDA2500) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 00. RGB value is (218,37,0). Sum of RGB (Red+Green+Blue) = 218+37+0=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2500 is #25DAFF. Grayscale: #575757. Windows color (decimal): -2480896 or 9690. OLE color: 9690.
HSL color Cylindrical-coordinate representation of color #DA2500: hue angle of 10.18º 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 #DA2500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.15 |
| HSL | 10.18º | 1% | 0.43% | - |
| HSV(B) | 10.18º | 1% | 0.85% | - |
| XYZ | 29.58 | 16.23 | 1.57 | - |
| YUV | 86.9 | 78.97 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 0 | 0 | 0.83 | 1 | 0.15 | 10.18 | 1 | 0.43 |
| Hex | DA | 25 | 0 | 0 | 53 | 64 | F | A | 64 | 2B |
| Octal | 332 | 45 | 0 | 0 | 123 | 144 | 17 | 12 | 144 | 53 |
| Binary | 11011010 | 100101 | 0 | 0 | 1010011 | 1100100 | 1111 | 1010 | 1100100 | 101011 |
Color Harmonies of #DA2500
Complementary color
Monochromatic Colors of #DA2500
Black with #DA2500
Text Example
Text Example
White with #DA2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2500; }
p { color: rgb(218,37,0); }
H1.HeaderClassName
{
color: #DA2500;
}
.AnyTagClassName
{
color: #DA2500;
}
</style>
background-color css
<style>
a { background-color: #DA2500; }
a { background-color: rgb(218,37,0); }
div.DivClassName
{
background-color: #DA2500;
}
.BgClassName
{
background-color: #DA2500;
}
</style>
border-color css
<style>
span { border-color: #DA2500; }
span { border-color: rgb(218,37,0); }
td.TdClassName
{
border-color: #DA2500;
}
.TagClassName
{
border-color: #DA2500;
}
</style>