Shades of Brick Red #CC2943
Tints of Brick Red #CC2943
RGB
CMYK
RGB Variations
Color information
#CC2943 (or 0xCC2943) is known color: Brick Red. HEX triplet: CC, 29 and 43. RGB value is (204,41,67). Sum of RGB (Red+Green+Blue) = 204+41+67=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2943 is #33D6BC. Grayscale: #5C5C5C. Windows color (decimal): -3397309 or 4401612. OLE color: 4401612.
HSL color Cylindrical-coordinate representation of color #CC2943: hue angle of 350.43º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2943 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 67 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.2 |
| HSL | 350.43º | 0.67% | 0.48% | - |
| HSV(B) | 350.43º | 0.8% | 0.8% | - |
| XYZ | 26.71 | 14.83 | 6.76 | - |
| YUV | 92.7 | 113.5 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 67 | 0 | 0.80 | 0.67 | 0.2 | 350.43 | 0.67 | 0.48 |
| Hex | CC | 29 | 43 | 0 | 50 | 43 | 14 | 15E | 43 | 30 |
| Octal | 314 | 51 | 103 | 0 | 120 | 103 | 24 | 536 | 103 | 60 |
| Binary | 11001100 | 101001 | 1000011 | 0 | 1010000 | 1000011 | 10100 | 101011110 | 1000011 | 110000 |
Color Harmonies of #CC2943
Complementary color
Monochromatic Colors of #CC2943
Black with #CC2943
Text Example
Text Example
White with #CC2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2943; }
p { color: rgb(204,41,67); }
H1.HeaderClassName
{
color: #CC2943;
}
.AnyTagClassName
{
color: #CC2943;
}
</style>
background-color css
<style>
a { background-color: #CC2943; }
a { background-color: rgb(204,41,67); }
div.DivClassName
{
background-color: #CC2943;
}
.BgClassName
{
background-color: #CC2943;
}
</style>
border-color css
<style>
span { border-color: #CC2943; }
span { border-color: rgb(204,41,67); }
td.TdClassName
{
border-color: #CC2943;
}
.TagClassName
{
border-color: #CC2943;
}
</style>