Html Css Color HEX #DA1614 Harley Davidson Orange
📋 copy color: '#DA1614'red 218 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #DA1614
Tints of Harley Davidson Orange #DA1614
RGB
CMYK
RGB Variations
Color information
#DA1614 (or 0xDA1614) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 14. RGB value is (218,22,20). Sum of RGB (Red+Green+Blue) = 218+22+20=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1614 is #25E9EB. Grayscale: #505050. Windows color (decimal): -2484716 or 1316570. OLE color: 1316570.
HSL color Cylindrical-coordinate representation of color #DA1614: hue angle of 0.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.15 |
| HSL | 0.61º | 0.83% | 0.47% | - |
| HSV(B) | 0.61º | 0.91% | 0.85% | - |
| XYZ | 29.33 | 15.53 | 2.11 | - |
| YUV | 80.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 20 | 0 | 0.90 | 0.91 | 0.15 | 0.61 | 0.83 | 0.47 |
| Hex | DA | 16 | 14 | 0 | 5A | 5B | F | 1 | 53 | 2F |
| Octal | 332 | 26 | 24 | 0 | 132 | 133 | 17 | 1 | 123 | 57 |
| Binary | 11011010 | 10110 | 10100 | 0 | 1011010 | 1011011 | 1111 | 1 | 1010011 | 101111 |
Color Harmonies of #DA1614
Complementary color
Monochromatic Colors of #DA1614
Black with #DA1614
Text Example
Text Example
White with #DA1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1614; }
p { color: rgb(218,22,20); }
H1.HeaderClassName
{
color: #DA1614;
}
.AnyTagClassName
{
color: #DA1614;
}
</style>
background-color css
<style>
a { background-color: #DA1614; }
a { background-color: rgb(218,22,20); }
div.DivClassName
{
background-color: #DA1614;
}
.BgClassName
{
background-color: #DA1614;
}
</style>
border-color css
<style>
span { border-color: #DA1614; }
span { border-color: rgb(218,22,20); }
td.TdClassName
{
border-color: #DA1614;
}
.TagClassName
{
border-color: #DA1614;
}
</style>