Shades of Brick Red #C2333D
Tints of Brick Red #C2333D
RGB
CMYK
RGB Variations
Color information
#C2333D (or 0xC2333D) is known color: Brick Red. HEX triplet: C2, 33 and 3D. RGB value is (194,51,61). Sum of RGB (Red+Green+Blue) = 194+51+61=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2333D is #3DCCC2. Grayscale: #5E5E5E. Windows color (decimal): -4050115 or 4010946. OLE color: 4010946.
HSL color Cylindrical-coordinate representation of color #C2333D: hue angle of 355.8º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2333D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.24 |
| HSL | 355.8º | 0.58% | 0.48% | - |
| HSV(B) | 355.8º | 0.74% | 0.76% | - |
| XYZ | 24.27 | 14.17 | 5.87 | - |
| YUV | 94.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 61 | 0 | 0.74 | 0.69 | 0.24 | 355.8 | 0.58 | 0.48 |
| Hex | C2 | 33 | 3D | 0 | 4A | 45 | 18 | 164 | 3A | 30 |
| Octal | 302 | 63 | 75 | 0 | 112 | 105 | 30 | 544 | 72 | 60 |
| Binary | 11000010 | 110011 | 111101 | 0 | 1001010 | 1000101 | 11000 | 101100100 | 111010 | 110000 |
Color Harmonies of #C2333D
Complementary color
Monochromatic Colors of #C2333D
Black with #C2333D
Text Example
Text Example
White with #C2333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2333D; }
p { color: rgb(194,51,61); }
H1.HeaderClassName
{
color: #C2333D;
}
.AnyTagClassName
{
color: #C2333D;
}
</style>
background-color css
<style>
a { background-color: #C2333D; }
a { background-color: rgb(194,51,61); }
div.DivClassName
{
background-color: #C2333D;
}
.BgClassName
{
background-color: #C2333D;
}
</style>
border-color css
<style>
span { border-color: #C2333D; }
span { border-color: rgb(194,51,61); }
td.TdClassName
{
border-color: #C2333D;
}
.TagClassName
{
border-color: #C2333D;
}
</style>