Html Css Color HEX #DC3807 Harley Davidson Orange
📋 copy color: '#DC3807'red 220 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #DC3807
Tints of Harley Davidson Orange #DC3807
RGB
CMYK
RGB Variations
Color information
#DC3807 (or 0xDC3807) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 07. RGB value is (220,56,7). Sum of RGB (Red+Green+Blue) = 220+56+7=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3807 is #23C7F8. Grayscale: #636363. Windows color (decimal): -2344953 or 473308. OLE color: 473308.
HSL color Cylindrical-coordinate representation of color #DC3807: hue angle of 13.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC3807 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.14 |
| HSL | 13.8º | 0.94% | 0.45% | - |
| HSV(B) | 13.8º | 0.97% | 0.86% | - |
| XYZ | 30.97 | 18.06 | 2.05 | - |
| YUV | 99.45 | 75.83 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 7 | 0 | 0.75 | 0.97 | 0.14 | 13.8 | 0.94 | 0.45 |
| Hex | DC | 38 | 7 | 0 | 4B | 61 | E | E | 5E | 2D |
| Octal | 334 | 70 | 7 | 0 | 113 | 141 | 16 | 16 | 136 | 55 |
| Binary | 11011100 | 111000 | 111 | 0 | 1001011 | 1100001 | 1110 | 1110 | 1011110 | 101101 |
Color Harmonies of #DC3807
Complementary color
Monochromatic Colors of #DC3807
Black with #DC3807
Text Example
Text Example
White with #DC3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3807; }
p { color: rgb(220,56,7); }
H1.HeaderClassName
{
color: #DC3807;
}
.AnyTagClassName
{
color: #DC3807;
}
</style>
background-color css
<style>
a { background-color: #DC3807; }
a { background-color: rgb(220,56,7); }
div.DivClassName
{
background-color: #DC3807;
}
.BgClassName
{
background-color: #DC3807;
}
</style>
border-color css
<style>
span { border-color: #DC3807; }
span { border-color: rgb(220,56,7); }
td.TdClassName
{
border-color: #DC3807;
}
.TagClassName
{
border-color: #DC3807;
}
</style>