Shades of Brick Red #CC2838
Tints of Brick Red #CC2838
RGB
CMYK
RGB Variations
Color information
#CC2838 (or 0xCC2838) is known color: Brick Red. HEX triplet: CC, 28 and 38. RGB value is (204,40,56). Sum of RGB (Red+Green+Blue) = 204+40+56=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2838 is #33D7C7. Grayscale: #5A5A5A. Windows color (decimal): -3397576 or 3680460. OLE color: 3680460.
HSL color Cylindrical-coordinate representation of color #CC2838: hue angle of 354.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2838 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 56 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.2 |
| HSL | 354.15º | 0.67% | 0.48% | - |
| HSV(B) | 354.15º | 0.8% | 0.8% | - |
| XYZ | 26.37 | 14.64 | 5.18 | - |
| YUV | 90.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 56 | 0 | 0.80 | 0.73 | 0.2 | 354.15 | 0.67 | 0.48 |
| Hex | CC | 28 | 38 | 0 | 50 | 49 | 14 | 162 | 43 | 30 |
| Octal | 314 | 50 | 70 | 0 | 120 | 111 | 24 | 542 | 103 | 60 |
| Binary | 11001100 | 101000 | 111000 | 0 | 1010000 | 1001001 | 10100 | 101100010 | 1000011 | 110000 |
Color Harmonies of #CC2838
Complementary color
Monochromatic Colors of #CC2838
Black with #CC2838
Text Example
Text Example
White with #CC2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2838; }
p { color: rgb(204,40,56); }
H1.HeaderClassName
{
color: #CC2838;
}
.AnyTagClassName
{
color: #CC2838;
}
</style>
background-color css
<style>
a { background-color: #CC2838; }
a { background-color: rgb(204,40,56); }
div.DivClassName
{
background-color: #CC2838;
}
.BgClassName
{
background-color: #CC2838;
}
</style>
border-color css
<style>
span { border-color: #CC2838; }
span { border-color: rgb(204,40,56); }
td.TdClassName
{
border-color: #CC2838;
}
.TagClassName
{
border-color: #CC2838;
}
</style>