Shades of Brick Red #CC3542
Tints of Brick Red #CC3542
RGB
CMYK
RGB Variations
Color information
#CC3542 (or 0xCC3542) is known color: Brick Red. HEX triplet: CC, 35 and 42. RGB value is (204,53,66). Sum of RGB (Red+Green+Blue) = 204+53+66=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3542 is #33CABD. Grayscale: #636363. Windows color (decimal): -3394238 or 4339148. OLE color: 4339148.
HSL color Cylindrical-coordinate representation of color #CC3542: hue angle of 354.83º 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 #CC3542 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 66 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.2 |
| HSL | 354.83º | 0.6% | 0.5% | - |
| HSV(B) | 354.83º | 0.74% | 0.8% | - |
| XYZ | 27.16 | 15.78 | 6.77 | - |
| YUV | 99.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 66 | 0 | 0.74 | 0.68 | 0.2 | 354.83 | 0.6 | 0.5 |
| Hex | CC | 35 | 42 | 0 | 4A | 44 | 14 | 163 | 3C | 32 |
| Octal | 314 | 65 | 102 | 0 | 112 | 104 | 24 | 543 | 74 | 62 |
| Binary | 11001100 | 110101 | 1000010 | 0 | 1001010 | 1000100 | 10100 | 101100011 | 111100 | 110010 |
Color Harmonies of #CC3542
Complementary color
Monochromatic Colors of #CC3542
Black with #CC3542
Text Example
Text Example
White with #CC3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3542; }
p { color: rgb(204,53,66); }
H1.HeaderClassName
{
color: #CC3542;
}
.AnyTagClassName
{
color: #CC3542;
}
</style>
background-color css
<style>
a { background-color: #CC3542; }
a { background-color: rgb(204,53,66); }
div.DivClassName
{
background-color: #CC3542;
}
.BgClassName
{
background-color: #CC3542;
}
</style>
border-color css
<style>
span { border-color: #CC3542; }
span { border-color: rgb(204,53,66); }
td.TdClassName
{
border-color: #CC3542;
}
.TagClassName
{
border-color: #CC3542;
}
</style>