Html Css Color HEX #CC2215 Harley Davidson Orange
📋 copy color: '#CC2215'red 204 ◦ green 34 ◦ blue 21
Shades of Harley Davidson Orange #CC2215
Tints of Harley Davidson Orange #CC2215
RGB
CMYK
RGB Variations
Color information
#CC2215 (or 0xCC2215) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 15. RGB value is (204,34,21). Sum of RGB (Red+Green+Blue) = 204+34+21=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2215 is #33DDEA. Grayscale: #535353. Windows color (decimal): -3399147 or 1385164. OLE color: 1385164.
HSL color Cylindrical-coordinate representation of color #CC2215: hue angle of 4.26º 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 #CC2215 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.2 |
| HSL | 4.26º | 0.81% | 0.44% | - |
| HSV(B) | 4.26º | 0.9% | 0.8% | - |
| XYZ | 25.61 | 14.04 | 2.07 | - |
| YUV | 83.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 21 | 0 | 0.83 | 0.90 | 0.2 | 4.26 | 0.81 | 0.44 |
| Hex | CC | 22 | 15 | 0 | 53 | 5A | 14 | 4 | 51 | 2C |
| Octal | 314 | 42 | 25 | 0 | 123 | 132 | 24 | 4 | 121 | 54 |
| Binary | 11001100 | 100010 | 10101 | 0 | 1010011 | 1011010 | 10100 | 100 | 1010001 | 101100 |
Color Harmonies of #CC2215
Complementary color
Monochromatic Colors of #CC2215
Black with #CC2215
Text Example
Text Example
White with #CC2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2215; }
p { color: rgb(204,34,21); }
H1.HeaderClassName
{
color: #CC2215;
}
.AnyTagClassName
{
color: #CC2215;
}
</style>
background-color css
<style>
a { background-color: #CC2215; }
a { background-color: rgb(204,34,21); }
div.DivClassName
{
background-color: #CC2215;
}
.BgClassName
{
background-color: #CC2215;
}
</style>
border-color css
<style>
span { border-color: #CC2215; }
span { border-color: rgb(204,34,21); }
td.TdClassName
{
border-color: #CC2215;
}
.TagClassName
{
border-color: #CC2215;
}
</style>