Html Css Color HEX #DA2D0C Harley Davidson Orange
📋 copy color: '#DA2D0C'red 218 ◦ green 45 ◦ blue 12
Shades of Harley Davidson Orange #DA2D0C
Tints of Harley Davidson Orange #DA2D0C
RGB
CMYK
RGB Variations
Color information
#DA2D0C (or 0xDA2D0C) is known color: Harley Davidson Orange. HEX triplet: DA, 2D and 0C. RGB value is (218,45,12). Sum of RGB (Red+Green+Blue) = 218+45+12=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2D0C is #25D2F3. Grayscale: #5D5D5D. Windows color (decimal): -2478836 or 798170. OLE color: 798170.
HSL color Cylindrical-coordinate representation of color #DA2D0C: hue angle of 9.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA2D0C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.15 |
| HSL | 9.61º | 0.9% | 0.45% | - |
| HSV(B) | 9.61º | 0.94% | 0.85% | - |
| XYZ | 29.92 | 16.81 | 2.02 | - |
| YUV | 92.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 12 | 0 | 0.79 | 0.94 | 0.15 | 9.61 | 0.9 | 0.45 |
| Hex | DA | 2D | C | 0 | 4F | 5E | F | A | 5A | 2D |
| Octal | 332 | 55 | 14 | 0 | 117 | 136 | 17 | 12 | 132 | 55 |
| Binary | 11011010 | 101101 | 1100 | 0 | 1001111 | 1011110 | 1111 | 1010 | 1011010 | 101101 |
Color Harmonies of #DA2D0C
Complementary color
Monochromatic Colors of #DA2D0C
Black with #DA2D0C
Text Example
Text Example
White with #DA2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D0C; }
p { color: rgb(218,45,12); }
H1.HeaderClassName
{
color: #DA2D0C;
}
.AnyTagClassName
{
color: #DA2D0C;
}
</style>
background-color css
<style>
a { background-color: #DA2D0C; }
a { background-color: rgb(218,45,12); }
div.DivClassName
{
background-color: #DA2D0C;
}
.BgClassName
{
background-color: #DA2D0C;
}
</style>
border-color css
<style>
span { border-color: #DA2D0C; }
span { border-color: rgb(218,45,12); }
td.TdClassName
{
border-color: #DA2D0C;
}
.TagClassName
{
border-color: #DA2D0C;
}
</style>