Html Css Color HEX #DA1D13 Harley Davidson Orange
📋 copy color: '#DA1D13'red 218 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #DA1D13
Tints of Harley Davidson Orange #DA1D13
RGB
CMYK
RGB Variations
Color information
#DA1D13 (or 0xDA1D13) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 13. RGB value is (218,29,19). Sum of RGB (Red+Green+Blue) = 218+29+19=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D13 is #25E2EC. Grayscale: #545454. Windows color (decimal): -2482925 or 1252826. OLE color: 1252826.
HSL color Cylindrical-coordinate representation of color #DA1D13: hue angle of 3.02º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1D13 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 19 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.15 |
| HSL | 3.02º | 0.84% | 0.46% | - |
| HSV(B) | 3.02º | 0.91% | 0.85% | - |
| XYZ | 29.47 | 15.83 | 2.12 | - |
| YUV | 84.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 19 | 0 | 0.87 | 0.91 | 0.15 | 3.02 | 0.84 | 0.46 |
| Hex | DA | 1D | 13 | 0 | 57 | 5B | F | 3 | 54 | 2E |
| Octal | 332 | 35 | 23 | 0 | 127 | 133 | 17 | 3 | 124 | 56 |
| Binary | 11011010 | 11101 | 10011 | 0 | 1010111 | 1011011 | 1111 | 11 | 1010100 | 101110 |
Color Harmonies of #DA1D13
Complementary color
Monochromatic Colors of #DA1D13
Black with #DA1D13
Text Example
Text Example
White with #DA1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D13; }
p { color: rgb(218,29,19); }
H1.HeaderClassName
{
color: #DA1D13;
}
.AnyTagClassName
{
color: #DA1D13;
}
</style>
background-color css
<style>
a { background-color: #DA1D13; }
a { background-color: rgb(218,29,19); }
div.DivClassName
{
background-color: #DA1D13;
}
.BgClassName
{
background-color: #DA1D13;
}
</style>
border-color css
<style>
span { border-color: #DA1D13; }
span { border-color: rgb(218,29,19); }
td.TdClassName
{
border-color: #DA1D13;
}
.TagClassName
{
border-color: #DA1D13;
}
</style>