Html Css Color HEX #DA170C Harley Davidson Orange
📋 copy color: '#DA170C'red 218 ◦ green 23 ◦ blue 12
Shades of Harley Davidson Orange #DA170C
Tints of Harley Davidson Orange #DA170C
RGB
CMYK
RGB Variations
Color information
#DA170C (or 0xDA170C) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 0C. RGB value is (218,23,12). Sum of RGB (Red+Green+Blue) = 218+23+12=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA170C is #25E8F3. Grayscale: #505050. Windows color (decimal): -2484468 or 792538. OLE color: 792538.
HSL color Cylindrical-coordinate representation of color #DA170C: hue angle of 3.2º degrees, saturation: 0.9, 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 #DA170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.15 |
| HSL | 3.2º | 0.9% | 0.45% | - |
| HSV(B) | 3.2º | 0.94% | 0.85% | - |
| XYZ | 29.29 | 15.54 | 1.8 | - |
| YUV | 80.05 | 89.6 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 12 | 0 | 0.89 | 0.94 | 0.15 | 3.2 | 0.9 | 0.45 |
| Hex | DA | 17 | C | 0 | 59 | 5E | F | 3 | 5A | 2D |
| Octal | 332 | 27 | 14 | 0 | 131 | 136 | 17 | 3 | 132 | 55 |
| Binary | 11011010 | 10111 | 1100 | 0 | 1011001 | 1011110 | 1111 | 11 | 1011010 | 101101 |
Color Harmonies of #DA170C
Complementary color
Monochromatic Colors of #DA170C
Black with #DA170C
Text Example
Text Example
White with #DA170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA170C; }
p { color: rgb(218,23,12); }
H1.HeaderClassName
{
color: #DA170C;
}
.AnyTagClassName
{
color: #DA170C;
}
</style>
background-color css
<style>
a { background-color: #DA170C; }
a { background-color: rgb(218,23,12); }
div.DivClassName
{
background-color: #DA170C;
}
.BgClassName
{
background-color: #DA170C;
}
</style>
border-color css
<style>
span { border-color: #DA170C; }
span { border-color: rgb(218,23,12); }
td.TdClassName
{
border-color: #DA170C;
}
.TagClassName
{
border-color: #DA170C;
}
</style>