Html Css Color HEX #DC3F0B Harley Davidson Orange
📋 copy color: '#DC3F0B'red 220 ◦ green 63 ◦ blue 11
Shades of Harley Davidson Orange #DC3F0B
Tints of Harley Davidson Orange #DC3F0B
RGB
CMYK
RGB Variations
Color information
#DC3F0B (or 0xDC3F0B) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 0B. RGB value is (220,63,11). Sum of RGB (Red+Green+Blue) = 220+63+11=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F0B is #23C0F4. Grayscale: #686868. Windows color (decimal): -2343157 or 737244. OLE color: 737244.
HSL color Cylindrical-coordinate representation of color #DC3F0B: hue angle of 14.93º 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 #DC3F0B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.14 |
| HSL | 14.93º | 0.9% | 0.45% | - |
| HSV(B) | 14.93º | 0.95% | 0.86% | - |
| XYZ | 31.35 | 18.79 | 2.29 | - |
| YUV | 104.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 11 | 0 | 0.71 | 0.95 | 0.14 | 14.93 | 0.9 | 0.45 |
| Hex | DC | 3F | B | 0 | 47 | 5F | E | F | 5A | 2D |
| Octal | 334 | 77 | 13 | 0 | 107 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011100 | 111111 | 1011 | 0 | 1000111 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DC3F0B
Complementary color
Monochromatic Colors of #DC3F0B
Black with #DC3F0B
Text Example
Text Example
White with #DC3F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F0B; }
p { color: rgb(220,63,11); }
H1.HeaderClassName
{
color: #DC3F0B;
}
.AnyTagClassName
{
color: #DC3F0B;
}
</style>
background-color css
<style>
a { background-color: #DC3F0B; }
a { background-color: rgb(220,63,11); }
div.DivClassName
{
background-color: #DC3F0B;
}
.BgClassName
{
background-color: #DC3F0B;
}
</style>
border-color css
<style>
span { border-color: #DC3F0B; }
span { border-color: rgb(220,63,11); }
td.TdClassName
{
border-color: #DC3F0B;
}
.TagClassName
{
border-color: #DC3F0B;
}
</style>