Html Css Color HEX #DA190D Harley Davidson Orange
📋 copy color: '#DA190D'red 218 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #DA190D
Tints of Harley Davidson Orange #DA190D
RGB
CMYK
RGB Variations
Color information
#DA190D (or 0xDA190D) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 0D. RGB value is (218,25,13). Sum of RGB (Red+Green+Blue) = 218+25+13=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA190D is #25E6F2. Grayscale: #515151. Windows color (decimal): -2483955 or 858586. OLE color: 858586.
HSL color Cylindrical-coordinate representation of color #DA190D: hue angle of 3.51º degrees, saturation: 0.89, 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 #DA190D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.15 |
| HSL | 3.51º | 0.89% | 0.45% | - |
| HSV(B) | 3.51º | 0.94% | 0.85% | - |
| XYZ | 29.33 | 15.63 | 1.85 | - |
| YUV | 81.34 | 89.44 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 13 | 0 | 0.89 | 0.94 | 0.15 | 3.51 | 0.89 | 0.45 |
| Hex | DA | 19 | D | 0 | 59 | 5E | F | 4 | 59 | 2D |
| Octal | 332 | 31 | 15 | 0 | 131 | 136 | 17 | 4 | 131 | 55 |
| Binary | 11011010 | 11001 | 1101 | 0 | 1011001 | 1011110 | 1111 | 100 | 1011001 | 101101 |
Color Harmonies of #DA190D
Complementary color
Monochromatic Colors of #DA190D
Black with #DA190D
Text Example
Text Example
White with #DA190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA190D; }
p { color: rgb(218,25,13); }
H1.HeaderClassName
{
color: #DA190D;
}
.AnyTagClassName
{
color: #DA190D;
}
</style>
background-color css
<style>
a { background-color: #DA190D; }
a { background-color: rgb(218,25,13); }
div.DivClassName
{
background-color: #DA190D;
}
.BgClassName
{
background-color: #DA190D;
}
</style>
border-color css
<style>
span { border-color: #DA190D; }
span { border-color: rgb(218,25,13); }
td.TdClassName
{
border-color: #DA190D;
}
.TagClassName
{
border-color: #DA190D;
}
</style>