Shades of Brick Red #CC4149
Tints of Brick Red #CC4149
RGB
CMYK
RGB Variations
Color information
#CC4149 (or 0xCC4149) is known color: Brick Red. HEX triplet: CC, 41 and 49. RGB value is (204,65,73). Sum of RGB (Red+Green+Blue) = 204+65+73=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4149 is #33BEB6. Grayscale: #6B6B6B. Windows color (decimal): -3391159 or 4800972. OLE color: 4800972.
HSL color Cylindrical-coordinate representation of color #CC4149: hue angle of 356.55º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4149 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 73 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.2 |
| HSL | 356.55º | 0.58% | 0.53% | - |
| HSV(B) | 356.55º | 0.68% | 0.8% | - |
| XYZ | 27.99 | 17.1 | 8.13 | - |
| YUV | 107.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 73 | 0 | 0.68 | 0.64 | 0.2 | 356.55 | 0.58 | 0.53 |
| Hex | CC | 41 | 49 | 0 | 44 | 40 | 14 | 165 | 3A | 35 |
| Octal | 314 | 101 | 111 | 0 | 104 | 100 | 24 | 545 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1001001 | 0 | 1000100 | 1000000 | 10100 | 101100101 | 111010 | 110101 |
Color Harmonies of #CC4149
Complementary color
Monochromatic Colors of #CC4149
Black with #CC4149
Text Example
Text Example
White with #CC4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4149; }
p { color: rgb(204,65,73); }
H1.HeaderClassName
{
color: #CC4149;
}
.AnyTagClassName
{
color: #CC4149;
}
</style>
background-color css
<style>
a { background-color: #CC4149; }
a { background-color: rgb(204,65,73); }
div.DivClassName
{
background-color: #CC4149;
}
.BgClassName
{
background-color: #CC4149;
}
</style>
border-color css
<style>
span { border-color: #CC4149; }
span { border-color: rgb(204,65,73); }
td.TdClassName
{
border-color: #CC4149;
}
.TagClassName
{
border-color: #CC4149;
}
</style>