Shades of Brick Red #C92448
Tints of Brick Red #C92448
RGB
CMYK
RGB Variations
Color information
#C92448 (or 0xC92448) is known color: Brick Red. HEX triplet: C9, 24 and 48. RGB value is (201,36,72). Sum of RGB (Red+Green+Blue) = 201+36+72=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92448 is #36DBB7. Grayscale: #595959. Windows color (decimal): -3595192 or 4728009. OLE color: 4728009.
HSL color Cylindrical-coordinate representation of color #C92448: hue angle of 346.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92448 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 72 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.21 |
| HSL | 346.91º | 0.7% | 0.46% | - |
| HSV(B) | 346.91º | 0.82% | 0.79% | - |
| XYZ | 25.89 | 14.15 | 7.5 | - |
| YUV | 89.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 72 | 0 | 0.82 | 0.64 | 0.21 | 346.91 | 0.7 | 0.46 |
| Hex | C9 | 24 | 48 | 0 | 52 | 40 | 15 | 15B | 46 | 2E |
| Octal | 311 | 44 | 110 | 0 | 122 | 100 | 25 | 533 | 106 | 56 |
| Binary | 11001001 | 100100 | 1001000 | 0 | 1010010 | 1000000 | 10101 | 101011011 | 1000110 | 101110 |
Color Harmonies of #C92448
Complementary color
Monochromatic Colors of #C92448
Black with #C92448
Text Example
Text Example
White with #C92448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92448; }
p { color: rgb(201,36,72); }
H1.HeaderClassName
{
color: #C92448;
}
.AnyTagClassName
{
color: #C92448;
}
</style>
background-color css
<style>
a { background-color: #C92448; }
a { background-color: rgb(201,36,72); }
div.DivClassName
{
background-color: #C92448;
}
.BgClassName
{
background-color: #C92448;
}
</style>
border-color css
<style>
span { border-color: #C92448; }
span { border-color: rgb(201,36,72); }
td.TdClassName
{
border-color: #C92448;
}
.TagClassName
{
border-color: #C92448;
}
</style>