Shades of Brick Red #C23144
Tints of Brick Red #C23144
RGB
CMYK
RGB Variations
Color information
#C23144 (or 0xC23144) is known color: Brick Red. HEX triplet: C2, 31 and 44. RGB value is (194,49,68). Sum of RGB (Red+Green+Blue) = 194+49+68=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23144 is #3DCEBB. Grayscale: #5E5E5E. Windows color (decimal): -4050620 or 4469186. OLE color: 4469186.
HSL color Cylindrical-coordinate representation of color #C23144: hue angle of 352.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23144 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 68 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.24 |
| HSL | 352.14º | 0.6% | 0.48% | - |
| HSV(B) | 352.14º | 0.75% | 0.76% | - |
| XYZ | 24.39 | 14.08 | 6.9 | - |
| YUV | 94.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 68 | 0 | 0.75 | 0.65 | 0.24 | 352.14 | 0.6 | 0.48 |
| Hex | C2 | 31 | 44 | 0 | 4B | 41 | 18 | 160 | 3C | 30 |
| Octal | 302 | 61 | 104 | 0 | 113 | 101 | 30 | 540 | 74 | 60 |
| Binary | 11000010 | 110001 | 1000100 | 0 | 1001011 | 1000001 | 11000 | 101100000 | 111100 | 110000 |
Color Harmonies of #C23144
Complementary color
Monochromatic Colors of #C23144
Black with #C23144
Text Example
Text Example
White with #C23144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23144; }
p { color: rgb(194,49,68); }
H1.HeaderClassName
{
color: #C23144;
}
.AnyTagClassName
{
color: #C23144;
}
</style>
background-color css
<style>
a { background-color: #C23144; }
a { background-color: rgb(194,49,68); }
div.DivClassName
{
background-color: #C23144;
}
.BgClassName
{
background-color: #C23144;
}
</style>
border-color css
<style>
span { border-color: #C23144; }
span { border-color: rgb(194,49,68); }
td.TdClassName
{
border-color: #C23144;
}
.TagClassName
{
border-color: #C23144;
}
</style>