Shades of Brick Red #CC4148
Tints of Brick Red #CC4148
RGB
CMYK
RGB Variations
Color information
#CC4148 (or 0xCC4148) is known color: Brick Red. HEX triplet: CC, 41 and 48. RGB value is (204,65,72). Sum of RGB (Red+Green+Blue) = 204+65+72=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4148 is #33BEB7. Grayscale: #6B6B6B. Windows color (decimal): -3391160 or 4735436. OLE color: 4735436.
HSL color Cylindrical-coordinate representation of color #CC4148: hue angle of 356.98º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4148 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 72 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.2 |
| HSL | 356.98º | 0.58% | 0.53% | - |
| HSV(B) | 356.98º | 0.68% | 0.8% | - |
| XYZ | 27.96 | 17.09 | 7.96 | - |
| YUV | 107.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 72 | 0 | 0.68 | 0.65 | 0.2 | 356.98 | 0.58 | 0.53 |
| Hex | CC | 41 | 48 | 0 | 44 | 41 | 14 | 165 | 3A | 35 |
| Octal | 314 | 101 | 110 | 0 | 104 | 101 | 24 | 545 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1001000 | 0 | 1000100 | 1000001 | 10100 | 101100101 | 111010 | 110101 |
Color Harmonies of #CC4148
Complementary color
Monochromatic Colors of #CC4148
Black with #CC4148
Text Example
Text Example
White with #CC4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4148; }
p { color: rgb(204,65,72); }
H1.HeaderClassName
{
color: #CC4148;
}
.AnyTagClassName
{
color: #CC4148;
}
</style>
background-color css
<style>
a { background-color: #CC4148; }
a { background-color: rgb(204,65,72); }
div.DivClassName
{
background-color: #CC4148;
}
.BgClassName
{
background-color: #CC4148;
}
</style>
border-color css
<style>
span { border-color: #CC4148; }
span { border-color: rgb(204,65,72); }
td.TdClassName
{
border-color: #CC4148;
}
.TagClassName
{
border-color: #CC4148;
}
</style>