Html Css Color HEX #DC360B Harley Davidson Orange
📋 copy color: '#DC360B'red 220 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #DC360B
Tints of Harley Davidson Orange #DC360B
RGB
CMYK
RGB Variations
Color information
#DC360B (or 0xDC360B) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 0B. RGB value is (220,54,11). Sum of RGB (Red+Green+Blue) = 220+54+11=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC360B is #23C9F4. Grayscale: #636363. Windows color (decimal): -2345461 or 734940. OLE color: 734940.
HSL color Cylindrical-coordinate representation of color #DC360B: hue angle of 12.34º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.14 |
| HSL | 12.34º | 0.9% | 0.45% | - |
| HSV(B) | 12.34º | 0.95% | 0.86% | - |
| XYZ | 30.89 | 17.88 | 2.14 | - |
| YUV | 98.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 11 | 0 | 0.75 | 0.95 | 0.14 | 12.34 | 0.9 | 0.45 |
| Hex | DC | 36 | B | 0 | 4B | 5F | E | C | 5A | 2D |
| Octal | 334 | 66 | 13 | 0 | 113 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011100 | 110110 | 1011 | 0 | 1001011 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DC360B
Complementary color
Monochromatic Colors of #DC360B
Black with #DC360B
Text Example
Text Example
White with #DC360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC360B; }
p { color: rgb(220,54,11); }
H1.HeaderClassName
{
color: #DC360B;
}
.AnyTagClassName
{
color: #DC360B;
}
</style>
background-color css
<style>
a { background-color: #DC360B; }
a { background-color: rgb(220,54,11); }
div.DivClassName
{
background-color: #DC360B;
}
.BgClassName
{
background-color: #DC360B;
}
</style>
border-color css
<style>
span { border-color: #DC360B; }
span { border-color: rgb(220,54,11); }
td.TdClassName
{
border-color: #DC360B;
}
.TagClassName
{
border-color: #DC360B;
}
</style>