Shades of Brick Red #C24448
Tints of Brick Red #C24448
RGB
CMYK
RGB Variations
Color information
#C24448 (or 0xC24448) is known color: Brick Red. HEX triplet: C2, 44 and 48. RGB value is (194,68,72). Sum of RGB (Red+Green+Blue) = 194+68+72=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C24448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24448 is #3DBBB7. Grayscale: #6A6A6A. Windows color (decimal): -4045752 or 4736194. OLE color: 4736194.
HSL color Cylindrical-coordinate representation of color #C24448: hue angle of 358.1º 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 #C24448 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 72 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.24 |
| HSL | 358.1º | 0.51% | 0.51% | - |
| HSV(B) | 358.1º | 0.65% | 0.76% | - |
| XYZ | 25.48 | 16.07 | 7.89 | - |
| YUV | 106.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 72 | 0 | 0.65 | 0.63 | 0.24 | 358.1 | 0.51 | 0.51 |
| Hex | C2 | 44 | 48 | 0 | 41 | 3F | 18 | 166 | 33 | 33 |
| Octal | 302 | 104 | 110 | 0 | 101 | 77 | 30 | 546 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1001000 | 0 | 1000001 | 111111 | 11000 | 101100110 | 110011 | 110011 |
Color Harmonies of #C24448
Complementary color
Monochromatic Colors of #C24448
Black with #C24448
Text Example
Text Example
White with #C24448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24448; }
p { color: rgb(194,68,72); }
H1.HeaderClassName
{
color: #C24448;
}
.AnyTagClassName
{
color: #C24448;
}
</style>
background-color css
<style>
a { background-color: #C24448; }
a { background-color: rgb(194,68,72); }
div.DivClassName
{
background-color: #C24448;
}
.BgClassName
{
background-color: #C24448;
}
</style>
border-color css
<style>
span { border-color: #C24448; }
span { border-color: rgb(194,68,72); }
td.TdClassName
{
border-color: #C24448;
}
.TagClassName
{
border-color: #C24448;
}
</style>