Shades of Brick Red #CC2446
Tints of Brick Red #CC2446
RGB
CMYK
RGB Variations
Color information
#CC2446 (or 0xCC2446) is known color: Brick Red. HEX triplet: CC, 24 and 46. RGB value is (204,36,70). Sum of RGB (Red+Green+Blue) = 204+36+70=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2446 is #33DBB9. Grayscale: #5A5A5A. Windows color (decimal): -3398586 or 4596940. OLE color: 4596940.
HSL color Cylindrical-coordinate representation of color #CC2446: hue angle of 347.86º 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 #CC2446 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 70 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.2 |
| HSL | 347.86º | 0.7% | 0.47% | - |
| HSV(B) | 347.86º | 0.82% | 0.8% | - |
| XYZ | 26.64 | 14.54 | 7.2 | - |
| YUV | 90.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 70 | 0 | 0.82 | 0.66 | 0.2 | 347.86 | 0.7 | 0.47 |
| Hex | CC | 24 | 46 | 0 | 52 | 42 | 14 | 15C | 46 | 2F |
| Octal | 314 | 44 | 106 | 0 | 122 | 102 | 24 | 534 | 106 | 57 |
| Binary | 11001100 | 100100 | 1000110 | 0 | 1010010 | 1000010 | 10100 | 101011100 | 1000110 | 101111 |
Color Harmonies of #CC2446
Complementary color
Monochromatic Colors of #CC2446
Black with #CC2446
Text Example
Text Example
White with #CC2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2446; }
p { color: rgb(204,36,70); }
H1.HeaderClassName
{
color: #CC2446;
}
.AnyTagClassName
{
color: #CC2446;
}
</style>
background-color css
<style>
a { background-color: #CC2446; }
a { background-color: rgb(204,36,70); }
div.DivClassName
{
background-color: #CC2446;
}
.BgClassName
{
background-color: #CC2446;
}
</style>
border-color css
<style>
span { border-color: #CC2446; }
span { border-color: rgb(204,36,70); }
td.TdClassName
{
border-color: #CC2446;
}
.TagClassName
{
border-color: #CC2446;
}
</style>