Shades of Brick Red #CC2342
Tints of Brick Red #CC2342
RGB
CMYK
RGB Variations
Color information
#CC2342 (or 0xCC2342) is known color: Brick Red. HEX triplet: CC, 23 and 42. RGB value is (204,35,66). Sum of RGB (Red+Green+Blue) = 204+35+66=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2342 is #33DCBD. Grayscale: #595959. Windows color (decimal): -3398846 or 4334540. OLE color: 4334540.
HSL color Cylindrical-coordinate representation of color #CC2342: hue angle of 348.99º 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 #CC2342 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 66 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.2 |
| HSL | 348.99º | 0.71% | 0.47% | - |
| HSV(B) | 348.99º | 0.83% | 0.8% | - |
| XYZ | 26.49 | 14.43 | 6.54 | - |
| YUV | 89.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 66 | 0 | 0.83 | 0.68 | 0.2 | 348.99 | 0.71 | 0.47 |
| Hex | CC | 23 | 42 | 0 | 53 | 44 | 14 | 15D | 47 | 2F |
| Octal | 314 | 43 | 102 | 0 | 123 | 104 | 24 | 535 | 107 | 57 |
| Binary | 11001100 | 100011 | 1000010 | 0 | 1010011 | 1000100 | 10100 | 101011101 | 1000111 | 101111 |
Color Harmonies of #CC2342
Complementary color
Monochromatic Colors of #CC2342
Black with #CC2342
Text Example
Text Example
White with #CC2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2342; }
p { color: rgb(204,35,66); }
H1.HeaderClassName
{
color: #CC2342;
}
.AnyTagClassName
{
color: #CC2342;
}
</style>
background-color css
<style>
a { background-color: #CC2342; }
a { background-color: rgb(204,35,66); }
div.DivClassName
{
background-color: #CC2342;
}
.BgClassName
{
background-color: #CC2342;
}
</style>
border-color css
<style>
span { border-color: #CC2342; }
span { border-color: rgb(204,35,66); }
td.TdClassName
{
border-color: #CC2342;
}
.TagClassName
{
border-color: #CC2342;
}
</style>