Html Css Color HEX #DC3007 Harley Davidson Orange
📋 copy color: '#DC3007'red 220 ◦ green 48 ◦ blue 7
Shades of Harley Davidson Orange #DC3007
Tints of Harley Davidson Orange #DC3007
RGB
CMYK
RGB Variations
Color information
#DC3007 (or 0xDC3007) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 07. RGB value is (220,48,7). Sum of RGB (Red+Green+Blue) = 220+48+7=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3007 is #23CFF8. Grayscale: #5F5F5F. Windows color (decimal): -2347001 or 471260. OLE color: 471260.
HSL color Cylindrical-coordinate representation of color #DC3007: hue angle of 11.55º 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 #DC3007 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 7 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.14 |
| HSL | 11.55º | 0.94% | 0.45% | - |
| HSV(B) | 11.55º | 0.97% | 0.86% | - |
| XYZ | 30.61 | 17.34 | 1.94 | - |
| YUV | 94.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 7 | 0 | 0.78 | 0.97 | 0.14 | 11.55 | 0.94 | 0.45 |
| Hex | DC | 30 | 7 | 0 | 4E | 61 | E | C | 5E | 2D |
| Octal | 334 | 60 | 7 | 0 | 116 | 141 | 16 | 14 | 136 | 55 |
| Binary | 11011100 | 110000 | 111 | 0 | 1001110 | 1100001 | 1110 | 1100 | 1011110 | 101101 |
Color Harmonies of #DC3007
Complementary color
Monochromatic Colors of #DC3007
Black with #DC3007
Text Example
Text Example
White with #DC3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3007; }
p { color: rgb(220,48,7); }
H1.HeaderClassName
{
color: #DC3007;
}
.AnyTagClassName
{
color: #DC3007;
}
</style>
background-color css
<style>
a { background-color: #DC3007; }
a { background-color: rgb(220,48,7); }
div.DivClassName
{
background-color: #DC3007;
}
.BgClassName
{
background-color: #DC3007;
}
</style>
border-color css
<style>
span { border-color: #DC3007; }
span { border-color: rgb(220,48,7); }
td.TdClassName
{
border-color: #DC3007;
}
.TagClassName
{
border-color: #DC3007;
}
</style>