Html Css Color HEX #CC3110 Harley Davidson Orange
📋 copy color: '#CC3110'red 204 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #CC3110
Tints of Harley Davidson Orange #CC3110
RGB
CMYK
RGB Variations
Color information
#CC3110 (or 0xCC3110) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 10. RGB value is (204,49,16). Sum of RGB (Red+Green+Blue) = 204+49+16=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3110 is #33CEEF. Grayscale: #5B5B5B. Windows color (decimal): -3395312 or 1061324. OLE color: 1061324.
HSL color Cylindrical-coordinate representation of color #CC3110: hue angle of 10.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3110 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.2 |
| HSL | 10.53º | 0.85% | 0.43% | - |
| HSV(B) | 10.53º | 0.92% | 0.8% | - |
| XYZ | 26.09 | 15.07 | 2.02 | - |
| YUV | 91.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 16 | 0 | 0.76 | 0.92 | 0.2 | 10.53 | 0.85 | 0.43 |
| Hex | CC | 31 | 10 | 0 | 4C | 5C | 14 | B | 55 | 2B |
| Octal | 314 | 61 | 20 | 0 | 114 | 134 | 24 | 13 | 125 | 53 |
| Binary | 11001100 | 110001 | 10000 | 0 | 1001100 | 1011100 | 10100 | 1011 | 1010101 | 101011 |
Color Harmonies of #CC3110
Complementary color
Monochromatic Colors of #CC3110
Black with #CC3110
Text Example
Text Example
White with #CC3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3110; }
p { color: rgb(204,49,16); }
H1.HeaderClassName
{
color: #CC3110;
}
.AnyTagClassName
{
color: #CC3110;
}
</style>
background-color css
<style>
a { background-color: #CC3110; }
a { background-color: rgb(204,49,16); }
div.DivClassName
{
background-color: #CC3110;
}
.BgClassName
{
background-color: #CC3110;
}
</style>
border-color css
<style>
span { border-color: #CC3110; }
span { border-color: rgb(204,49,16); }
td.TdClassName
{
border-color: #CC3110;
}
.TagClassName
{
border-color: #CC3110;
}
</style>