Shades of Brick Red #CC2443
Tints of Brick Red #CC2443
RGB
CMYK
RGB Variations
Color information
#CC2443 (or 0xCC2443) is known color: Brick Red. HEX triplet: CC, 24 and 43. RGB value is (204,36,67). Sum of RGB (Red+Green+Blue) = 204+36+67=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2443 is #33DBBC. Grayscale: #595959. Windows color (decimal): -3398589 or 4400332. OLE color: 4400332.
HSL color Cylindrical-coordinate representation of color #CC2443: hue angle of 348.93º degrees, saturation: 0.7, 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 #CC2443 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 67 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.2 |
| HSL | 348.93º | 0.7% | 0.47% | - |
| HSV(B) | 348.93º | 0.82% | 0.8% | - |
| XYZ | 26.55 | 14.5 | 6.71 | - |
| YUV | 89.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 67 | 0 | 0.82 | 0.67 | 0.2 | 348.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 43 | 0 | 52 | 43 | 14 | 15D | 46 | 2F |
| Octal | 314 | 44 | 103 | 0 | 122 | 103 | 24 | 535 | 106 | 57 |
| Binary | 11001100 | 100100 | 1000011 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CC2443
Complementary color
Monochromatic Colors of #CC2443
Black with #CC2443
Text Example
Text Example
White with #CC2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2443; }
p { color: rgb(204,36,67); }
H1.HeaderClassName
{
color: #CC2443;
}
.AnyTagClassName
{
color: #CC2443;
}
</style>
background-color css
<style>
a { background-color: #CC2443; }
a { background-color: rgb(204,36,67); }
div.DivClassName
{
background-color: #CC2443;
}
.BgClassName
{
background-color: #CC2443;
}
</style>
border-color css
<style>
span { border-color: #CC2443; }
span { border-color: rgb(204,36,67); }
td.TdClassName
{
border-color: #CC2443;
}
.TagClassName
{
border-color: #CC2443;
}
</style>