Html Css Color HEX #CC2815 Harley Davidson Orange
📋 copy color: '#CC2815'red 204 ◦ green 40 ◦ blue 21
Shades of Harley Davidson Orange #CC2815
Tints of Harley Davidson Orange #CC2815
RGB
CMYK
RGB Variations
Color information
#CC2815 (or 0xCC2815) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 15. RGB value is (204,40,21). Sum of RGB (Red+Green+Blue) = 204+40+21=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2815 is #33D7EA. Grayscale: #575757. Windows color (decimal): -3397611 or 1386700. OLE color: 1386700.
HSL color Cylindrical-coordinate representation of color #CC2815: hue angle of 6.23º 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 #CC2815 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.2 |
| HSL | 6.23º | 0.81% | 0.44% | - |
| HSV(B) | 6.23º | 0.9% | 0.8% | - |
| XYZ | 25.8 | 14.41 | 2.13 | - |
| YUV | 86.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 21 | 0 | 0.80 | 0.90 | 0.2 | 6.23 | 0.81 | 0.44 |
| Hex | CC | 28 | 15 | 0 | 50 | 5A | 14 | 6 | 51 | 2C |
| Octal | 314 | 50 | 25 | 0 | 120 | 132 | 24 | 6 | 121 | 54 |
| Binary | 11001100 | 101000 | 10101 | 0 | 1010000 | 1011010 | 10100 | 110 | 1010001 | 101100 |
Color Harmonies of #CC2815
Complementary color
Monochromatic Colors of #CC2815
Black with #CC2815
Text Example
Text Example
White with #CC2815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2815; }
p { color: rgb(204,40,21); }
H1.HeaderClassName
{
color: #CC2815;
}
.AnyTagClassName
{
color: #CC2815;
}
</style>
background-color css
<style>
a { background-color: #CC2815; }
a { background-color: rgb(204,40,21); }
div.DivClassName
{
background-color: #CC2815;
}
.BgClassName
{
background-color: #CC2815;
}
</style>
border-color css
<style>
span { border-color: #CC2815; }
span { border-color: rgb(204,40,21); }
td.TdClassName
{
border-color: #CC2815;
}
.TagClassName
{
border-color: #CC2815;
}
</style>