Html Css Color HEX #CC2915 Harley Davidson Orange
📋 copy color: '#CC2915'red 204 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #CC2915
Tints of Harley Davidson Orange #CC2915
RGB
CMYK
RGB Variations
Color information
#CC2915 (or 0xCC2915) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 15. RGB value is (204,41,21). Sum of RGB (Red+Green+Blue) = 204+41+21=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2915 is #33D6EA. Grayscale: #575757. Windows color (decimal): -3397355 or 1386956. OLE color: 1386956.
HSL color Cylindrical-coordinate representation of color #CC2915: hue angle of 6.56º 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 #CC2915 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.2 |
| HSL | 6.56º | 0.81% | 0.44% | - |
| HSV(B) | 6.56º | 0.9% | 0.8% | - |
| XYZ | 25.83 | 14.48 | 2.14 | - |
| YUV | 87.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 21 | 0 | 0.80 | 0.90 | 0.2 | 6.56 | 0.81 | 0.44 |
| Hex | CC | 29 | 15 | 0 | 50 | 5A | 14 | 7 | 51 | 2C |
| Octal | 314 | 51 | 25 | 0 | 120 | 132 | 24 | 7 | 121 | 54 |
| Binary | 11001100 | 101001 | 10101 | 0 | 1010000 | 1011010 | 10100 | 111 | 1010001 | 101100 |
Color Harmonies of #CC2915
Complementary color
Monochromatic Colors of #CC2915
Black with #CC2915
Text Example
Text Example
White with #CC2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2915; }
p { color: rgb(204,41,21); }
H1.HeaderClassName
{
color: #CC2915;
}
.AnyTagClassName
{
color: #CC2915;
}
</style>
background-color css
<style>
a { background-color: #CC2915; }
a { background-color: rgb(204,41,21); }
div.DivClassName
{
background-color: #CC2915;
}
.BgClassName
{
background-color: #CC2915;
}
</style>
border-color css
<style>
span { border-color: #CC2915; }
span { border-color: rgb(204,41,21); }
td.TdClassName
{
border-color: #CC2915;
}
.TagClassName
{
border-color: #CC2915;
}
</style>