Shades of Brick Red #C23743
Tints of Brick Red #C23743
RGB
CMYK
RGB Variations
Color information
#C23743 (or 0xC23743) is known color: Brick Red. HEX triplet: C2, 37 and 43. RGB value is (194,55,67). Sum of RGB (Red+Green+Blue) = 194+55+67=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23743 is #3DC8BC. Grayscale: #626262. Windows color (decimal): -4049085 or 4405186. OLE color: 4405186.
HSL color Cylindrical-coordinate representation of color #C23743: hue angle of 354.82º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23743 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 67 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.24 |
| HSL | 354.82º | 0.56% | 0.49% | - |
| HSV(B) | 354.82º | 0.72% | 0.76% | - |
| XYZ | 24.63 | 14.61 | 6.83 | - |
| YUV | 97.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 67 | 0 | 0.72 | 0.65 | 0.24 | 354.82 | 0.56 | 0.49 |
| Hex | C2 | 37 | 43 | 0 | 48 | 41 | 18 | 163 | 38 | 31 |
| Octal | 302 | 67 | 103 | 0 | 110 | 101 | 30 | 543 | 70 | 61 |
| Binary | 11000010 | 110111 | 1000011 | 0 | 1001000 | 1000001 | 11000 | 101100011 | 111000 | 110001 |
Color Harmonies of #C23743
Complementary color
Monochromatic Colors of #C23743
Black with #C23743
Text Example
Text Example
White with #C23743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23743; }
p { color: rgb(194,55,67); }
H1.HeaderClassName
{
color: #C23743;
}
.AnyTagClassName
{
color: #C23743;
}
</style>
background-color css
<style>
a { background-color: #C23743; }
a { background-color: rgb(194,55,67); }
div.DivClassName
{
background-color: #C23743;
}
.BgClassName
{
background-color: #C23743;
}
</style>
border-color css
<style>
span { border-color: #C23743; }
span { border-color: rgb(194,55,67); }
td.TdClassName
{
border-color: #C23743;
}
.TagClassName
{
border-color: #C23743;
}
</style>