Shades of Brick Red #CC2B3E
Tints of Brick Red #CC2B3E
RGB
CMYK
RGB Variations
Color information
#CC2B3E (or 0xCC2B3E) is known color: Brick Red. HEX triplet: CC, 2B and 3E. RGB value is (204,43,62). Sum of RGB (Red+Green+Blue) = 204+43+62=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B3E is #33D4C1. Grayscale: #5D5D5D. Windows color (decimal): -3396802 or 4074444. OLE color: 4074444.
HSL color Cylindrical-coordinate representation of color #CC2B3E: hue angle of 352.92º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2B3E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 62 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.2 |
| HSL | 352.92º | 0.65% | 0.48% | - |
| HSV(B) | 352.92º | 0.79% | 0.8% | - |
| XYZ | 26.64 | 14.91 | 6.03 | - |
| YUV | 93.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 62 | 0 | 0.79 | 0.70 | 0.2 | 352.92 | 0.65 | 0.48 |
| Hex | CC | 2B | 3E | 0 | 4F | 46 | 14 | 161 | 41 | 30 |
| Octal | 314 | 53 | 76 | 0 | 117 | 106 | 24 | 541 | 101 | 60 |
| Binary | 11001100 | 101011 | 111110 | 0 | 1001111 | 1000110 | 10100 | 101100001 | 1000001 | 110000 |
Color Harmonies of #CC2B3E
Complementary color
Monochromatic Colors of #CC2B3E
Black with #CC2B3E
Text Example
Text Example
White with #CC2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B3E; }
p { color: rgb(204,43,62); }
H1.HeaderClassName
{
color: #CC2B3E;
}
.AnyTagClassName
{
color: #CC2B3E;
}
</style>
background-color css
<style>
a { background-color: #CC2B3E; }
a { background-color: rgb(204,43,62); }
div.DivClassName
{
background-color: #CC2B3E;
}
.BgClassName
{
background-color: #CC2B3E;
}
</style>
border-color css
<style>
span { border-color: #CC2B3E; }
span { border-color: rgb(204,43,62); }
td.TdClassName
{
border-color: #CC2B3E;
}
.TagClassName
{
border-color: #CC2B3E;
}
</style>