Shades of Brick Red #CC3342
Tints of Brick Red #CC3342
RGB
CMYK
RGB Variations
Color information
#CC3342 (or 0xCC3342) is known color: Brick Red. HEX triplet: CC, 33 and 42. RGB value is (204,51,66). Sum of RGB (Red+Green+Blue) = 204+51+66=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3342 is #33CCBD. Grayscale: #626262. Windows color (decimal): -3394750 or 4338636. OLE color: 4338636.
HSL color Cylindrical-coordinate representation of color #CC3342: hue angle of 354.12º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3342 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.2 |
| HSL | 354.12º | 0.6% | 0.5% | - |
| HSV(B) | 354.12º | 0.75% | 0.8% | - |
| XYZ | 27.07 | 15.6 | 6.74 | - |
| YUV | 98.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 66 | 0 | 0.75 | 0.68 | 0.2 | 354.12 | 0.6 | 0.5 |
| Hex | CC | 33 | 42 | 0 | 4B | 44 | 14 | 162 | 3C | 32 |
| Octal | 314 | 63 | 102 | 0 | 113 | 104 | 24 | 542 | 74 | 62 |
| Binary | 11001100 | 110011 | 1000010 | 0 | 1001011 | 1000100 | 10100 | 101100010 | 111100 | 110010 |
Color Harmonies of #CC3342
Complementary color
Monochromatic Colors of #CC3342
Black with #CC3342
Text Example
Text Example
White with #CC3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3342; }
p { color: rgb(204,51,66); }
H1.HeaderClassName
{
color: #CC3342;
}
.AnyTagClassName
{
color: #CC3342;
}
</style>
background-color css
<style>
a { background-color: #CC3342; }
a { background-color: rgb(204,51,66); }
div.DivClassName
{
background-color: #CC3342;
}
.BgClassName
{
background-color: #CC3342;
}
</style>
border-color css
<style>
span { border-color: #CC3342; }
span { border-color: rgb(204,51,66); }
td.TdClassName
{
border-color: #CC3342;
}
.TagClassName
{
border-color: #CC3342;
}
</style>