Html Css Color HEX #CC2516 Harley Davidson Orange
📋 copy color: '#CC2516'red 204 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #CC2516
Tints of Harley Davidson Orange #CC2516
RGB
CMYK
RGB Variations
Color information
#CC2516 (or 0xCC2516) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 16. RGB value is (204,37,22). Sum of RGB (Red+Green+Blue) = 204+37+22=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2516 is #33DAE9. Grayscale: #555555. Windows color (decimal): -3398378 or 1451468. OLE color: 1451468.
HSL color Cylindrical-coordinate representation of color #CC2516: hue angle of 4.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC2516 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.2 |
| HSL | 4.95º | 0.81% | 0.44% | - |
| HSV(B) | 4.95º | 0.89% | 0.8% | - |
| XYZ | 25.71 | 14.22 | 2.15 | - |
| YUV | 85.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 22 | 0 | 0.82 | 0.89 | 0.2 | 4.95 | 0.81 | 0.44 |
| Hex | CC | 25 | 16 | 0 | 52 | 59 | 14 | 5 | 51 | 2C |
| Octal | 314 | 45 | 26 | 0 | 122 | 131 | 24 | 5 | 121 | 54 |
| Binary | 11001100 | 100101 | 10110 | 0 | 1010010 | 1011001 | 10100 | 101 | 1010001 | 101100 |
Color Harmonies of #CC2516
Complementary color
Monochromatic Colors of #CC2516
Black with #CC2516
Text Example
Text Example
White with #CC2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2516; }
p { color: rgb(204,37,22); }
H1.HeaderClassName
{
color: #CC2516;
}
.AnyTagClassName
{
color: #CC2516;
}
</style>
background-color css
<style>
a { background-color: #CC2516; }
a { background-color: rgb(204,37,22); }
div.DivClassName
{
background-color: #CC2516;
}
.BgClassName
{
background-color: #CC2516;
}
</style>
border-color css
<style>
span { border-color: #CC2516; }
span { border-color: rgb(204,37,22); }
td.TdClassName
{
border-color: #CC2516;
}
.TagClassName
{
border-color: #CC2516;
}
</style>