Shades of Brick Red #CC2345
Tints of Brick Red #CC2345
RGB
CMYK
RGB Variations
Color information
#CC2345 (or 0xCC2345) is known color: Brick Red. HEX triplet: CC, 23 and 45. RGB value is (204,35,69). Sum of RGB (Red+Green+Blue) = 204+35+69=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2345 is #33DCBA. Grayscale: #595959. Windows color (decimal): -3398843 or 4531148. OLE color: 4531148.
HSL color Cylindrical-coordinate representation of color #CC2345: hue angle of 347.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2345 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 69 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.2 |
| HSL | 347.93º | 0.71% | 0.47% | - |
| HSV(B) | 347.93º | 0.83% | 0.8% | - |
| XYZ | 26.58 | 14.47 | 7.02 | - |
| YUV | 89.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 69 | 0 | 0.83 | 0.66 | 0.2 | 347.93 | 0.71 | 0.47 |
| Hex | CC | 23 | 45 | 0 | 53 | 42 | 14 | 15C | 47 | 2F |
| Octal | 314 | 43 | 105 | 0 | 123 | 102 | 24 | 534 | 107 | 57 |
| Binary | 11001100 | 100011 | 1000101 | 0 | 1010011 | 1000010 | 10100 | 101011100 | 1000111 | 101111 |
Color Harmonies of #CC2345
Complementary color
Monochromatic Colors of #CC2345
Black with #CC2345
Text Example
Text Example
White with #CC2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2345; }
p { color: rgb(204,35,69); }
H1.HeaderClassName
{
color: #CC2345;
}
.AnyTagClassName
{
color: #CC2345;
}
</style>
background-color css
<style>
a { background-color: #CC2345; }
a { background-color: rgb(204,35,69); }
div.DivClassName
{
background-color: #CC2345;
}
.BgClassName
{
background-color: #CC2345;
}
</style>
border-color css
<style>
span { border-color: #CC2345; }
span { border-color: rgb(204,35,69); }
td.TdClassName
{
border-color: #CC2345;
}
.TagClassName
{
border-color: #CC2345;
}
</style>