Html Css Color HEX #DA2D05 Harley Davidson Orange
📋 copy color: '#DA2D05'red 218 ◦ green 45 ◦ blue 5
Shades of Harley Davidson Orange #DA2D05
Tints of Harley Davidson Orange #DA2D05
RGB
CMYK
RGB Variations
Color information
#DA2D05 (or 0xDA2D05) is known color: Harley Davidson Orange. HEX triplet: DA, 2D and 05. RGB value is (218,45,5). Sum of RGB (Red+Green+Blue) = 218+45+5=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2D05 is #25D2FA. Grayscale: #5C5C5C. Windows color (decimal): -2478843 or 339418. OLE color: 339418.
HSL color Cylindrical-coordinate representation of color #DA2D05: hue angle of 11.27º 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 #DA2D05 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 5 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.15 |
| HSL | 11.27º | 0.96% | 0.44% | - |
| HSV(B) | 11.27º | 0.98% | 0.85% | - |
| XYZ | 29.88 | 16.79 | 1.81 | - |
| YUV | 92.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 5 | 0 | 0.79 | 0.98 | 0.15 | 11.27 | 0.96 | 0.44 |
| Hex | DA | 2D | 5 | 0 | 4F | 62 | F | B | 60 | 2C |
| Octal | 332 | 55 | 5 | 0 | 117 | 142 | 17 | 13 | 140 | 54 |
| Binary | 11011010 | 101101 | 101 | 0 | 1001111 | 1100010 | 1111 | 1011 | 1100000 | 101100 |
Color Harmonies of #DA2D05
Complementary color
Monochromatic Colors of #DA2D05
Black with #DA2D05
Text Example
Text Example
White with #DA2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D05; }
p { color: rgb(218,45,5); }
H1.HeaderClassName
{
color: #DA2D05;
}
.AnyTagClassName
{
color: #DA2D05;
}
</style>
background-color css
<style>
a { background-color: #DA2D05; }
a { background-color: rgb(218,45,5); }
div.DivClassName
{
background-color: #DA2D05;
}
.BgClassName
{
background-color: #DA2D05;
}
</style>
border-color css
<style>
span { border-color: #DA2D05; }
span { border-color: rgb(218,45,5); }
td.TdClassName
{
border-color: #DA2D05;
}
.TagClassName
{
border-color: #DA2D05;
}
</style>