Shades of Brick Red #CC293C
Tints of Brick Red #CC293C
RGB
CMYK
RGB Variations
Color information
#CC293C (or 0xCC293C) is known color: Brick Red. HEX triplet: CC, 29 and 3C. RGB value is (204,41,60). Sum of RGB (Red+Green+Blue) = 204+41+60=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC293C is #33D6C3. Grayscale: #5B5B5B. Windows color (decimal): -3397316 or 3942860. OLE color: 3942860.
HSL color Cylindrical-coordinate representation of color #CC293C: hue angle of 353.01º 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 #CC293C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 60 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.2 |
| HSL | 353.01º | 0.67% | 0.48% | - |
| HSV(B) | 353.01º | 0.8% | 0.8% | - |
| XYZ | 26.51 | 14.75 | 5.72 | - |
| YUV | 91.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 60 | 0 | 0.80 | 0.71 | 0.2 | 353.01 | 0.67 | 0.48 |
| Hex | CC | 29 | 3C | 0 | 50 | 47 | 14 | 161 | 43 | 30 |
| Octal | 314 | 51 | 74 | 0 | 120 | 107 | 24 | 541 | 103 | 60 |
| Binary | 11001100 | 101001 | 111100 | 0 | 1010000 | 1000111 | 10100 | 101100001 | 1000011 | 110000 |
Color Harmonies of #CC293C
Complementary color
Monochromatic Colors of #CC293C
Black with #CC293C
Text Example
Text Example
White with #CC293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC293C; }
p { color: rgb(204,41,60); }
H1.HeaderClassName
{
color: #CC293C;
}
.AnyTagClassName
{
color: #CC293C;
}
</style>
background-color css
<style>
a { background-color: #CC293C; }
a { background-color: rgb(204,41,60); }
div.DivClassName
{
background-color: #CC293C;
}
.BgClassName
{
background-color: #CC293C;
}
</style>
border-color css
<style>
span { border-color: #CC293C; }
span { border-color: rgb(204,41,60); }
td.TdClassName
{
border-color: #CC293C;
}
.TagClassName
{
border-color: #CC293C;
}
</style>