Html Css Color HEX #CC3120 Harley Davidson Orange
📋 copy color: '#CC3120'red 204 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #CC3120
Tints of Harley Davidson Orange #CC3120
RGB
CMYK
RGB Variations
Color information
#CC3120 (or 0xCC3120) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 20. RGB value is (204,49,32). Sum of RGB (Red+Green+Blue) = 204+49+32=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3120 is #33CEDF. Grayscale: #5D5D5D. Windows color (decimal): -3395296 or 2109900. OLE color: 2109900.
HSL color Cylindrical-coordinate representation of color #CC3120: hue angle of 5.93º 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 #CC3120 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.2 |
| HSL | 5.93º | 0.73% | 0.46% | - |
| HSV(B) | 5.93º | 0.84% | 0.8% | - |
| XYZ | 26.26 | 15.14 | 2.9 | - |
| YUV | 93.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 32 | 0 | 0.76 | 0.84 | 0.2 | 5.93 | 0.73 | 0.46 |
| Hex | CC | 31 | 20 | 0 | 4C | 54 | 14 | 6 | 49 | 2E |
| Octal | 314 | 61 | 40 | 0 | 114 | 124 | 24 | 6 | 111 | 56 |
| Binary | 11001100 | 110001 | 100000 | 0 | 1001100 | 1010100 | 10100 | 110 | 1001001 | 101110 |
Color Harmonies of #CC3120
Complementary color
Monochromatic Colors of #CC3120
Black with #CC3120
Text Example
Text Example
White with #CC3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3120; }
p { color: rgb(204,49,32); }
H1.HeaderClassName
{
color: #CC3120;
}
.AnyTagClassName
{
color: #CC3120;
}
</style>
background-color css
<style>
a { background-color: #CC3120; }
a { background-color: rgb(204,49,32); }
div.DivClassName
{
background-color: #CC3120;
}
.BgClassName
{
background-color: #CC3120;
}
</style>
border-color css
<style>
span { border-color: #CC3120; }
span { border-color: rgb(204,49,32); }
td.TdClassName
{
border-color: #CC3120;
}
.TagClassName
{
border-color: #CC3120;
}
</style>