Html Css Color HEX #CC3520 Harley Davidson Orange
📋 copy color: '#CC3520'red 204 ◦ green 53 ◦ blue 32
Shades of Harley Davidson Orange #CC3520
Tints of Harley Davidson Orange #CC3520
RGB
CMYK
RGB Variations
Color information
#CC3520 (or 0xCC3520) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 20. RGB value is (204,53,32). Sum of RGB (Red+Green+Blue) = 204+53+32=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3520 is #33CADF. Grayscale: #5F5F5F. Windows color (decimal): -3394272 or 2110924. OLE color: 2110924.
HSL color Cylindrical-coordinate representation of color #CC3520: hue angle of 7.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3520 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.2 |
| HSL | 7.33º | 0.73% | 0.46% | - |
| HSV(B) | 7.33º | 0.84% | 0.8% | - |
| XYZ | 26.44 | 15.49 | 2.96 | - |
| YUV | 95.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 32 | 0 | 0.74 | 0.84 | 0.2 | 7.33 | 0.73 | 0.46 |
| Hex | CC | 35 | 20 | 0 | 4A | 54 | 14 | 7 | 49 | 2E |
| Octal | 314 | 65 | 40 | 0 | 112 | 124 | 24 | 7 | 111 | 56 |
| Binary | 11001100 | 110101 | 100000 | 0 | 1001010 | 1010100 | 10100 | 111 | 1001001 | 101110 |
Color Harmonies of #CC3520
Complementary color
Monochromatic Colors of #CC3520
Black with #CC3520
Text Example
Text Example
White with #CC3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3520; }
p { color: rgb(204,53,32); }
H1.HeaderClassName
{
color: #CC3520;
}
.AnyTagClassName
{
color: #CC3520;
}
</style>
background-color css
<style>
a { background-color: #CC3520; }
a { background-color: rgb(204,53,32); }
div.DivClassName
{
background-color: #CC3520;
}
.BgClassName
{
background-color: #CC3520;
}
</style>
border-color css
<style>
span { border-color: #CC3520; }
span { border-color: rgb(204,53,32); }
td.TdClassName
{
border-color: #CC3520;
}
.TagClassName
{
border-color: #CC3520;
}
</style>