Html Css Color HEX #DC461A Harley Davidson Orange
📋 copy color: '#DC461A'red 220 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #DC461A
Tints of Harley Davidson Orange #DC461A
RGB
CMYK
RGB Variations
Color information
#DC461A (or 0xDC461A) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 1A. RGB value is (220,70,26). Sum of RGB (Red+Green+Blue) = 220+70+26=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC461A is #23B9E5. Grayscale: #6E6E6E. Windows color (decimal): -2341350 or 1722076. OLE color: 1722076.
HSL color Cylindrical-coordinate representation of color #DC461A: hue angle of 13.61º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC461A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.14 |
| HSL | 13.61º | 0.79% | 0.48% | - |
| HSV(B) | 13.61º | 0.88% | 0.86% | - |
| XYZ | 31.89 | 19.67 | 3.09 | - |
| YUV | 109.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 26 | 0 | 0.68 | 0.88 | 0.14 | 13.61 | 0.79 | 0.48 |
| Hex | DC | 46 | 1A | 0 | 44 | 58 | E | E | 4F | 30 |
| Octal | 334 | 106 | 32 | 0 | 104 | 130 | 16 | 16 | 117 | 60 |
| Binary | 11011100 | 1000110 | 11010 | 0 | 1000100 | 1011000 | 1110 | 1110 | 1001111 | 110000 |
Color Harmonies of #DC461A
Complementary color
Monochromatic Colors of #DC461A
Black with #DC461A
Text Example
Text Example
White with #DC461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC461A; }
p { color: rgb(220,70,26); }
H1.HeaderClassName
{
color: #DC461A;
}
.AnyTagClassName
{
color: #DC461A;
}
</style>
background-color css
<style>
a { background-color: #DC461A; }
a { background-color: rgb(220,70,26); }
div.DivClassName
{
background-color: #DC461A;
}
.BgClassName
{
background-color: #DC461A;
}
</style>
border-color css
<style>
span { border-color: #DC461A; }
span { border-color: rgb(220,70,26); }
td.TdClassName
{
border-color: #DC461A;
}
.TagClassName
{
border-color: #DC461A;
}
</style>