Html Css Color HEX #CC2112 Harley Davidson Orange
📋 copy color: '#CC2112'red 204 ◦ green 33 ◦ blue 18
Shades of Harley Davidson Orange #CC2112
Tints of Harley Davidson Orange #CC2112
RGB
CMYK
RGB Variations
Color information
#CC2112 (or 0xCC2112) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 12. RGB value is (204,33,18). Sum of RGB (Red+Green+Blue) = 204+33+18=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2112 is #33DEED. Grayscale: #525252. Windows color (decimal): -3399406 or 1188300. OLE color: 1188300.
HSL color Cylindrical-coordinate representation of color #CC2112: hue angle of 4.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2112 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 18 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.2 |
| HSL | 4.84º | 0.84% | 0.44% | - |
| HSV(B) | 4.84º | 0.91% | 0.8% | - |
| XYZ | 25.55 | 13.97 | 1.92 | - |
| YUV | 82.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 18 | 0 | 0.84 | 0.91 | 0.2 | 4.84 | 0.84 | 0.44 |
| Hex | CC | 21 | 12 | 0 | 54 | 5B | 14 | 5 | 54 | 2C |
| Octal | 314 | 41 | 22 | 0 | 124 | 133 | 24 | 5 | 124 | 54 |
| Binary | 11001100 | 100001 | 10010 | 0 | 1010100 | 1011011 | 10100 | 101 | 1010100 | 101100 |
Color Harmonies of #CC2112
Complementary color
Monochromatic Colors of #CC2112
Black with #CC2112
Text Example
Text Example
White with #CC2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2112; }
p { color: rgb(204,33,18); }
H1.HeaderClassName
{
color: #CC2112;
}
.AnyTagClassName
{
color: #CC2112;
}
</style>
background-color css
<style>
a { background-color: #CC2112; }
a { background-color: rgb(204,33,18); }
div.DivClassName
{
background-color: #CC2112;
}
.BgClassName
{
background-color: #CC2112;
}
</style>
border-color css
<style>
span { border-color: #CC2112; }
span { border-color: rgb(204,33,18); }
td.TdClassName
{
border-color: #CC2112;
}
.TagClassName
{
border-color: #CC2112;
}
</style>