Shades of Brick Red #C23241
Tints of Brick Red #C23241
RGB
CMYK
RGB Variations
Color information
#C23241 (or 0xC23241) is known color: Brick Red. HEX triplet: C2, 32 and 41. RGB value is (194,50,65). Sum of RGB (Red+Green+Blue) = 194+50+65=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23241 is #3DCDBE. Grayscale: #5E5E5E. Windows color (decimal): -4050367 or 4272834. OLE color: 4272834.
HSL color Cylindrical-coordinate representation of color #C23241: hue angle of 353.75º 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 #C23241 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 65 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.24 |
| HSL | 353.75º | 0.59% | 0.48% | - |
| HSV(B) | 353.75º | 0.74% | 0.76% | - |
| XYZ | 24.34 | 14.13 | 6.45 | - |
| YUV | 94.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 65 | 0 | 0.74 | 0.66 | 0.24 | 353.75 | 0.59 | 0.48 |
| Hex | C2 | 32 | 41 | 0 | 4A | 42 | 18 | 162 | 3B | 30 |
| Octal | 302 | 62 | 101 | 0 | 112 | 102 | 30 | 542 | 73 | 60 |
| Binary | 11000010 | 110010 | 1000001 | 0 | 1001010 | 1000010 | 11000 | 101100010 | 111011 | 110000 |
Color Harmonies of #C23241
Complementary color
Monochromatic Colors of #C23241
Black with #C23241
Text Example
Text Example
White with #C23241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23241; }
p { color: rgb(194,50,65); }
H1.HeaderClassName
{
color: #C23241;
}
.AnyTagClassName
{
color: #C23241;
}
</style>
background-color css
<style>
a { background-color: #C23241; }
a { background-color: rgb(194,50,65); }
div.DivClassName
{
background-color: #C23241;
}
.BgClassName
{
background-color: #C23241;
}
</style>
border-color css
<style>
span { border-color: #C23241; }
span { border-color: rgb(194,50,65); }
td.TdClassName
{
border-color: #C23241;
}
.TagClassName
{
border-color: #C23241;
}
</style>