Shades of Brick Red #CC2148
Tints of Brick Red #CC2148
RGB
CMYK
RGB Variations
Color information
#CC2148 (or 0xCC2148) is known color: Brick Red. HEX triplet: CC, 21 and 48. RGB value is (204,33,72). Sum of RGB (Red+Green+Blue) = 204+33+72=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2148 is #33DEB7. Grayscale: #585858. Windows color (decimal): -3399352 or 4727244. OLE color: 4727244.
HSL color Cylindrical-coordinate representation of color #CC2148: hue angle of 346.32º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2148 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 72 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.2 |
| HSL | 346.32º | 0.72% | 0.46% | - |
| HSV(B) | 346.32º | 0.84% | 0.8% | - |
| XYZ | 26.62 | 14.39 | 7.51 | - |
| YUV | 88.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 72 | 0 | 0.84 | 0.65 | 0.2 | 346.32 | 0.72 | 0.46 |
| Hex | CC | 21 | 48 | 0 | 54 | 41 | 14 | 15A | 48 | 2E |
| Octal | 314 | 41 | 110 | 0 | 124 | 101 | 24 | 532 | 110 | 56 |
| Binary | 11001100 | 100001 | 1001000 | 0 | 1010100 | 1000001 | 10100 | 101011010 | 1001000 | 101110 |
Color Harmonies of #CC2148
Complementary color
Monochromatic Colors of #CC2148
Black with #CC2148
Text Example
Text Example
White with #CC2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2148; }
p { color: rgb(204,33,72); }
H1.HeaderClassName
{
color: #CC2148;
}
.AnyTagClassName
{
color: #CC2148;
}
</style>
background-color css
<style>
a { background-color: #CC2148; }
a { background-color: rgb(204,33,72); }
div.DivClassName
{
background-color: #CC2148;
}
.BgClassName
{
background-color: #CC2148;
}
</style>
border-color css
<style>
span { border-color: #CC2148; }
span { border-color: rgb(204,33,72); }
td.TdClassName
{
border-color: #CC2148;
}
.TagClassName
{
border-color: #CC2148;
}
</style>