Html Css Color HEX #DC440F Harley Davidson Orange
📋 copy color: '#DC440F'red 220 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #DC440F
Tints of Harley Davidson Orange #DC440F
RGB
CMYK
RGB Variations
Color information
#DC440F (or 0xDC440F) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 0F. RGB value is (220,68,15). Sum of RGB (Red+Green+Blue) = 220+68+15=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC440F is #23BBF0. Grayscale: #6B6B6B. Windows color (decimal): -2341873 or 1000668. OLE color: 1000668.
HSL color Cylindrical-coordinate representation of color #DC440F: hue angle of 15.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC440F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.14 |
| HSL | 15.51º | 0.87% | 0.46% | - |
| HSV(B) | 15.51º | 0.93% | 0.86% | - |
| XYZ | 31.67 | 19.38 | 2.52 | - |
| YUV | 107.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 15 | 0 | 0.69 | 0.93 | 0.14 | 15.51 | 0.87 | 0.46 |
| Hex | DC | 44 | F | 0 | 45 | 5D | E | 10 | 57 | 2E |
| Octal | 334 | 104 | 17 | 0 | 105 | 135 | 16 | 20 | 127 | 56 |
| Binary | 11011100 | 1000100 | 1111 | 0 | 1000101 | 1011101 | 1110 | 10000 | 1010111 | 101110 |
Color Harmonies of #DC440F
Complementary color
Monochromatic Colors of #DC440F
Black with #DC440F
Text Example
Text Example
White with #DC440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC440F; }
p { color: rgb(220,68,15); }
H1.HeaderClassName
{
color: #DC440F;
}
.AnyTagClassName
{
color: #DC440F;
}
</style>
background-color css
<style>
a { background-color: #DC440F; }
a { background-color: rgb(220,68,15); }
div.DivClassName
{
background-color: #DC440F;
}
.BgClassName
{
background-color: #DC440F;
}
</style>
border-color css
<style>
span { border-color: #DC440F; }
span { border-color: rgb(220,68,15); }
td.TdClassName
{
border-color: #DC440F;
}
.TagClassName
{
border-color: #DC440F;
}
</style>