Html Css Color HEX #DA2C12 Harley Davidson Orange
📋 copy color: '#DA2C12'red 218 ◦ green 44 ◦ blue 18
Shades of Harley Davidson Orange #DA2C12
Tints of Harley Davidson Orange #DA2C12
RGB
CMYK
RGB Variations
Color information
#DA2C12 (or 0xDA2C12) is known color: Harley Davidson Orange. HEX triplet: DA, 2C and 12. RGB value is (218,44,18). Sum of RGB (Red+Green+Blue) = 218+44+18=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2C12 is #25D3ED. Grayscale: #5D5D5D. Windows color (decimal): -2479086 or 1191130. OLE color: 1191130.
HSL color Cylindrical-coordinate representation of color #DA2C12: hue angle of 7.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA2C12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.15 |
| HSL | 7.8º | 0.85% | 0.46% | - |
| HSV(B) | 7.8º | 0.92% | 0.85% | - |
| XYZ | 29.92 | 16.75 | 2.23 | - |
| YUV | 93.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 18 | 0 | 0.80 | 0.92 | 0.15 | 7.8 | 0.85 | 0.46 |
| Hex | DA | 2C | 12 | 0 | 50 | 5C | F | 8 | 55 | 2E |
| Octal | 332 | 54 | 22 | 0 | 120 | 134 | 17 | 10 | 125 | 56 |
| Binary | 11011010 | 101100 | 10010 | 0 | 1010000 | 1011100 | 1111 | 1000 | 1010101 | 101110 |
Color Harmonies of #DA2C12
Complementary color
Monochromatic Colors of #DA2C12
Black with #DA2C12
Text Example
Text Example
White with #DA2C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C12; }
p { color: rgb(218,44,18); }
H1.HeaderClassName
{
color: #DA2C12;
}
.AnyTagClassName
{
color: #DA2C12;
}
</style>
background-color css
<style>
a { background-color: #DA2C12; }
a { background-color: rgb(218,44,18); }
div.DivClassName
{
background-color: #DA2C12;
}
.BgClassName
{
background-color: #DA2C12;
}
</style>
border-color css
<style>
span { border-color: #DA2C12; }
span { border-color: rgb(218,44,18); }
td.TdClassName
{
border-color: #DA2C12;
}
.TagClassName
{
border-color: #DA2C12;
}
</style>