Html Css Color HEX #DC441B Harley Davidson Orange
📋 copy color: '#DC441B'red 220 ◦ green 68 ◦ blue 27
Shades of Harley Davidson Orange #DC441B
Tints of Harley Davidson Orange #DC441B
RGB
CMYK
RGB Variations
Color information
#DC441B (or 0xDC441B) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 1B. RGB value is (220,68,27). Sum of RGB (Red+Green+Blue) = 220+68+27=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC441B is #23BBE4. Grayscale: #6D6D6D. Windows color (decimal): -2341861 or 1787100. OLE color: 1787100.
HSL color Cylindrical-coordinate representation of color #DC441B: hue angle of 12.75º degrees, saturation: 0.78, 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 #DC441B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.14 |
| HSL | 12.75º | 0.78% | 0.48% | - |
| HSV(B) | 12.75º | 0.88% | 0.86% | - |
| XYZ | 31.78 | 19.43 | 3.11 | - |
| YUV | 108.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 27 | 0 | 0.69 | 0.88 | 0.14 | 12.75 | 0.78 | 0.48 |
| Hex | DC | 44 | 1B | 0 | 45 | 58 | E | D | 4E | 30 |
| Octal | 334 | 104 | 33 | 0 | 105 | 130 | 16 | 15 | 116 | 60 |
| Binary | 11011100 | 1000100 | 11011 | 0 | 1000101 | 1011000 | 1110 | 1101 | 1001110 | 110000 |
Color Harmonies of #DC441B
Complementary color
Monochromatic Colors of #DC441B
Black with #DC441B
Text Example
Text Example
White with #DC441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC441B; }
p { color: rgb(220,68,27); }
H1.HeaderClassName
{
color: #DC441B;
}
.AnyTagClassName
{
color: #DC441B;
}
</style>
background-color css
<style>
a { background-color: #DC441B; }
a { background-color: rgb(220,68,27); }
div.DivClassName
{
background-color: #DC441B;
}
.BgClassName
{
background-color: #DC441B;
}
</style>
border-color css
<style>
span { border-color: #DC441B; }
span { border-color: rgb(220,68,27); }
td.TdClassName
{
border-color: #DC441B;
}
.TagClassName
{
border-color: #DC441B;
}
</style>