Shades of Brick Red #CC3742
Tints of Brick Red #CC3742
RGB
CMYK
RGB Variations
Color information
#CC3742 (or 0xCC3742) is known color: Brick Red. HEX triplet: CC, 37 and 42. RGB value is (204,55,66). Sum of RGB (Red+Green+Blue) = 204+55+66=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3742 is #33C8BD. Grayscale: #646464. Windows color (decimal): -3393726 or 4339660. OLE color: 4339660.
HSL color Cylindrical-coordinate representation of color #CC3742: hue angle of 355.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3742 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 66 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.2 |
| HSL | 355.57º | 0.59% | 0.51% | - |
| HSV(B) | 355.57º | 0.73% | 0.8% | - |
| XYZ | 27.25 | 15.96 | 6.8 | - |
| YUV | 100.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 66 | 0 | 0.73 | 0.68 | 0.2 | 355.57 | 0.59 | 0.51 |
| Hex | CC | 37 | 42 | 0 | 49 | 44 | 14 | 164 | 3B | 33 |
| Octal | 314 | 67 | 102 | 0 | 111 | 104 | 24 | 544 | 73 | 63 |
| Binary | 11001100 | 110111 | 1000010 | 0 | 1001001 | 1000100 | 10100 | 101100100 | 111011 | 110011 |
Color Harmonies of #CC3742
Complementary color
Monochromatic Colors of #CC3742
Black with #CC3742
Text Example
Text Example
White with #CC3742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3742; }
p { color: rgb(204,55,66); }
H1.HeaderClassName
{
color: #CC3742;
}
.AnyTagClassName
{
color: #CC3742;
}
</style>
background-color css
<style>
a { background-color: #CC3742; }
a { background-color: rgb(204,55,66); }
div.DivClassName
{
background-color: #CC3742;
}
.BgClassName
{
background-color: #CC3742;
}
</style>
border-color css
<style>
span { border-color: #CC3742; }
span { border-color: rgb(204,55,66); }
td.TdClassName
{
border-color: #CC3742;
}
.TagClassName
{
border-color: #CC3742;
}
</style>