Html Css Color HEX #DC2303 Harley Davidson Orange
📋 copy color: '#DC2303'red 220 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #DC2303
Tints of Harley Davidson Orange #DC2303
RGB
CMYK
RGB Variations
Color information
#DC2303 (or 0xDC2303) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 03. RGB value is (220,35,3). Sum of RGB (Red+Green+Blue) = 220+35+3=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2303 is #23DCFC. Grayscale: #565656. Windows color (decimal): -2350333 or 205788. OLE color: 205788.
HSL color Cylindrical-coordinate representation of color #DC2303: hue angle of 8.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC2303 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.14 |
| HSL | 8.85º | 0.97% | 0.44% | - |
| HSV(B) | 8.85º | 0.99% | 0.86% | - |
| XYZ | 30.13 | 16.42 | 1.67 | - |
| YUV | 86.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 3 | 0 | 0.84 | 0.99 | 0.14 | 8.85 | 0.97 | 0.44 |
| Hex | DC | 23 | 3 | 0 | 54 | 63 | E | 9 | 61 | 2C |
| Octal | 334 | 43 | 3 | 0 | 124 | 143 | 16 | 11 | 141 | 54 |
| Binary | 11011100 | 100011 | 11 | 0 | 1010100 | 1100011 | 1110 | 1001 | 1100001 | 101100 |
Color Harmonies of #DC2303
Complementary color
Monochromatic Colors of #DC2303
Black with #DC2303
Text Example
Text Example
White with #DC2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2303; }
p { color: rgb(220,35,3); }
H1.HeaderClassName
{
color: #DC2303;
}
.AnyTagClassName
{
color: #DC2303;
}
</style>
background-color css
<style>
a { background-color: #DC2303; }
a { background-color: rgb(220,35,3); }
div.DivClassName
{
background-color: #DC2303;
}
.BgClassName
{
background-color: #DC2303;
}
</style>
border-color css
<style>
span { border-color: #DC2303; }
span { border-color: rgb(220,35,3); }
td.TdClassName
{
border-color: #DC2303;
}
.TagClassName
{
border-color: #DC2303;
}
</style>