Shades of Brick Red #CC2343
Tints of Brick Red #CC2343
RGB
CMYK
RGB Variations
Color information
#CC2343 (or 0xCC2343) is known color: Brick Red. HEX triplet: CC, 23 and 43. RGB value is (204,35,67). Sum of RGB (Red+Green+Blue) = 204+35+67=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2343 is #33DCBC. Grayscale: #595959. Windows color (decimal): -3398845 or 4400076. OLE color: 4400076.
HSL color Cylindrical-coordinate representation of color #CC2343: hue angle of 348.64º 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 #CC2343 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 67 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.2 |
| HSL | 348.64º | 0.71% | 0.47% | - |
| HSV(B) | 348.64º | 0.83% | 0.8% | - |
| XYZ | 26.52 | 14.44 | 6.7 | - |
| YUV | 89.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 67 | 0 | 0.83 | 0.67 | 0.2 | 348.64 | 0.71 | 0.47 |
| Hex | CC | 23 | 43 | 0 | 53 | 43 | 14 | 15D | 47 | 2F |
| Octal | 314 | 43 | 103 | 0 | 123 | 103 | 24 | 535 | 107 | 57 |
| Binary | 11001100 | 100011 | 1000011 | 0 | 1010011 | 1000011 | 10100 | 101011101 | 1000111 | 101111 |
Color Harmonies of #CC2343
Complementary color
Monochromatic Colors of #CC2343
Black with #CC2343
Text Example
Text Example
White with #CC2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2343; }
p { color: rgb(204,35,67); }
H1.HeaderClassName
{
color: #CC2343;
}
.AnyTagClassName
{
color: #CC2343;
}
</style>
background-color css
<style>
a { background-color: #CC2343; }
a { background-color: rgb(204,35,67); }
div.DivClassName
{
background-color: #CC2343;
}
.BgClassName
{
background-color: #CC2343;
}
</style>
border-color css
<style>
span { border-color: #CC2343; }
span { border-color: rgb(204,35,67); }
td.TdClassName
{
border-color: #CC2343;
}
.TagClassName
{
border-color: #CC2343;
}
</style>