Shades of Brick Red #C23841
Tints of Brick Red #C23841
RGB
CMYK
RGB Variations
Color information
#C23841 (or 0xC23841) is known color: Brick Red. HEX triplet: C2, 38 and 41. RGB value is (194,56,65). Sum of RGB (Red+Green+Blue) = 194+56+65=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23841 is #3DC7BE. Grayscale: #626262. Windows color (decimal): -4048831 or 4274370. OLE color: 4274370.
HSL color Cylindrical-coordinate representation of color #C23841: hue angle of 356.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23841 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 65 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.24 |
| HSL | 356.09º | 0.55% | 0.49% | - |
| HSV(B) | 356.09º | 0.71% | 0.76% | - |
| XYZ | 24.62 | 14.68 | 6.54 | - |
| YUV | 98.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 65 | 0 | 0.71 | 0.66 | 0.24 | 356.09 | 0.55 | 0.49 |
| Hex | C2 | 38 | 41 | 0 | 47 | 42 | 18 | 164 | 37 | 31 |
| Octal | 302 | 70 | 101 | 0 | 107 | 102 | 30 | 544 | 67 | 61 |
| Binary | 11000010 | 111000 | 1000001 | 0 | 1000111 | 1000010 | 11000 | 101100100 | 110111 | 110001 |
Color Harmonies of #C23841
Complementary color
Monochromatic Colors of #C23841
Black with #C23841
Text Example
Text Example
White with #C23841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23841; }
p { color: rgb(194,56,65); }
H1.HeaderClassName
{
color: #C23841;
}
.AnyTagClassName
{
color: #C23841;
}
</style>
background-color css
<style>
a { background-color: #C23841; }
a { background-color: rgb(194,56,65); }
div.DivClassName
{
background-color: #C23841;
}
.BgClassName
{
background-color: #C23841;
}
</style>
border-color css
<style>
span { border-color: #C23841; }
span { border-color: rgb(194,56,65); }
td.TdClassName
{
border-color: #C23841;
}
.TagClassName
{
border-color: #C23841;
}
</style>