Html Css Color HEX #DC3000 Harley Davidson Orange
📋 copy color: '#DC3000'red 220 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #DC3000
Tints of Harley Davidson Orange #DC3000
RGB
CMYK
RGB Variations
Color information
#DC3000 (or 0xDC3000) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 00. RGB value is (220,48,0). Sum of RGB (Red+Green+Blue) = 220+48+0=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3000 is #23CFFF. Grayscale: #5E5E5E. Windows color (decimal): -2347008 or 12508. OLE color: 12508.
HSL color Cylindrical-coordinate representation of color #DC3000: hue angle of 13.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC3000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.14 |
| HSL | 13.09º | 1% | 0.43% | - |
| HSV(B) | 13.09º | 1% | 0.86% | - |
| XYZ | 30.57 | 17.33 | 1.73 | - |
| YUV | 93.96 | 74.98 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 0 | 0 | 0.78 | 1 | 0.14 | 13.09 | 1 | 0.43 |
| Hex | DC | 30 | 0 | 0 | 4E | 64 | E | D | 64 | 2B |
| Octal | 334 | 60 | 0 | 0 | 116 | 144 | 16 | 15 | 144 | 53 |
| Binary | 11011100 | 110000 | 0 | 0 | 1001110 | 1100100 | 1110 | 1101 | 1100100 | 101011 |
Color Harmonies of #DC3000
Complementary color
Monochromatic Colors of #DC3000
Black with #DC3000
Text Example
Text Example
White with #DC3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3000; }
p { color: rgb(220,48,0); }
H1.HeaderClassName
{
color: #DC3000;
}
.AnyTagClassName
{
color: #DC3000;
}
</style>
background-color css
<style>
a { background-color: #DC3000; }
a { background-color: rgb(220,48,0); }
div.DivClassName
{
background-color: #DC3000;
}
.BgClassName
{
background-color: #DC3000;
}
</style>
border-color css
<style>
span { border-color: #DC3000; }
span { border-color: rgb(220,48,0); }
td.TdClassName
{
border-color: #DC3000;
}
.TagClassName
{
border-color: #DC3000;
}
</style>