Shades of Brick Red #C24148
Tints of Brick Red #C24148
RGB
CMYK
RGB Variations
Color information
#C24148 (or 0xC24148) is known color: Brick Red. HEX triplet: C2, 41 and 48. RGB value is (194,65,72). Sum of RGB (Red+Green+Blue) = 194+65+72=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24148 is #3DBEB7. Grayscale: #686868. Windows color (decimal): -4046520 or 4735426. OLE color: 4735426.
HSL color Cylindrical-coordinate representation of color #C24148: hue angle of 356.74º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24148 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 72 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.24 |
| HSL | 356.74º | 0.51% | 0.51% | - |
| HSV(B) | 356.74º | 0.66% | 0.76% | - |
| XYZ | 25.31 | 15.72 | 7.83 | - |
| YUV | 104.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 72 | 0 | 0.66 | 0.63 | 0.24 | 356.74 | 0.51 | 0.51 |
| Hex | C2 | 41 | 48 | 0 | 42 | 3F | 18 | 165 | 33 | 33 |
| Octal | 302 | 101 | 110 | 0 | 102 | 77 | 30 | 545 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1001000 | 0 | 1000010 | 111111 | 11000 | 101100101 | 110011 | 110011 |
Color Harmonies of #C24148
Complementary color
Monochromatic Colors of #C24148
Black with #C24148
Text Example
Text Example
White with #C24148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24148; }
p { color: rgb(194,65,72); }
H1.HeaderClassName
{
color: #C24148;
}
.AnyTagClassName
{
color: #C24148;
}
</style>
background-color css
<style>
a { background-color: #C24148; }
a { background-color: rgb(194,65,72); }
div.DivClassName
{
background-color: #C24148;
}
.BgClassName
{
background-color: #C24148;
}
</style>
border-color css
<style>
span { border-color: #C24148; }
span { border-color: rgb(194,65,72); }
td.TdClassName
{
border-color: #C24148;
}
.TagClassName
{
border-color: #C24148;
}
</style>