Shades of Brick Red #CC2543
Tints of Brick Red #CC2543
RGB
CMYK
RGB Variations
Color information
#CC2543 (or 0xCC2543) is known color: Brick Red. HEX triplet: CC, 25 and 43. RGB value is (204,37,67). Sum of RGB (Red+Green+Blue) = 204+37+67=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2543 is #33DABC. Grayscale: #5A5A5A. Windows color (decimal): -3398333 or 4400588. OLE color: 4400588.
HSL color Cylindrical-coordinate representation of color #CC2543: hue angle of 349.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2543 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 67 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.2 |
| HSL | 349.22º | 0.69% | 0.47% | - |
| HSV(B) | 349.22º | 0.82% | 0.8% | - |
| XYZ | 26.58 | 14.57 | 6.72 | - |
| YUV | 90.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 67 | 0 | 0.82 | 0.67 | 0.2 | 349.22 | 0.69 | 0.47 |
| Hex | CC | 25 | 43 | 0 | 52 | 43 | 14 | 15D | 45 | 2F |
| Octal | 314 | 45 | 103 | 0 | 122 | 103 | 24 | 535 | 105 | 57 |
| Binary | 11001100 | 100101 | 1000011 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000101 | 101111 |
Color Harmonies of #CC2543
Complementary color
Monochromatic Colors of #CC2543
Black with #CC2543
Text Example
Text Example
White with #CC2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2543; }
p { color: rgb(204,37,67); }
H1.HeaderClassName
{
color: #CC2543;
}
.AnyTagClassName
{
color: #CC2543;
}
</style>
background-color css
<style>
a { background-color: #CC2543; }
a { background-color: rgb(204,37,67); }
div.DivClassName
{
background-color: #CC2543;
}
.BgClassName
{
background-color: #CC2543;
}
</style>
border-color css
<style>
span { border-color: #CC2543; }
span { border-color: rgb(204,37,67); }
td.TdClassName
{
border-color: #CC2543;
}
.TagClassName
{
border-color: #CC2543;
}
</style>