Shades of Brick Red #C23142
Tints of Brick Red #C23142
RGB
CMYK
RGB Variations
Color information
#C23142 (or 0xC23142) is known color: Brick Red. HEX triplet: C2, 31 and 42. RGB value is (194,49,66). Sum of RGB (Red+Green+Blue) = 194+49+66=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23142 is #3DCEBD. Grayscale: #5E5E5E. Windows color (decimal): -4050622 or 4338114. OLE color: 4338114.
HSL color Cylindrical-coordinate representation of color #C23142: hue angle of 352.97º 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 #C23142 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 66 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.24 |
| HSL | 352.97º | 0.6% | 0.48% | - |
| HSV(B) | 352.97º | 0.75% | 0.76% | - |
| XYZ | 24.33 | 14.06 | 6.59 | - |
| YUV | 94.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 66 | 0 | 0.75 | 0.66 | 0.24 | 352.97 | 0.6 | 0.48 |
| Hex | C2 | 31 | 42 | 0 | 4B | 42 | 18 | 161 | 3C | 30 |
| Octal | 302 | 61 | 102 | 0 | 113 | 102 | 30 | 541 | 74 | 60 |
| Binary | 11000010 | 110001 | 1000010 | 0 | 1001011 | 1000010 | 11000 | 101100001 | 111100 | 110000 |
Color Harmonies of #C23142
Complementary color
Monochromatic Colors of #C23142
Black with #C23142
Text Example
Text Example
White with #C23142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23142; }
p { color: rgb(194,49,66); }
H1.HeaderClassName
{
color: #C23142;
}
.AnyTagClassName
{
color: #C23142;
}
</style>
background-color css
<style>
a { background-color: #C23142; }
a { background-color: rgb(194,49,66); }
div.DivClassName
{
background-color: #C23142;
}
.BgClassName
{
background-color: #C23142;
}
</style>
border-color css
<style>
span { border-color: #C23142; }
span { border-color: rgb(194,49,66); }
td.TdClassName
{
border-color: #C23142;
}
.TagClassName
{
border-color: #C23142;
}
</style>