Shades of Brick Red #CC303E
Tints of Brick Red #CC303E
RGB
CMYK
RGB Variations
Color information
#CC303E (or 0xCC303E) is known color: Brick Red. HEX triplet: CC, 30 and 3E. RGB value is (204,48,62). Sum of RGB (Red+Green+Blue) = 204+48+62=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303E is #33CFC1. Grayscale: #606060. Windows color (decimal): -3395522 or 4075724. OLE color: 4075724.
HSL color Cylindrical-coordinate representation of color #CC303E: hue angle of 354.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC303E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 62 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.2 |
| HSL | 354.62º | 0.62% | 0.49% | - |
| HSV(B) | 354.62º | 0.76% | 0.8% | - |
| XYZ | 26.83 | 15.3 | 6.1 | - |
| YUV | 96.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 62 | 0 | 0.76 | 0.70 | 0.2 | 354.62 | 0.62 | 0.49 |
| Hex | CC | 30 | 3E | 0 | 4C | 46 | 14 | 163 | 3E | 31 |
| Octal | 314 | 60 | 76 | 0 | 114 | 106 | 24 | 543 | 76 | 61 |
| Binary | 11001100 | 110000 | 111110 | 0 | 1001100 | 1000110 | 10100 | 101100011 | 111110 | 110001 |
Color Harmonies of #CC303E
Complementary color
Monochromatic Colors of #CC303E
Black with #CC303E
Text Example
Text Example
White with #CC303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC303E; }
p { color: rgb(204,48,62); }
H1.HeaderClassName
{
color: #CC303E;
}
.AnyTagClassName
{
color: #CC303E;
}
</style>
background-color css
<style>
a { background-color: #CC303E; }
a { background-color: rgb(204,48,62); }
div.DivClassName
{
background-color: #CC303E;
}
.BgClassName
{
background-color: #CC303E;
}
</style>
border-color css
<style>
span { border-color: #CC303E; }
span { border-color: rgb(204,48,62); }
td.TdClassName
{
border-color: #CC303E;
}
.TagClassName
{
border-color: #CC303E;
}
</style>