Html Css Color HEX #DC290F Harley Davidson Orange
📋 copy color: '#DC290F'red 220 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #DC290F
Tints of Harley Davidson Orange #DC290F
RGB
CMYK
RGB Variations
Color information
#DC290F (or 0xDC290F) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 0F. RGB value is (220,41,15). Sum of RGB (Red+Green+Blue) = 220+41+15=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC290F is #23D6F0. Grayscale: #5B5B5B. Windows color (decimal): -2348785 or 993756. OLE color: 993756.
HSL color Cylindrical-coordinate representation of color #DC290F: hue angle of 7.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.14 |
| HSL | 7.61º | 0.87% | 0.46% | - |
| HSV(B) | 7.61º | 0.93% | 0.86% | - |
| XYZ | 30.39 | 16.84 | 2.1 | - |
| YUV | 91.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 15 | 0 | 0.81 | 0.93 | 0.14 | 7.61 | 0.87 | 0.46 |
| Hex | DC | 29 | F | 0 | 51 | 5D | E | 8 | 57 | 2E |
| Octal | 334 | 51 | 17 | 0 | 121 | 135 | 16 | 10 | 127 | 56 |
| Binary | 11011100 | 101001 | 1111 | 0 | 1010001 | 1011101 | 1110 | 1000 | 1010111 | 101110 |
Color Harmonies of #DC290F
Complementary color
Monochromatic Colors of #DC290F
Black with #DC290F
Text Example
Text Example
White with #DC290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC290F; }
p { color: rgb(220,41,15); }
H1.HeaderClassName
{
color: #DC290F;
}
.AnyTagClassName
{
color: #DC290F;
}
</style>
background-color css
<style>
a { background-color: #DC290F; }
a { background-color: rgb(220,41,15); }
div.DivClassName
{
background-color: #DC290F;
}
.BgClassName
{
background-color: #DC290F;
}
</style>
border-color css
<style>
span { border-color: #DC290F; }
span { border-color: rgb(220,41,15); }
td.TdClassName
{
border-color: #DC290F;
}
.TagClassName
{
border-color: #DC290F;
}
</style>