Shades of Brick Red #C23C43
Tints of Brick Red #C23C43
RGB
CMYK
RGB Variations
Color information
#C23C43 (or 0xC23C43) is known color: Brick Red. HEX triplet: C2, 3C and 43. RGB value is (194,60,67). Sum of RGB (Red+Green+Blue) = 194+60+67=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C43 is #3DC3BC. Grayscale: #646464. Windows color (decimal): -4047805 or 4406466. OLE color: 4406466.
HSL color Cylindrical-coordinate representation of color #C23C43: hue angle of 356.87º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C43 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 67 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.24 |
| HSL | 356.87º | 0.53% | 0.5% | - |
| HSV(B) | 356.87º | 0.69% | 0.76% | - |
| XYZ | 24.88 | 15.11 | 6.91 | - |
| YUV | 100.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 67 | 0 | 0.69 | 0.65 | 0.24 | 356.87 | 0.53 | 0.5 |
| Hex | C2 | 3C | 43 | 0 | 45 | 41 | 18 | 165 | 35 | 32 |
| Octal | 302 | 74 | 103 | 0 | 105 | 101 | 30 | 545 | 65 | 62 |
| Binary | 11000010 | 111100 | 1000011 | 0 | 1000101 | 1000001 | 11000 | 101100101 | 110101 | 110010 |
Color Harmonies of #C23C43
Complementary color
Monochromatic Colors of #C23C43
Black with #C23C43
Text Example
Text Example
White with #C23C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C43; }
p { color: rgb(194,60,67); }
H1.HeaderClassName
{
color: #C23C43;
}
.AnyTagClassName
{
color: #C23C43;
}
</style>
background-color css
<style>
a { background-color: #C23C43; }
a { background-color: rgb(194,60,67); }
div.DivClassName
{
background-color: #C23C43;
}
.BgClassName
{
background-color: #C23C43;
}
</style>
border-color css
<style>
span { border-color: #C23C43; }
span { border-color: rgb(194,60,67); }
td.TdClassName
{
border-color: #C23C43;
}
.TagClassName
{
border-color: #C23C43;
}
</style>