Shades of Brick Red #CC354A
Tints of Brick Red #CC354A
RGB
CMYK
RGB Variations
Color information
#CC354A (or 0xCC354A) is known color: Brick Red. HEX triplet: CC, 35 and 4A. RGB value is (204,53,74). Sum of RGB (Red+Green+Blue) = 204+53+74=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC354A is #33CAB5. Grayscale: #646464. Windows color (decimal): -3394230 or 4863436. OLE color: 4863436.
HSL color Cylindrical-coordinate representation of color #CC354A: hue angle of 351.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC354A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 74 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.2 |
| HSL | 351.66º | 0.6% | 0.5% | - |
| HSV(B) | 351.66º | 0.74% | 0.8% | - |
| XYZ | 27.41 | 15.88 | 8.1 | - |
| YUV | 100.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 74 | 0 | 0.74 | 0.64 | 0.2 | 351.66 | 0.6 | 0.5 |
| Hex | CC | 35 | 4A | 0 | 4A | 40 | 14 | 160 | 3C | 32 |
| Octal | 314 | 65 | 112 | 0 | 112 | 100 | 24 | 540 | 74 | 62 |
| Binary | 11001100 | 110101 | 1001010 | 0 | 1001010 | 1000000 | 10100 | 101100000 | 111100 | 110010 |
Color Harmonies of #CC354A
Complementary color
Monochromatic Colors of #CC354A
Black with #CC354A
Text Example
Text Example
White with #CC354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC354A; }
p { color: rgb(204,53,74); }
H1.HeaderClassName
{
color: #CC354A;
}
.AnyTagClassName
{
color: #CC354A;
}
</style>
background-color css
<style>
a { background-color: #CC354A; }
a { background-color: rgb(204,53,74); }
div.DivClassName
{
background-color: #CC354A;
}
.BgClassName
{
background-color: #CC354A;
}
</style>
border-color css
<style>
span { border-color: #CC354A; }
span { border-color: rgb(204,53,74); }
td.TdClassName
{
border-color: #CC354A;
}
.TagClassName
{
border-color: #CC354A;
}
</style>