Shades of Brick Red #C23741
Tints of Brick Red #C23741
RGB
CMYK
RGB Variations
Color information
#C23741 (or 0xC23741) is known color: Brick Red. HEX triplet: C2, 37 and 41. RGB value is (194,55,65). Sum of RGB (Red+Green+Blue) = 194+55+65=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C23741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23741 is #3DC8BE. Grayscale: #616161. Windows color (decimal): -4049087 or 4274114. OLE color: 4274114.
HSL color Cylindrical-coordinate representation of color #C23741: hue angle of 355.68º 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 #C23741 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 65 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.24 |
| HSL | 355.68º | 0.56% | 0.49% | - |
| HSV(B) | 355.68º | 0.72% | 0.76% | - |
| XYZ | 24.57 | 14.58 | 6.52 | - |
| YUV | 97.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 65 | 0 | 0.72 | 0.66 | 0.24 | 355.68 | 0.56 | 0.49 |
| Hex | C2 | 37 | 41 | 0 | 48 | 42 | 18 | 164 | 38 | 31 |
| Octal | 302 | 67 | 101 | 0 | 110 | 102 | 30 | 544 | 70 | 61 |
| Binary | 11000010 | 110111 | 1000001 | 0 | 1001000 | 1000010 | 11000 | 101100100 | 111000 | 110001 |
Color Harmonies of #C23741
Complementary color
Monochromatic Colors of #C23741
Black with #C23741
Text Example
Text Example
White with #C23741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23741; }
p { color: rgb(194,55,65); }
H1.HeaderClassName
{
color: #C23741;
}
.AnyTagClassName
{
color: #C23741;
}
</style>
background-color css
<style>
a { background-color: #C23741; }
a { background-color: rgb(194,55,65); }
div.DivClassName
{
background-color: #C23741;
}
.BgClassName
{
background-color: #C23741;
}
</style>
border-color css
<style>
span { border-color: #C23741; }
span { border-color: rgb(194,55,65); }
td.TdClassName
{
border-color: #C23741;
}
.TagClassName
{
border-color: #C23741;
}
</style>