Html Css Color HEX #CC3115 Harley Davidson Orange
📋 copy color: '#CC3115'red 204 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #CC3115
Tints of Harley Davidson Orange #CC3115
RGB
CMYK
RGB Variations
Color information
#CC3115 (or 0xCC3115) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 15. RGB value is (204,49,21). Sum of RGB (Red+Green+Blue) = 204+49+21=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3115 is #33CEEA. Grayscale: #5C5C5C. Windows color (decimal): -3395307 or 1389004. OLE color: 1389004.
HSL color Cylindrical-coordinate representation of color #CC3115: hue angle of 9.18º 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 #CC3115 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.2 |
| HSL | 9.18º | 0.81% | 0.44% | - |
| HSV(B) | 9.18º | 0.9% | 0.8% | - |
| XYZ | 26.14 | 15.09 | 2.24 | - |
| YUV | 92.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 21 | 0 | 0.76 | 0.90 | 0.2 | 9.18 | 0.81 | 0.44 |
| Hex | CC | 31 | 15 | 0 | 4C | 5A | 14 | 9 | 51 | 2C |
| Octal | 314 | 61 | 25 | 0 | 114 | 132 | 24 | 11 | 121 | 54 |
| Binary | 11001100 | 110001 | 10101 | 0 | 1001100 | 1011010 | 10100 | 1001 | 1010001 | 101100 |
Color Harmonies of #CC3115
Complementary color
Monochromatic Colors of #CC3115
Black with #CC3115
Text Example
Text Example
White with #CC3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3115; }
p { color: rgb(204,49,21); }
H1.HeaderClassName
{
color: #CC3115;
}
.AnyTagClassName
{
color: #CC3115;
}
</style>
background-color css
<style>
a { background-color: #CC3115; }
a { background-color: rgb(204,49,21); }
div.DivClassName
{
background-color: #CC3115;
}
.BgClassName
{
background-color: #CC3115;
}
</style>
border-color css
<style>
span { border-color: #CC3115; }
span { border-color: rgb(204,49,21); }
td.TdClassName
{
border-color: #CC3115;
}
.TagClassName
{
border-color: #CC3115;
}
</style>