Shades of Brick Red #CC323E
Tints of Brick Red #CC323E
RGB
CMYK
RGB Variations
Color information
#CC323E (or 0xCC323E) is known color: Brick Red. HEX triplet: CC, 32 and 3E. RGB value is (204,50,62). Sum of RGB (Red+Green+Blue) = 204+50+62=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC323E is #33CDC1. Grayscale: #616161. Windows color (decimal): -3395010 or 4076236. OLE color: 4076236.
HSL color Cylindrical-coordinate representation of color #CC323E: hue angle of 355.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC323E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.2 |
| HSL | 355.32º | 0.61% | 0.5% | - |
| HSV(B) | 355.32º | 0.75% | 0.8% | - |
| XYZ | 26.91 | 15.47 | 6.12 | - |
| YUV | 97.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 62 | 0 | 0.75 | 0.70 | 0.2 | 355.32 | 0.61 | 0.5 |
| Hex | CC | 32 | 3E | 0 | 4B | 46 | 14 | 163 | 3D | 32 |
| Octal | 314 | 62 | 76 | 0 | 113 | 106 | 24 | 543 | 75 | 62 |
| Binary | 11001100 | 110010 | 111110 | 0 | 1001011 | 1000110 | 10100 | 101100011 | 111101 | 110010 |
Color Harmonies of #CC323E
Complementary color
Monochromatic Colors of #CC323E
Black with #CC323E
Text Example
Text Example
White with #CC323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC323E; }
p { color: rgb(204,50,62); }
H1.HeaderClassName
{
color: #CC323E;
}
.AnyTagClassName
{
color: #CC323E;
}
</style>
background-color css
<style>
a { background-color: #CC323E; }
a { background-color: rgb(204,50,62); }
div.DivClassName
{
background-color: #CC323E;
}
.BgClassName
{
background-color: #CC323E;
}
</style>
border-color css
<style>
span { border-color: #CC323E; }
span { border-color: rgb(204,50,62); }
td.TdClassName
{
border-color: #CC323E;
}
.TagClassName
{
border-color: #CC323E;
}
</style>