Html Css Color HEX #DC380B Harley Davidson Orange
📋 copy color: '#DC380B'red 220 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #DC380B
Tints of Harley Davidson Orange #DC380B
RGB
CMYK
RGB Variations
Color information
#DC380B (or 0xDC380B) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 0B. RGB value is (220,56,11). Sum of RGB (Red+Green+Blue) = 220+56+11=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC380B is #23C7F4. Grayscale: #646464. Windows color (decimal): -2344949 or 735452. OLE color: 735452.
HSL color Cylindrical-coordinate representation of color #DC380B: hue angle of 12.92º 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 #DC380B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.14 |
| HSL | 12.92º | 0.9% | 0.45% | - |
| HSV(B) | 12.92º | 0.95% | 0.86% | - |
| XYZ | 30.99 | 18.07 | 2.17 | - |
| YUV | 99.91 | 77.83 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 11 | 0 | 0.75 | 0.95 | 0.14 | 12.92 | 0.9 | 0.45 |
| Hex | DC | 38 | B | 0 | 4B | 5F | E | D | 5A | 2D |
| Octal | 334 | 70 | 13 | 0 | 113 | 137 | 16 | 15 | 132 | 55 |
| Binary | 11011100 | 111000 | 1011 | 0 | 1001011 | 1011111 | 1110 | 1101 | 1011010 | 101101 |
Color Harmonies of #DC380B
Complementary color
Monochromatic Colors of #DC380B
Black with #DC380B
Text Example
Text Example
White with #DC380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC380B; }
p { color: rgb(220,56,11); }
H1.HeaderClassName
{
color: #DC380B;
}
.AnyTagClassName
{
color: #DC380B;
}
</style>
background-color css
<style>
a { background-color: #DC380B; }
a { background-color: rgb(220,56,11); }
div.DivClassName
{
background-color: #DC380B;
}
.BgClassName
{
background-color: #DC380B;
}
</style>
border-color css
<style>
span { border-color: #DC380B; }
span { border-color: rgb(220,56,11); }
td.TdClassName
{
border-color: #DC380B;
}
.TagClassName
{
border-color: #DC380B;
}
</style>