Shades of Brick Red #CC404A
Tints of Brick Red #CC404A
RGB
CMYK
RGB Variations
Color information
#CC404A (or 0xCC404A) is known color: Brick Red. HEX triplet: CC, 40 and 4A. RGB value is (204,64,74). Sum of RGB (Red+Green+Blue) = 204+64+74=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC404A is #33BFB5. Grayscale: #6B6B6B. Windows color (decimal): -3391414 or 4866252. OLE color: 4866252.
HSL color Cylindrical-coordinate representation of color #CC404A: hue angle of 355.71º 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 #CC404A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 74 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.2 |
| HSL | 355.71º | 0.58% | 0.53% | - |
| HSV(B) | 355.71º | 0.69% | 0.8% | - |
| XYZ | 27.97 | 17 | 8.29 | - |
| YUV | 107 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 74 | 0 | 0.69 | 0.64 | 0.2 | 355.71 | 0.58 | 0.53 |
| Hex | CC | 40 | 4A | 0 | 45 | 40 | 14 | 164 | 3A | 35 |
| Octal | 314 | 100 | 112 | 0 | 105 | 100 | 24 | 544 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1001010 | 0 | 1000101 | 1000000 | 10100 | 101100100 | 111010 | 110101 |
Color Harmonies of #CC404A
Complementary color
Monochromatic Colors of #CC404A
Black with #CC404A
Text Example
Text Example
White with #CC404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC404A; }
p { color: rgb(204,64,74); }
H1.HeaderClassName
{
color: #CC404A;
}
.AnyTagClassName
{
color: #CC404A;
}
</style>
background-color css
<style>
a { background-color: #CC404A; }
a { background-color: rgb(204,64,74); }
div.DivClassName
{
background-color: #CC404A;
}
.BgClassName
{
background-color: #CC404A;
}
</style>
border-color css
<style>
span { border-color: #CC404A; }
span { border-color: rgb(204,64,74); }
td.TdClassName
{
border-color: #CC404A;
}
.TagClassName
{
border-color: #CC404A;
}
</style>