Html Css Color HEX #CC2210 Harley Davidson Orange
📋 copy color: '#CC2210'red 204 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #CC2210
Tints of Harley Davidson Orange #CC2210
RGB
CMYK
RGB Variations
Color information
#CC2210 (or 0xCC2210) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 10. RGB value is (204,34,16). Sum of RGB (Red+Green+Blue) = 204+34+16=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2210 is #33DDEF. Grayscale: #535353. Windows color (decimal): -3399152 or 1057484. OLE color: 1057484.
HSL color Cylindrical-coordinate representation of color #CC2210: hue angle of 5.74º 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 #CC2210 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.2 |
| HSL | 5.74º | 0.85% | 0.43% | - |
| HSV(B) | 5.74º | 0.92% | 0.8% | - |
| XYZ | 25.57 | 14.02 | 1.85 | - |
| YUV | 82.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 16 | 0 | 0.83 | 0.92 | 0.2 | 5.74 | 0.85 | 0.43 |
| Hex | CC | 22 | 10 | 0 | 53 | 5C | 14 | 6 | 55 | 2B |
| Octal | 314 | 42 | 20 | 0 | 123 | 134 | 24 | 6 | 125 | 53 |
| Binary | 11001100 | 100010 | 10000 | 0 | 1010011 | 1011100 | 10100 | 110 | 1010101 | 101011 |
Color Harmonies of #CC2210
Complementary color
Monochromatic Colors of #CC2210
Black with #CC2210
Text Example
Text Example
White with #CC2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2210; }
p { color: rgb(204,34,16); }
H1.HeaderClassName
{
color: #CC2210;
}
.AnyTagClassName
{
color: #CC2210;
}
</style>
background-color css
<style>
a { background-color: #CC2210; }
a { background-color: rgb(204,34,16); }
div.DivClassName
{
background-color: #CC2210;
}
.BgClassName
{
background-color: #CC2210;
}
</style>
border-color css
<style>
span { border-color: #CC2210; }
span { border-color: rgb(204,34,16); }
td.TdClassName
{
border-color: #CC2210;
}
.TagClassName
{
border-color: #CC2210;
}
</style>