Shades of Brick Red #CC3E4C
Tints of Brick Red #CC3E4C
RGB
CMYK
RGB Variations
Color information
#CC3E4C (or 0xCC3E4C) is known color: Brick Red. HEX triplet: CC, 3E and 4C. RGB value is (204,62,76). Sum of RGB (Red+Green+Blue) = 204+62+76=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E4C is #33C1B3. Grayscale: #6A6A6A. Windows color (decimal): -3391924 or 4996812. OLE color: 4996812.
HSL color Cylindrical-coordinate representation of color #CC3E4C: hue angle of 354.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E4C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 76 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.2 |
| HSL | 354.08º | 0.58% | 0.52% | - |
| HSV(B) | 354.08º | 0.7% | 0.8% | - |
| XYZ | 27.93 | 16.8 | 8.61 | - |
| YUV | 106.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 76 | 0 | 0.70 | 0.63 | 0.2 | 354.08 | 0.58 | 0.52 |
| Hex | CC | 3E | 4C | 0 | 46 | 3F | 14 | 162 | 3A | 34 |
| Octal | 314 | 76 | 114 | 0 | 106 | 77 | 24 | 542 | 72 | 64 |
| Binary | 11001100 | 111110 | 1001100 | 0 | 1000110 | 111111 | 10100 | 101100010 | 111010 | 110100 |
Color Harmonies of #CC3E4C
Complementary color
Monochromatic Colors of #CC3E4C
Black with #CC3E4C
Text Example
Text Example
White with #CC3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E4C; }
p { color: rgb(204,62,76); }
H1.HeaderClassName
{
color: #CC3E4C;
}
.AnyTagClassName
{
color: #CC3E4C;
}
</style>
background-color css
<style>
a { background-color: #CC3E4C; }
a { background-color: rgb(204,62,76); }
div.DivClassName
{
background-color: #CC3E4C;
}
.BgClassName
{
background-color: #CC3E4C;
}
</style>
border-color css
<style>
span { border-color: #CC3E4C; }
span { border-color: rgb(204,62,76); }
td.TdClassName
{
border-color: #CC3E4C;
}
.TagClassName
{
border-color: #CC3E4C;
}
</style>