Shades of Brick Red #CC2647
Tints of Brick Red #CC2647
RGB
CMYK
RGB Variations
Color information
#CC2647 (or 0xCC2647) is known color: Brick Red. HEX triplet: CC, 26 and 47. RGB value is (204,38,71). Sum of RGB (Red+Green+Blue) = 204+38+71=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2647 is #33D9B8. Grayscale: #5B5B5B. Windows color (decimal): -3398073 or 4662988. OLE color: 4662988.
HSL color Cylindrical-coordinate representation of color #CC2647: hue angle of 348.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2647 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 71 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.2 |
| HSL | 348.07º | 0.69% | 0.47% | - |
| HSV(B) | 348.07º | 0.81% | 0.8% | - |
| XYZ | 26.73 | 14.68 | 7.39 | - |
| YUV | 91.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 71 | 0 | 0.81 | 0.65 | 0.2 | 348.07 | 0.69 | 0.47 |
| Hex | CC | 26 | 47 | 0 | 51 | 41 | 14 | 15C | 45 | 2F |
| Octal | 314 | 46 | 107 | 0 | 121 | 101 | 24 | 534 | 105 | 57 |
| Binary | 11001100 | 100110 | 1000111 | 0 | 1010001 | 1000001 | 10100 | 101011100 | 1000101 | 101111 |
Color Harmonies of #CC2647
Complementary color
Monochromatic Colors of #CC2647
Black with #CC2647
Text Example
Text Example
White with #CC2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2647; }
p { color: rgb(204,38,71); }
H1.HeaderClassName
{
color: #CC2647;
}
.AnyTagClassName
{
color: #CC2647;
}
</style>
background-color css
<style>
a { background-color: #CC2647; }
a { background-color: rgb(204,38,71); }
div.DivClassName
{
background-color: #CC2647;
}
.BgClassName
{
background-color: #CC2647;
}
</style>
border-color css
<style>
span { border-color: #CC2647; }
span { border-color: rgb(204,38,71); }
td.TdClassName
{
border-color: #CC2647;
}
.TagClassName
{
border-color: #CC2647;
}
</style>