Html Css Color HEX #DC390B Harley Davidson Orange
📋 copy color: '#DC390B'red 220 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #DC390B
Tints of Harley Davidson Orange #DC390B
RGB
CMYK
RGB Variations
Color information
#DC390B (or 0xDC390B) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0B. RGB value is (220,57,11). Sum of RGB (Red+Green+Blue) = 220+57+11=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390B is #23C6F4. Grayscale: #646464. Windows color (decimal): -2344693 or 735708. OLE color: 735708.
HSL color Cylindrical-coordinate representation of color #DC390B: hue angle of 13.21º 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 #DC390B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.14 |
| HSL | 13.21º | 0.9% | 0.45% | - |
| HSV(B) | 13.21º | 0.95% | 0.86% | - |
| XYZ | 31.04 | 18.17 | 2.19 | - |
| YUV | 100.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 11 | 0 | 0.74 | 0.95 | 0.14 | 13.21 | 0.9 | 0.45 |
| Hex | DC | 39 | B | 0 | 4A | 5F | E | D | 5A | 2D |
| Octal | 334 | 71 | 13 | 0 | 112 | 137 | 16 | 15 | 132 | 55 |
| Binary | 11011100 | 111001 | 1011 | 0 | 1001010 | 1011111 | 1110 | 1101 | 1011010 | 101101 |
Color Harmonies of #DC390B
Complementary color
Monochromatic Colors of #DC390B
Black with #DC390B
Text Example
Text Example
White with #DC390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC390B; }
p { color: rgb(220,57,11); }
H1.HeaderClassName
{
color: #DC390B;
}
.AnyTagClassName
{
color: #DC390B;
}
</style>
background-color css
<style>
a { background-color: #DC390B; }
a { background-color: rgb(220,57,11); }
div.DivClassName
{
background-color: #DC390B;
}
.BgClassName
{
background-color: #DC390B;
}
</style>
border-color css
<style>
span { border-color: #DC390B; }
span { border-color: rgb(220,57,11); }
td.TdClassName
{
border-color: #DC390B;
}
.TagClassName
{
border-color: #DC390B;
}
</style>