Shades of Brick Red #CC2C3E
Tints of Brick Red #CC2C3E
RGB
CMYK
RGB Variations
Color information
#CC2C3E (or 0xCC2C3E) is known color: Brick Red. HEX triplet: CC, 2C and 3E. RGB value is (204,44,62). Sum of RGB (Red+Green+Blue) = 204+44+62=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C3E is #33D3C1. Grayscale: #5D5D5D. Windows color (decimal): -3396546 or 4074700. OLE color: 4074700.
HSL color Cylindrical-coordinate representation of color #CC2C3E: hue angle of 353.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C3E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 62 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.2 |
| HSL | 353.25º | 0.65% | 0.49% | - |
| HSV(B) | 353.25º | 0.78% | 0.8% | - |
| XYZ | 26.67 | 14.99 | 6.04 | - |
| YUV | 93.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 62 | 0 | 0.78 | 0.70 | 0.2 | 353.25 | 0.65 | 0.49 |
| Hex | CC | 2C | 3E | 0 | 4E | 46 | 14 | 161 | 41 | 31 |
| Octal | 314 | 54 | 76 | 0 | 116 | 106 | 24 | 541 | 101 | 61 |
| Binary | 11001100 | 101100 | 111110 | 0 | 1001110 | 1000110 | 10100 | 101100001 | 1000001 | 110001 |
Color Harmonies of #CC2C3E
Complementary color
Monochromatic Colors of #CC2C3E
Black with #CC2C3E
Text Example
Text Example
White with #CC2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C3E; }
p { color: rgb(204,44,62); }
H1.HeaderClassName
{
color: #CC2C3E;
}
.AnyTagClassName
{
color: #CC2C3E;
}
</style>
background-color css
<style>
a { background-color: #CC2C3E; }
a { background-color: rgb(204,44,62); }
div.DivClassName
{
background-color: #CC2C3E;
}
.BgClassName
{
background-color: #CC2C3E;
}
</style>
border-color css
<style>
span { border-color: #CC2C3E; }
span { border-color: rgb(204,44,62); }
td.TdClassName
{
border-color: #CC2C3E;
}
.TagClassName
{
border-color: #CC2C3E;
}
</style>