Html Css Color HEX #DC3303 Harley Davidson Orange
📋 copy color: '#DC3303'red 220 ◦ green 51 ◦ blue 3
Shades of Harley Davidson Orange #DC3303
Tints of Harley Davidson Orange #DC3303
RGB
CMYK
RGB Variations
Color information
#DC3303 (or 0xDC3303) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 03. RGB value is (220,51,3). Sum of RGB (Red+Green+Blue) = 220+51+3=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3303 is #23CCFC. Grayscale: #606060. Windows color (decimal): -2346237 or 209884. OLE color: 209884.
HSL color Cylindrical-coordinate representation of color #DC3303: hue angle of 13.27º 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 #DC3303 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.14 |
| HSL | 13.27º | 0.97% | 0.44% | - |
| HSV(B) | 13.27º | 0.99% | 0.86% | - |
| XYZ | 30.72 | 17.59 | 1.86 | - |
| YUV | 96.06 | 75.49 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 3 | 0 | 0.77 | 0.99 | 0.14 | 13.27 | 0.97 | 0.44 |
| Hex | DC | 33 | 3 | 0 | 4D | 63 | E | D | 61 | 2C |
| Octal | 334 | 63 | 3 | 0 | 115 | 143 | 16 | 15 | 141 | 54 |
| Binary | 11011100 | 110011 | 11 | 0 | 1001101 | 1100011 | 1110 | 1101 | 1100001 | 101100 |
Color Harmonies of #DC3303
Complementary color
Monochromatic Colors of #DC3303
Black with #DC3303
Text Example
Text Example
White with #DC3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3303; }
p { color: rgb(220,51,3); }
H1.HeaderClassName
{
color: #DC3303;
}
.AnyTagClassName
{
color: #DC3303;
}
</style>
background-color css
<style>
a { background-color: #DC3303; }
a { background-color: rgb(220,51,3); }
div.DivClassName
{
background-color: #DC3303;
}
.BgClassName
{
background-color: #DC3303;
}
</style>
border-color css
<style>
span { border-color: #DC3303; }
span { border-color: rgb(220,51,3); }
td.TdClassName
{
border-color: #DC3303;
}
.TagClassName
{
border-color: #DC3303;
}
</style>