Html Css Color HEX #DC4108 Harley Davidson Orange
📋 copy color: '#DC4108'red 220 ◦ green 65 ◦ blue 8
Shades of Harley Davidson Orange #DC4108
Tints of Harley Davidson Orange #DC4108
RGB
CMYK
RGB Variations
Color information
#DC4108 (or 0xDC4108) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 08. RGB value is (220,65,8). Sum of RGB (Red+Green+Blue) = 220+65+8=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4108 is #23BEF7. Grayscale: #696969. Windows color (decimal): -2342648 or 541148. OLE color: 541148.
HSL color Cylindrical-coordinate representation of color #DC4108: hue angle of 16.13º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4108 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.14 |
| HSL | 16.13º | 0.93% | 0.45% | - |
| HSV(B) | 16.13º | 0.96% | 0.86% | - |
| XYZ | 31.45 | 19.01 | 2.24 | - |
| YUV | 104.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 8 | 0 | 0.70 | 0.96 | 0.14 | 16.13 | 0.93 | 0.45 |
| Hex | DC | 41 | 8 | 0 | 46 | 60 | E | 10 | 5D | 2D |
| Octal | 334 | 101 | 10 | 0 | 106 | 140 | 16 | 20 | 135 | 55 |
| Binary | 11011100 | 1000001 | 1000 | 0 | 1000110 | 1100000 | 1110 | 10000 | 1011101 | 101101 |
Color Harmonies of #DC4108
Complementary color
Monochromatic Colors of #DC4108
Black with #DC4108
Text Example
Text Example
White with #DC4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4108; }
p { color: rgb(220,65,8); }
H1.HeaderClassName
{
color: #DC4108;
}
.AnyTagClassName
{
color: #DC4108;
}
</style>
background-color css
<style>
a { background-color: #DC4108; }
a { background-color: rgb(220,65,8); }
div.DivClassName
{
background-color: #DC4108;
}
.BgClassName
{
background-color: #DC4108;
}
</style>
border-color css
<style>
span { border-color: #DC4108; }
span { border-color: rgb(220,65,8); }
td.TdClassName
{
border-color: #DC4108;
}
.TagClassName
{
border-color: #DC4108;
}
</style>