Html Css Color HEX #DA1E05 Harley Davidson Orange
📋 copy color: '#DA1E05'red 218 ◦ green 30 ◦ blue 5
Shades of Harley Davidson Orange #DA1E05
Tints of Harley Davidson Orange #DA1E05
RGB
CMYK
RGB Variations
Color information
#DA1E05 (or 0xDA1E05) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 05. RGB value is (218,30,5). Sum of RGB (Red+Green+Blue) = 218+30+5=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E05 is #25E1FA. Grayscale: #535353. Windows color (decimal): -2482683 or 335578. OLE color: 335578.
HSL color Cylindrical-coordinate representation of color #DA1E05: hue angle of 7.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA1E05 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.15 |
| HSL | 7.04º | 0.96% | 0.44% | - |
| HSV(B) | 7.04º | 0.98% | 0.85% | - |
| XYZ | 29.41 | 15.84 | 1.65 | - |
| YUV | 83.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 5 | 0 | 0.86 | 0.98 | 0.15 | 7.04 | 0.96 | 0.44 |
| Hex | DA | 1E | 5 | 0 | 56 | 62 | F | 7 | 60 | 2C |
| Octal | 332 | 36 | 5 | 0 | 126 | 142 | 17 | 7 | 140 | 54 |
| Binary | 11011010 | 11110 | 101 | 0 | 1010110 | 1100010 | 1111 | 111 | 1100000 | 101100 |
Color Harmonies of #DA1E05
Complementary color
Monochromatic Colors of #DA1E05
Black with #DA1E05
Text Example
Text Example
White with #DA1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1E05; }
p { color: rgb(218,30,5); }
H1.HeaderClassName
{
color: #DA1E05;
}
.AnyTagClassName
{
color: #DA1E05;
}
</style>
background-color css
<style>
a { background-color: #DA1E05; }
a { background-color: rgb(218,30,5); }
div.DivClassName
{
background-color: #DA1E05;
}
.BgClassName
{
background-color: #DA1E05;
}
</style>
border-color css
<style>
span { border-color: #DA1E05; }
span { border-color: rgb(218,30,5); }
td.TdClassName
{
border-color: #DA1E05;
}
.TagClassName
{
border-color: #DA1E05;
}
</style>