Shades of Brick Red #C24349
Tints of Brick Red #C24349
RGB
CMYK
RGB Variations
Color information
#C24349 (or 0xC24349) is known color: Brick Red. HEX triplet: C2, 43 and 49. RGB value is (194,67,73). Sum of RGB (Red+Green+Blue) = 194+67+73=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C24349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24349 is #3DBCB6. Grayscale: #696969. Windows color (decimal): -4046007 or 4801474. OLE color: 4801474.
HSL color Cylindrical-coordinate representation of color #C24349: hue angle of 357.17º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24349 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 73 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.24 |
| HSL | 357.17º | 0.51% | 0.51% | - |
| HSV(B) | 357.17º | 0.65% | 0.76% | - |
| XYZ | 25.46 | 15.96 | 8.04 | - |
| YUV | 105.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 73 | 0 | 0.65 | 0.62 | 0.24 | 357.17 | 0.51 | 0.51 |
| Hex | C2 | 43 | 49 | 0 | 41 | 3E | 18 | 165 | 33 | 33 |
| Octal | 302 | 103 | 111 | 0 | 101 | 76 | 30 | 545 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1001001 | 0 | 1000001 | 111110 | 11000 | 101100101 | 110011 | 110011 |
Color Harmonies of #C24349
Complementary color
Monochromatic Colors of #C24349
Black with #C24349
Text Example
Text Example
White with #C24349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24349; }
p { color: rgb(194,67,73); }
H1.HeaderClassName
{
color: #C24349;
}
.AnyTagClassName
{
color: #C24349;
}
</style>
background-color css
<style>
a { background-color: #C24349; }
a { background-color: rgb(194,67,73); }
div.DivClassName
{
background-color: #C24349;
}
.BgClassName
{
background-color: #C24349;
}
</style>
border-color css
<style>
span { border-color: #C24349; }
span { border-color: rgb(194,67,73); }
td.TdClassName
{
border-color: #C24349;
}
.TagClassName
{
border-color: #C24349;
}
</style>