Html Css Color HEX #DC2300 Harley Davidson Orange
📋 copy color: '#DC2300'red 220 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #DC2300
Tints of Harley Davidson Orange #DC2300
RGB
CMYK
RGB Variations
Color information
#DC2300 (or 0xDC2300) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 00. RGB value is (220,35,0). Sum of RGB (Red+Green+Blue) = 220+35+0=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2300 is #23DCFF. Grayscale: #565656. Windows color (decimal): -2350336 or 9180. OLE color: 9180.
HSL color Cylindrical-coordinate representation of color #DC2300: hue angle of 9.55º 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 #DC2300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.14 |
| HSL | 9.55º | 1% | 0.43% | - |
| HSV(B) | 9.55º | 1% | 0.86% | - |
| XYZ | 30.12 | 16.42 | 1.58 | - |
| YUV | 86.33 | 79.29 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 0 | 0 | 0.84 | 1 | 0.14 | 9.55 | 1 | 0.43 |
| Hex | DC | 23 | 0 | 0 | 54 | 64 | E | A | 64 | 2B |
| Octal | 334 | 43 | 0 | 0 | 124 | 144 | 16 | 12 | 144 | 53 |
| Binary | 11011100 | 100011 | 0 | 0 | 1010100 | 1100100 | 1110 | 1010 | 1100100 | 101011 |
Color Harmonies of #DC2300
Complementary color
Monochromatic Colors of #DC2300
Black with #DC2300
Text Example
Text Example
White with #DC2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2300; }
p { color: rgb(220,35,0); }
H1.HeaderClassName
{
color: #DC2300;
}
.AnyTagClassName
{
color: #DC2300;
}
</style>
background-color css
<style>
a { background-color: #DC2300; }
a { background-color: rgb(220,35,0); }
div.DivClassName
{
background-color: #DC2300;
}
.BgClassName
{
background-color: #DC2300;
}
</style>
border-color css
<style>
span { border-color: #DC2300; }
span { border-color: rgb(220,35,0); }
td.TdClassName
{
border-color: #DC2300;
}
.TagClassName
{
border-color: #DC2300;
}
</style>