Shades of Brick Red #CC404C
Tints of Brick Red #CC404C
RGB
CMYK
RGB Variations
Color information
#CC404C (or 0xCC404C) is known color: Brick Red. HEX triplet: CC, 40 and 4C. RGB value is (204,64,76). Sum of RGB (Red+Green+Blue) = 204+64+76=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC404C is #33BFB3. Grayscale: #6B6B6B. Windows color (decimal): -3391412 or 4997324. OLE color: 4997324.
HSL color Cylindrical-coordinate representation of color #CC404C: hue angle of 354.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC404C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 76 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.2 |
| HSL | 354.86º | 0.58% | 0.53% | - |
| HSV(B) | 354.86º | 0.69% | 0.8% | - |
| XYZ | 28.04 | 17.03 | 8.65 | - |
| YUV | 107.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 76 | 0 | 0.69 | 0.63 | 0.2 | 354.86 | 0.58 | 0.53 |
| Hex | CC | 40 | 4C | 0 | 45 | 3F | 14 | 163 | 3A | 35 |
| Octal | 314 | 100 | 114 | 0 | 105 | 77 | 24 | 543 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1001100 | 0 | 1000101 | 111111 | 10100 | 101100011 | 111010 | 110101 |
Color Harmonies of #CC404C
Complementary color
Monochromatic Colors of #CC404C
Black with #CC404C
Text Example
Text Example
White with #CC404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC404C; }
p { color: rgb(204,64,76); }
H1.HeaderClassName
{
color: #CC404C;
}
.AnyTagClassName
{
color: #CC404C;
}
</style>
background-color css
<style>
a { background-color: #CC404C; }
a { background-color: rgb(204,64,76); }
div.DivClassName
{
background-color: #CC404C;
}
.BgClassName
{
background-color: #CC404C;
}
</style>
border-color css
<style>
span { border-color: #CC404C; }
span { border-color: rgb(204,64,76); }
td.TdClassName
{
border-color: #CC404C;
}
.TagClassName
{
border-color: #CC404C;
}
</style>