Html Css Color HEX #CC2113 Harley Davidson Orange
📋 copy color: '#CC2113'red 204 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #CC2113
Tints of Harley Davidson Orange #CC2113
RGB
CMYK
RGB Variations
Color information
#CC2113 (or 0xCC2113) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 13. RGB value is (204,33,19). Sum of RGB (Red+Green+Blue) = 204+33+19=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2113 is #33DEEC. Grayscale: #525252. Windows color (decimal): -3399405 or 1253836. OLE color: 1253836.
HSL color Cylindrical-coordinate representation of color #CC2113: hue angle of 4.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2113 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.2 |
| HSL | 4.54º | 0.83% | 0.44% | - |
| HSV(B) | 4.54º | 0.91% | 0.8% | - |
| XYZ | 25.56 | 13.97 | 1.97 | - |
| YUV | 82.53 | 92.15 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 19 | 0 | 0.84 | 0.91 | 0.2 | 4.54 | 0.83 | 0.44 |
| Hex | CC | 21 | 13 | 0 | 54 | 5B | 14 | 5 | 53 | 2C |
| Octal | 314 | 41 | 23 | 0 | 124 | 133 | 24 | 5 | 123 | 54 |
| Binary | 11001100 | 100001 | 10011 | 0 | 1010100 | 1011011 | 10100 | 101 | 1010011 | 101100 |
Color Harmonies of #CC2113
Complementary color
Monochromatic Colors of #CC2113
Black with #CC2113
Text Example
Text Example
White with #CC2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2113; }
p { color: rgb(204,33,19); }
H1.HeaderClassName
{
color: #CC2113;
}
.AnyTagClassName
{
color: #CC2113;
}
</style>
background-color css
<style>
a { background-color: #CC2113; }
a { background-color: rgb(204,33,19); }
div.DivClassName
{
background-color: #CC2113;
}
.BgClassName
{
background-color: #CC2113;
}
</style>
border-color css
<style>
span { border-color: #CC2113; }
span { border-color: rgb(204,33,19); }
td.TdClassName
{
border-color: #CC2113;
}
.TagClassName
{
border-color: #CC2113;
}
</style>