Html Css Color HEX #DC410C Harley Davidson Orange
📋 copy color: '#DC410C'red 220 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #DC410C
Tints of Harley Davidson Orange #DC410C
RGB
CMYK
RGB Variations
Color information
#DC410C (or 0xDC410C) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 0C. RGB value is (220,65,12). Sum of RGB (Red+Green+Blue) = 220+65+12=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC410C is #23BEF3. Grayscale: #696969. Windows color (decimal): -2342644 or 803292. OLE color: 803292.
HSL color Cylindrical-coordinate representation of color #DC410C: hue angle of 15.29º 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 #DC410C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.14 |
| HSL | 15.29º | 0.9% | 0.45% | - |
| HSV(B) | 15.29º | 0.95% | 0.86% | - |
| XYZ | 31.47 | 19.02 | 2.36 | - |
| YUV | 105.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 12 | 0 | 0.70 | 0.95 | 0.14 | 15.29 | 0.9 | 0.45 |
| Hex | DC | 41 | C | 0 | 46 | 5F | E | F | 5A | 2D |
| Octal | 334 | 101 | 14 | 0 | 106 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011100 | 1000001 | 1100 | 0 | 1000110 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DC410C
Complementary color
Monochromatic Colors of #DC410C
Black with #DC410C
Text Example
Text Example
White with #DC410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC410C; }
p { color: rgb(220,65,12); }
H1.HeaderClassName
{
color: #DC410C;
}
.AnyTagClassName
{
color: #DC410C;
}
</style>
background-color css
<style>
a { background-color: #DC410C; }
a { background-color: rgb(220,65,12); }
div.DivClassName
{
background-color: #DC410C;
}
.BgClassName
{
background-color: #DC410C;
}
</style>
border-color css
<style>
span { border-color: #DC410C; }
span { border-color: rgb(220,65,12); }
td.TdClassName
{
border-color: #DC410C;
}
.TagClassName
{
border-color: #DC410C;
}
</style>