Html Css Color HEX #DA1C16 Harley Davidson Orange
📋 copy color: '#DA1C16'red 218 ◦ green 28 ◦ blue 22
Shades of Harley Davidson Orange #DA1C16
Tints of Harley Davidson Orange #DA1C16
RGB
CMYK
RGB Variations
Color information
#DA1C16 (or 0xDA1C16) is known color: Harley Davidson Orange. HEX triplet: DA, 1C and 16. RGB value is (218,28,22). Sum of RGB (Red+Green+Blue) = 218+28+22=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1C16 is #25E3E9. Grayscale: #545454. Windows color (decimal): -2483178 or 1449178. OLE color: 1449178.
HSL color Cylindrical-coordinate representation of color #DA1C16: hue angle of 1.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1C16 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 22 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.15 |
| HSL | 1.84º | 0.82% | 0.47% | - |
| HSV(B) | 1.84º | 0.9% | 0.85% | - |
| XYZ | 29.47 | 15.79 | 2.25 | - |
| YUV | 84.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 22 | 0 | 0.87 | 0.90 | 0.15 | 1.84 | 0.82 | 0.47 |
| Hex | DA | 1C | 16 | 0 | 57 | 5A | F | 2 | 52 | 2F |
| Octal | 332 | 34 | 26 | 0 | 127 | 132 | 17 | 2 | 122 | 57 |
| Binary | 11011010 | 11100 | 10110 | 0 | 1010111 | 1011010 | 1111 | 10 | 1010010 | 101111 |
Color Harmonies of #DA1C16
Complementary color
Monochromatic Colors of #DA1C16
Black with #DA1C16
Text Example
Text Example
White with #DA1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C16; }
p { color: rgb(218,28,22); }
H1.HeaderClassName
{
color: #DA1C16;
}
.AnyTagClassName
{
color: #DA1C16;
}
</style>
background-color css
<style>
a { background-color: #DA1C16; }
a { background-color: rgb(218,28,22); }
div.DivClassName
{
background-color: #DA1C16;
}
.BgClassName
{
background-color: #DA1C16;
}
</style>
border-color css
<style>
span { border-color: #DA1C16; }
span { border-color: rgb(218,28,22); }
td.TdClassName
{
border-color: #DA1C16;
}
.TagClassName
{
border-color: #DA1C16;
}
</style>