Html Css Color HEX #DC260C Harley Davidson Orange
📋 copy color: '#DC260C'red 220 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #DC260C
Tints of Harley Davidson Orange #DC260C
RGB
CMYK
RGB Variations
Color information
#DC260C (or 0xDC260C) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 0C. RGB value is (220,38,12). Sum of RGB (Red+Green+Blue) = 220+38+12=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC260C is #23D9F3. Grayscale: #595959. Windows color (decimal): -2349556 or 796380. OLE color: 796380.
HSL color Cylindrical-coordinate representation of color #DC260C: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.14 |
| HSL | 7.5º | 0.9% | 0.45% | - |
| HSV(B) | 7.5º | 0.95% | 0.86% | - |
| XYZ | 30.27 | 16.63 | 1.96 | - |
| YUV | 89.45 | 84.3 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 12 | 0 | 0.83 | 0.95 | 0.14 | 7.5 | 0.9 | 0.45 |
| Hex | DC | 26 | C | 0 | 53 | 5F | E | 8 | 5A | 2D |
| Octal | 334 | 46 | 14 | 0 | 123 | 137 | 16 | 10 | 132 | 55 |
| Binary | 11011100 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1110 | 1000 | 1011010 | 101101 |
Color Harmonies of #DC260C
Complementary color
Monochromatic Colors of #DC260C
Black with #DC260C
Text Example
Text Example
White with #DC260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC260C; }
p { color: rgb(220,38,12); }
H1.HeaderClassName
{
color: #DC260C;
}
.AnyTagClassName
{
color: #DC260C;
}
</style>
background-color css
<style>
a { background-color: #DC260C; }
a { background-color: rgb(220,38,12); }
div.DivClassName
{
background-color: #DC260C;
}
.BgClassName
{
background-color: #DC260C;
}
</style>
border-color css
<style>
span { border-color: #DC260C; }
span { border-color: rgb(220,38,12); }
td.TdClassName
{
border-color: #DC260C;
}
.TagClassName
{
border-color: #DC260C;
}
</style>