Shades of Brick Red #C23243
Tints of Brick Red #C23243
RGB
CMYK
RGB Variations
Color information
#C23243 (or 0xC23243) is known color: Brick Red. HEX triplet: C2, 32 and 43. RGB value is (194,50,67). Sum of RGB (Red+Green+Blue) = 194+50+67=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23243 is #3DCDBC. Grayscale: #5F5F5F. Windows color (decimal): -4050365 or 4403906. OLE color: 4403906.
HSL color Cylindrical-coordinate representation of color #C23243: hue angle of 352.92º degrees, saturation: 0.59, 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 #C23243 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 67 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.24 |
| HSL | 352.92º | 0.59% | 0.48% | - |
| HSV(B) | 352.92º | 0.74% | 0.76% | - |
| XYZ | 24.4 | 14.16 | 6.76 | - |
| YUV | 94.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 67 | 0 | 0.74 | 0.65 | 0.24 | 352.92 | 0.59 | 0.48 |
| Hex | C2 | 32 | 43 | 0 | 4A | 41 | 18 | 161 | 3B | 30 |
| Octal | 302 | 62 | 103 | 0 | 112 | 101 | 30 | 541 | 73 | 60 |
| Binary | 11000010 | 110010 | 1000011 | 0 | 1001010 | 1000001 | 11000 | 101100001 | 111011 | 110000 |
Color Harmonies of #C23243
Complementary color
Monochromatic Colors of #C23243
Black with #C23243
Text Example
Text Example
White with #C23243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23243; }
p { color: rgb(194,50,67); }
H1.HeaderClassName
{
color: #C23243;
}
.AnyTagClassName
{
color: #C23243;
}
</style>
background-color css
<style>
a { background-color: #C23243; }
a { background-color: rgb(194,50,67); }
div.DivClassName
{
background-color: #C23243;
}
.BgClassName
{
background-color: #C23243;
}
</style>
border-color css
<style>
span { border-color: #C23243; }
span { border-color: rgb(194,50,67); }
td.TdClassName
{
border-color: #C23243;
}
.TagClassName
{
border-color: #C23243;
}
</style>