Shades of Brick Red #CC2347
Tints of Brick Red #CC2347
RGB
CMYK
RGB Variations
Color information
#CC2347 (or 0xCC2347) is known color: Brick Red. HEX triplet: CC, 23 and 47. RGB value is (204,35,71). Sum of RGB (Red+Green+Blue) = 204+35+71=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2347 is #33DCB8. Grayscale: #595959. Windows color (decimal): -3398841 or 4662220. OLE color: 4662220.
HSL color Cylindrical-coordinate representation of color #CC2347: hue angle of 347.22º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2347 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 71 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.2 |
| HSL | 347.22º | 0.71% | 0.47% | - |
| HSV(B) | 347.22º | 0.83% | 0.8% | - |
| XYZ | 26.64 | 14.49 | 7.35 | - |
| YUV | 89.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 71 | 0 | 0.83 | 0.65 | 0.2 | 347.22 | 0.71 | 0.47 |
| Hex | CC | 23 | 47 | 0 | 53 | 41 | 14 | 15B | 47 | 2F |
| Octal | 314 | 43 | 107 | 0 | 123 | 101 | 24 | 533 | 107 | 57 |
| Binary | 11001100 | 100011 | 1000111 | 0 | 1010011 | 1000001 | 10100 | 101011011 | 1000111 | 101111 |
Color Harmonies of #CC2347
Complementary color
Monochromatic Colors of #CC2347
Black with #CC2347
Text Example
Text Example
White with #CC2347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2347; }
p { color: rgb(204,35,71); }
H1.HeaderClassName
{
color: #CC2347;
}
.AnyTagClassName
{
color: #CC2347;
}
</style>
background-color css
<style>
a { background-color: #CC2347; }
a { background-color: rgb(204,35,71); }
div.DivClassName
{
background-color: #CC2347;
}
.BgClassName
{
background-color: #CC2347;
}
</style>
border-color css
<style>
span { border-color: #CC2347; }
span { border-color: rgb(204,35,71); }
td.TdClassName
{
border-color: #CC2347;
}
.TagClassName
{
border-color: #CC2347;
}
</style>