Html Css Color HEX #DC360D Harley Davidson Orange
📋 copy color: '#DC360D'red 220 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #DC360D
Tints of Harley Davidson Orange #DC360D
RGB
CMYK
RGB Variations
Color information
#DC360D (or 0xDC360D) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 0D. RGB value is (220,54,13). Sum of RGB (Red+Green+Blue) = 220+54+13=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC360D is #23C9F2. Grayscale: #636363. Windows color (decimal): -2345459 or 866012. OLE color: 866012.
HSL color Cylindrical-coordinate representation of color #DC360D: hue angle of 11.88º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.14 |
| HSL | 11.88º | 0.89% | 0.46% | - |
| HSV(B) | 11.88º | 0.94% | 0.86% | - |
| XYZ | 30.91 | 17.88 | 2.2 | - |
| YUV | 98.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 13 | 0 | 0.75 | 0.94 | 0.14 | 11.88 | 0.89 | 0.46 |
| Hex | DC | 36 | D | 0 | 4B | 5E | E | C | 59 | 2E |
| Octal | 334 | 66 | 15 | 0 | 113 | 136 | 16 | 14 | 131 | 56 |
| Binary | 11011100 | 110110 | 1101 | 0 | 1001011 | 1011110 | 1110 | 1100 | 1011001 | 101110 |
Color Harmonies of #DC360D
Complementary color
Monochromatic Colors of #DC360D
Black with #DC360D
Text Example
Text Example
White with #DC360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC360D; }
p { color: rgb(220,54,13); }
H1.HeaderClassName
{
color: #DC360D;
}
.AnyTagClassName
{
color: #DC360D;
}
</style>
background-color css
<style>
a { background-color: #DC360D; }
a { background-color: rgb(220,54,13); }
div.DivClassName
{
background-color: #DC360D;
}
.BgClassName
{
background-color: #DC360D;
}
</style>
border-color css
<style>
span { border-color: #DC360D; }
span { border-color: rgb(220,54,13); }
td.TdClassName
{
border-color: #DC360D;
}
.TagClassName
{
border-color: #DC360D;
}
</style>