Html Css Color HEX #DA170A Harley Davidson Orange
📋 copy color: '#DA170A'red 218 ◦ green 23 ◦ blue 10
Shades of Harley Davidson Orange #DA170A
Tints of Harley Davidson Orange #DA170A
RGB
CMYK
RGB Variations
Color information
#DA170A (or 0xDA170A) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 0A. RGB value is (218,23,10). Sum of RGB (Red+Green+Blue) = 218+23+10=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA170A is #25E8F5. Grayscale: #505050. Windows color (decimal): -2484470 or 661466. OLE color: 661466.
HSL color Cylindrical-coordinate representation of color #DA170A: hue angle of 3.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA170A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 10 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.15 |
| HSL | 3.75º | 0.91% | 0.45% | - |
| HSV(B) | 3.75º | 0.95% | 0.85% | - |
| XYZ | 29.27 | 15.54 | 1.74 | - |
| YUV | 79.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 10 | 0 | 0.89 | 0.95 | 0.15 | 3.75 | 0.91 | 0.45 |
| Hex | DA | 17 | A | 0 | 59 | 5F | F | 4 | 5B | 2D |
| Octal | 332 | 27 | 12 | 0 | 131 | 137 | 17 | 4 | 133 | 55 |
| Binary | 11011010 | 10111 | 1010 | 0 | 1011001 | 1011111 | 1111 | 100 | 1011011 | 101101 |
Color Harmonies of #DA170A
Complementary color
Monochromatic Colors of #DA170A
Black with #DA170A
Text Example
Text Example
White with #DA170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA170A; }
p { color: rgb(218,23,10); }
H1.HeaderClassName
{
color: #DA170A;
}
.AnyTagClassName
{
color: #DA170A;
}
</style>
background-color css
<style>
a { background-color: #DA170A; }
a { background-color: rgb(218,23,10); }
div.DivClassName
{
background-color: #DA170A;
}
.BgClassName
{
background-color: #DA170A;
}
</style>
border-color css
<style>
span { border-color: #DA170A; }
span { border-color: rgb(218,23,10); }
td.TdClassName
{
border-color: #DA170A;
}
.TagClassName
{
border-color: #DA170A;
}
</style>