Html Css Color HEX #DA4212 Harley Davidson Orange
📋 copy color: '#DA4212'red 218 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #DA4212
Tints of Harley Davidson Orange #DA4212
RGB
CMYK
RGB Variations
Color information
#DA4212 (or 0xDA4212) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 12. RGB value is (218,66,18). Sum of RGB (Red+Green+Blue) = 218+66+18=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4212 is #25BDED. Grayscale: #6A6A6A. Windows color (decimal): -2473454 or 1196762. OLE color: 1196762.
HSL color Cylindrical-coordinate representation of color #DA4212: hue angle of 14.4º 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 #DA4212 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.15 |
| HSL | 14.4º | 0.85% | 0.46% | - |
| HSV(B) | 14.4º | 0.92% | 0.85% | - |
| XYZ | 30.97 | 18.85 | 2.58 | - |
| YUV | 105.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 18 | 0 | 0.70 | 0.92 | 0.15 | 14.4 | 0.85 | 0.46 |
| Hex | DA | 42 | 12 | 0 | 46 | 5C | F | E | 55 | 2E |
| Octal | 332 | 102 | 22 | 0 | 106 | 134 | 17 | 16 | 125 | 56 |
| Binary | 11011010 | 1000010 | 10010 | 0 | 1000110 | 1011100 | 1111 | 1110 | 1010101 | 101110 |
Color Harmonies of #DA4212
Complementary color
Monochromatic Colors of #DA4212
Black with #DA4212
Text Example
Text Example
White with #DA4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4212; }
p { color: rgb(218,66,18); }
H1.HeaderClassName
{
color: #DA4212;
}
.AnyTagClassName
{
color: #DA4212;
}
</style>
background-color css
<style>
a { background-color: #DA4212; }
a { background-color: rgb(218,66,18); }
div.DivClassName
{
background-color: #DA4212;
}
.BgClassName
{
background-color: #DA4212;
}
</style>
border-color css
<style>
span { border-color: #DA4212; }
span { border-color: rgb(218,66,18); }
td.TdClassName
{
border-color: #DA4212;
}
.TagClassName
{
border-color: #DA4212;
}
</style>