Html Css Color HEX #CC2C15 Harley Davidson Orange
📋 copy color: '#CC2C15'red 204 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #CC2C15
Tints of Harley Davidson Orange #CC2C15
RGB
CMYK
RGB Variations
Color information
#CC2C15 (or 0xCC2C15) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 15. RGB value is (204,44,21). Sum of RGB (Red+Green+Blue) = 204+44+21=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C15 is #33D3EA. Grayscale: #595959. Windows color (decimal): -3396587 or 1387724. OLE color: 1387724.
HSL color Cylindrical-coordinate representation of color #CC2C15: hue angle of 7.54º 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 #CC2C15 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.2 |
| HSL | 7.54º | 0.81% | 0.44% | - |
| HSV(B) | 7.54º | 0.9% | 0.8% | - |
| XYZ | 25.94 | 14.69 | 2.18 | - |
| YUV | 89.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 21 | 0 | 0.78 | 0.90 | 0.2 | 7.54 | 0.81 | 0.44 |
| Hex | CC | 2C | 15 | 0 | 4E | 5A | 14 | 8 | 51 | 2C |
| Octal | 314 | 54 | 25 | 0 | 116 | 132 | 24 | 10 | 121 | 54 |
| Binary | 11001100 | 101100 | 10101 | 0 | 1001110 | 1011010 | 10100 | 1000 | 1010001 | 101100 |
Color Harmonies of #CC2C15
Complementary color
Monochromatic Colors of #CC2C15
Black with #CC2C15
Text Example
Text Example
White with #CC2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C15; }
p { color: rgb(204,44,21); }
H1.HeaderClassName
{
color: #CC2C15;
}
.AnyTagClassName
{
color: #CC2C15;
}
</style>
background-color css
<style>
a { background-color: #CC2C15; }
a { background-color: rgb(204,44,21); }
div.DivClassName
{
background-color: #CC2C15;
}
.BgClassName
{
background-color: #CC2C15;
}
</style>
border-color css
<style>
span { border-color: #CC2C15; }
span { border-color: rgb(204,44,21); }
td.TdClassName
{
border-color: #CC2C15;
}
.TagClassName
{
border-color: #CC2C15;
}
</style>