Html Css Color HEX #DC3416 Harley Davidson Orange
📋 copy color: '#DC3416'red 220 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #DC3416
Tints of Harley Davidson Orange #DC3416
RGB
CMYK
RGB Variations
Color information
#DC3416 (or 0xDC3416) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 16. RGB value is (220,52,22). Sum of RGB (Red+Green+Blue) = 220+52+22=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3416 is #23CBE9. Grayscale: #636363. Windows color (decimal): -2345962 or 1455324. OLE color: 1455324.
HSL color Cylindrical-coordinate representation of color #DC3416: hue angle of 9.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3416 is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 22 | - |
| CMYK | 0 | 0.76 | 0.9 | 0.14 |
| HSL | 9.09º | 0.82% | 0.47% | - |
| HSV(B) | 9.09º | 0.9% | 0.86% | - |
| XYZ | 30.89 | 17.73 | 2.55 | - |
| YUV | 98.81 | 84.66 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 22 | 0 | 0.76 | 0.9 | 0.14 | 9.09 | 0.82 | 0.47 |
| Hex | DC | 34 | 16 | 0 | 4C | 5A | E | 9 | 52 | 2F |
| Octal | 334 | 64 | 26 | 0 | 114 | 132 | 16 | 11 | 122 | 57 |
| Binary | 11011100 | 110100 | 10110 | 0 | 1001100 | 1011010 | 1110 | 1001 | 1010010 | 101111 |
Color Harmonies of #DC3416
Complementary color
Monochromatic Colors of #DC3416
Black with #DC3416
Text Example
Text Example
White with #DC3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3416; }
p { color: rgb(220,52,22); }
H1.HeaderClassName
{
color: #DC3416;
}
.AnyTagClassName
{
color: #DC3416;
}
</style>
background-color css
<style>
a { background-color: #DC3416; }
a { background-color: rgb(220,52,22); }
div.DivClassName
{
background-color: #DC3416;
}
.BgClassName
{
background-color: #DC3416;
}
</style>
border-color css
<style>
span { border-color: #DC3416; }
span { border-color: rgb(220,52,22); }
td.TdClassName
{
border-color: #DC3416;
}
.TagClassName
{
border-color: #DC3416;
}
</style>