Html Css Color HEX #DC260F Harley Davidson Orange
📋 copy color: '#DC260F'red 220 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #DC260F
Tints of Harley Davidson Orange #DC260F
RGB
CMYK
RGB Variations
Color information
#DC260F (or 0xDC260F) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 0F. RGB value is (220,38,15). Sum of RGB (Red+Green+Blue) = 220+38+15=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC260F is #23D9F0. Grayscale: #5A5A5A. Windows color (decimal): -2349553 or 992988. OLE color: 992988.
HSL color Cylindrical-coordinate representation of color #DC260F: hue angle of 6.73º 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 #DC260F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.14 |
| HSL | 6.73º | 0.87% | 0.46% | - |
| HSV(B) | 6.73º | 0.93% | 0.86% | - |
| XYZ | 30.29 | 16.64 | 2.07 | - |
| YUV | 89.8 | 85.8 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 15 | 0 | 0.83 | 0.93 | 0.14 | 6.73 | 0.87 | 0.46 |
| Hex | DC | 26 | F | 0 | 53 | 5D | E | 7 | 57 | 2E |
| Octal | 334 | 46 | 17 | 0 | 123 | 135 | 16 | 7 | 127 | 56 |
| Binary | 11011100 | 100110 | 1111 | 0 | 1010011 | 1011101 | 1110 | 111 | 1010111 | 101110 |
Color Harmonies of #DC260F
Complementary color
Monochromatic Colors of #DC260F
Black with #DC260F
Text Example
Text Example
White with #DC260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC260F; }
p { color: rgb(220,38,15); }
H1.HeaderClassName
{
color: #DC260F;
}
.AnyTagClassName
{
color: #DC260F;
}
</style>
background-color css
<style>
a { background-color: #DC260F; }
a { background-color: rgb(220,38,15); }
div.DivClassName
{
background-color: #DC260F;
}
.BgClassName
{
background-color: #DC260F;
}
</style>
border-color css
<style>
span { border-color: #DC260F; }
span { border-color: rgb(220,38,15); }
td.TdClassName
{
border-color: #DC260F;
}
.TagClassName
{
border-color: #DC260F;
}
</style>