Shades of Brick Red #CC293E
Tints of Brick Red #CC293E
RGB
CMYK
RGB Variations
Color information
#CC293E (or 0xCC293E) is known color: Brick Red. HEX triplet: CC, 29 and 3E. RGB value is (204,41,62). Sum of RGB (Red+Green+Blue) = 204+41+62=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC293E is #33D6C1. Grayscale: #5C5C5C. Windows color (decimal): -3397314 or 4073932. OLE color: 4073932.
HSL color Cylindrical-coordinate representation of color #CC293E: hue angle of 352.27º 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 #CC293E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 62 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.2 |
| HSL | 352.27º | 0.67% | 0.48% | - |
| HSV(B) | 352.27º | 0.8% | 0.8% | - |
| XYZ | 26.56 | 14.77 | 6.01 | - |
| YUV | 92.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 62 | 0 | 0.80 | 0.70 | 0.2 | 352.27 | 0.67 | 0.48 |
| Hex | CC | 29 | 3E | 0 | 50 | 46 | 14 | 160 | 43 | 30 |
| Octal | 314 | 51 | 76 | 0 | 120 | 106 | 24 | 540 | 103 | 60 |
| Binary | 11001100 | 101001 | 111110 | 0 | 1010000 | 1000110 | 10100 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CC293E
Complementary color
Monochromatic Colors of #CC293E
Black with #CC293E
Text Example
Text Example
White with #CC293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC293E; }
p { color: rgb(204,41,62); }
H1.HeaderClassName
{
color: #CC293E;
}
.AnyTagClassName
{
color: #CC293E;
}
</style>
background-color css
<style>
a { background-color: #CC293E; }
a { background-color: rgb(204,41,62); }
div.DivClassName
{
background-color: #CC293E;
}
.BgClassName
{
background-color: #CC293E;
}
</style>
border-color css
<style>
span { border-color: #CC293E; }
span { border-color: rgb(204,41,62); }
td.TdClassName
{
border-color: #CC293E;
}
.TagClassName
{
border-color: #CC293E;
}
</style>