Html Css Color HEX #DC441A Harley Davidson Orange
📋 copy color: '#DC441A'red 220 ◦ green 68 ◦ blue 26
Shades of Harley Davidson Orange #DC441A
Tints of Harley Davidson Orange #DC441A
RGB
CMYK
RGB Variations
Color information
#DC441A (or 0xDC441A) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 1A. RGB value is (220,68,26). Sum of RGB (Red+Green+Blue) = 220+68+26=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC441A is #23BBE5. Grayscale: #6C6C6C. Windows color (decimal): -2341862 or 1721564. OLE color: 1721564.
HSL color Cylindrical-coordinate representation of color #DC441A: hue angle of 12.99º 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 #DC441A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 26 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.14 |
| HSL | 12.99º | 0.79% | 0.48% | - |
| HSV(B) | 12.99º | 0.88% | 0.86% | - |
| XYZ | 31.77 | 19.42 | 3.05 | - |
| YUV | 108.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 26 | 0 | 0.69 | 0.88 | 0.14 | 12.99 | 0.79 | 0.48 |
| Hex | DC | 44 | 1A | 0 | 45 | 58 | E | D | 4F | 30 |
| Octal | 334 | 104 | 32 | 0 | 105 | 130 | 16 | 15 | 117 | 60 |
| Binary | 11011100 | 1000100 | 11010 | 0 | 1000101 | 1011000 | 1110 | 1101 | 1001111 | 110000 |
Color Harmonies of #DC441A
Complementary color
Monochromatic Colors of #DC441A
Black with #DC441A
Text Example
Text Example
White with #DC441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC441A; }
p { color: rgb(220,68,26); }
H1.HeaderClassName
{
color: #DC441A;
}
.AnyTagClassName
{
color: #DC441A;
}
</style>
background-color css
<style>
a { background-color: #DC441A; }
a { background-color: rgb(220,68,26); }
div.DivClassName
{
background-color: #DC441A;
}
.BgClassName
{
background-color: #DC441A;
}
</style>
border-color css
<style>
span { border-color: #DC441A; }
span { border-color: rgb(220,68,26); }
td.TdClassName
{
border-color: #DC441A;
}
.TagClassName
{
border-color: #DC441A;
}
</style>