Html Css Color HEX #CC2615 Harley Davidson Orange
📋 copy color: '#CC2615'red 204 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #CC2615
Tints of Harley Davidson Orange #CC2615
RGB
CMYK
RGB Variations
Color information
#CC2615 (or 0xCC2615) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 15. RGB value is (204,38,21). Sum of RGB (Red+Green+Blue) = 204+38+21=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2615 is #33D9EA. Grayscale: #555555. Windows color (decimal): -3398123 or 1386188. OLE color: 1386188.
HSL color Cylindrical-coordinate representation of color #CC2615: hue angle of 5.57º 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 #CC2615 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.2 |
| HSL | 5.57º | 0.81% | 0.44% | - |
| HSV(B) | 5.57º | 0.9% | 0.8% | - |
| XYZ | 25.73 | 14.28 | 2.11 | - |
| YUV | 85.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 21 | 0 | 0.81 | 0.90 | 0.2 | 5.57 | 0.81 | 0.44 |
| Hex | CC | 26 | 15 | 0 | 51 | 5A | 14 | 6 | 51 | 2C |
| Octal | 314 | 46 | 25 | 0 | 121 | 132 | 24 | 6 | 121 | 54 |
| Binary | 11001100 | 100110 | 10101 | 0 | 1010001 | 1011010 | 10100 | 110 | 1010001 | 101100 |
Color Harmonies of #CC2615
Complementary color
Monochromatic Colors of #CC2615
Black with #CC2615
Text Example
Text Example
White with #CC2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2615; }
p { color: rgb(204,38,21); }
H1.HeaderClassName
{
color: #CC2615;
}
.AnyTagClassName
{
color: #CC2615;
}
</style>
background-color css
<style>
a { background-color: #CC2615; }
a { background-color: rgb(204,38,21); }
div.DivClassName
{
background-color: #CC2615;
}
.BgClassName
{
background-color: #CC2615;
}
</style>
border-color css
<style>
span { border-color: #CC2615; }
span { border-color: rgb(204,38,21); }
td.TdClassName
{
border-color: #CC2615;
}
.TagClassName
{
border-color: #CC2615;
}
</style>