Html Css Color HEX #CC2115 Harley Davidson Orange
📋 copy color: '#CC2115'red 204 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #CC2115
Tints of Harley Davidson Orange #CC2115
RGB
CMYK
RGB Variations
Color information
#CC2115 (or 0xCC2115) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 15. RGB value is (204,33,21). Sum of RGB (Red+Green+Blue) = 204+33+21=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2115 is #33DEEA. Grayscale: #525252. Windows color (decimal): -3399403 or 1384908. OLE color: 1384908.
HSL color Cylindrical-coordinate representation of color #CC2115: hue angle of 3.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC2115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.2 |
| HSL | 3.93º | 0.81% | 0.44% | - |
| HSV(B) | 3.93º | 0.9% | 0.8% | - |
| XYZ | 25.58 | 13.98 | 2.06 | - |
| YUV | 82.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 21 | 0 | 0.84 | 0.90 | 0.2 | 3.93 | 0.81 | 0.44 |
| Hex | CC | 21 | 15 | 0 | 54 | 5A | 14 | 4 | 51 | 2C |
| Octal | 314 | 41 | 25 | 0 | 124 | 132 | 24 | 4 | 121 | 54 |
| Binary | 11001100 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10100 | 100 | 1010001 | 101100 |
Color Harmonies of #CC2115
Complementary color
Monochromatic Colors of #CC2115
Black with #CC2115
Text Example
Text Example
White with #CC2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2115; }
p { color: rgb(204,33,21); }
H1.HeaderClassName
{
color: #CC2115;
}
.AnyTagClassName
{
color: #CC2115;
}
</style>
background-color css
<style>
a { background-color: #CC2115; }
a { background-color: rgb(204,33,21); }
div.DivClassName
{
background-color: #CC2115;
}
.BgClassName
{
background-color: #CC2115;
}
</style>
border-color css
<style>
span { border-color: #CC2115; }
span { border-color: rgb(204,33,21); }
td.TdClassName
{
border-color: #CC2115;
}
.TagClassName
{
border-color: #CC2115;
}
</style>