Html Css Color HEX #DA160F Harley Davidson Orange
📋 copy color: '#DA160F'red 218 ◦ green 22 ◦ blue 15
Shades of Harley Davidson Orange #DA160F
Tints of Harley Davidson Orange #DA160F
RGB
CMYK
RGB Variations
Color information
#DA160F (or 0xDA160F) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 0F. RGB value is (218,22,15). Sum of RGB (Red+Green+Blue) = 218+22+15=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA160F is #25E9F0. Grayscale: #505050. Windows color (decimal): -2484721 or 988890. OLE color: 988890.
HSL color Cylindrical-coordinate representation of color #DA160F: hue angle of 2.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA160F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.15 |
| HSL | 2.07º | 0.87% | 0.46% | - |
| HSV(B) | 2.07º | 0.93% | 0.85% | - |
| XYZ | 29.29 | 15.51 | 1.9 | - |
| YUV | 79.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 15 | 0 | 0.90 | 0.93 | 0.15 | 2.07 | 0.87 | 0.46 |
| Hex | DA | 16 | F | 0 | 5A | 5D | F | 2 | 57 | 2E |
| Octal | 332 | 26 | 17 | 0 | 132 | 135 | 17 | 2 | 127 | 56 |
| Binary | 11011010 | 10110 | 1111 | 0 | 1011010 | 1011101 | 1111 | 10 | 1010111 | 101110 |
Color Harmonies of #DA160F
Complementary color
Monochromatic Colors of #DA160F
Black with #DA160F
Text Example
Text Example
White with #DA160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA160F; }
p { color: rgb(218,22,15); }
H1.HeaderClassName
{
color: #DA160F;
}
.AnyTagClassName
{
color: #DA160F;
}
</style>
background-color css
<style>
a { background-color: #DA160F; }
a { background-color: rgb(218,22,15); }
div.DivClassName
{
background-color: #DA160F;
}
.BgClassName
{
background-color: #DA160F;
}
</style>
border-color css
<style>
span { border-color: #DA160F; }
span { border-color: rgb(218,22,15); }
td.TdClassName
{
border-color: #DA160F;
}
.TagClassName
{
border-color: #DA160F;
}
</style>