Html Css Color HEX #CC2E15 Harley Davidson Orange
📋 copy color: '#CC2E15'red 204 ◦ green 46 ◦ blue 21
Shades of Harley Davidson Orange #CC2E15
Tints of Harley Davidson Orange #CC2E15
RGB
CMYK
RGB Variations
Color information
#CC2E15 (or 0xCC2E15) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 15. RGB value is (204,46,21). Sum of RGB (Red+Green+Blue) = 204+46+21=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E15 is #33D1EA. Grayscale: #5A5A5A. Windows color (decimal): -3396075 or 1388236. OLE color: 1388236.
HSL color Cylindrical-coordinate representation of color #CC2E15: hue angle of 8.2º 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 #CC2E15 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.2 |
| HSL | 8.2º | 0.81% | 0.44% | - |
| HSV(B) | 8.2º | 0.9% | 0.8% | - |
| XYZ | 26.01 | 14.85 | 2.2 | - |
| YUV | 90.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 21 | 0 | 0.77 | 0.90 | 0.2 | 8.2 | 0.81 | 0.44 |
| Hex | CC | 2E | 15 | 0 | 4D | 5A | 14 | 8 | 51 | 2C |
| Octal | 314 | 56 | 25 | 0 | 115 | 132 | 24 | 10 | 121 | 54 |
| Binary | 11001100 | 101110 | 10101 | 0 | 1001101 | 1011010 | 10100 | 1000 | 1010001 | 101100 |
Color Harmonies of #CC2E15
Complementary color
Monochromatic Colors of #CC2E15
Black with #CC2E15
Text Example
Text Example
White with #CC2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E15; }
p { color: rgb(204,46,21); }
H1.HeaderClassName
{
color: #CC2E15;
}
.AnyTagClassName
{
color: #CC2E15;
}
</style>
background-color css
<style>
a { background-color: #CC2E15; }
a { background-color: rgb(204,46,21); }
div.DivClassName
{
background-color: #CC2E15;
}
.BgClassName
{
background-color: #CC2E15;
}
</style>
border-color css
<style>
span { border-color: #CC2E15; }
span { border-color: rgb(204,46,21); }
td.TdClassName
{
border-color: #CC2E15;
}
.TagClassName
{
border-color: #CC2E15;
}
</style>