Shades of Brick Red #C92445
Tints of Brick Red #C92445
RGB
CMYK
RGB Variations
Color information
#C92445 (or 0xC92445) is known color: Brick Red. HEX triplet: C9, 24 and 45. RGB value is (201,36,69). Sum of RGB (Red+Green+Blue) = 201+36+69=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92445 is #36DBBA. Grayscale: #595959. Windows color (decimal): -3595195 or 4531401. OLE color: 4531401.
HSL color Cylindrical-coordinate representation of color #C92445: hue angle of 348º 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 #C92445 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 69 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.21 |
| HSL | 348º | 0.7% | 0.46% | - |
| HSV(B) | 348º | 0.82% | 0.79% | - |
| XYZ | 25.79 | 14.11 | 6.99 | - |
| YUV | 89.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 69 | 0 | 0.82 | 0.66 | 0.21 | 348 | 0.7 | 0.46 |
| Hex | C9 | 24 | 45 | 0 | 52 | 42 | 15 | 15C | 46 | 2E |
| Octal | 311 | 44 | 105 | 0 | 122 | 102 | 25 | 534 | 106 | 56 |
| Binary | 11001001 | 100100 | 1000101 | 0 | 1010010 | 1000010 | 10101 | 101011100 | 1000110 | 101110 |
Color Harmonies of #C92445
Complementary color
Monochromatic Colors of #C92445
Black with #C92445
Text Example
Text Example
White with #C92445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92445; }
p { color: rgb(201,36,69); }
H1.HeaderClassName
{
color: #C92445;
}
.AnyTagClassName
{
color: #C92445;
}
</style>
background-color css
<style>
a { background-color: #C92445; }
a { background-color: rgb(201,36,69); }
div.DivClassName
{
background-color: #C92445;
}
.BgClassName
{
background-color: #C92445;
}
</style>
border-color css
<style>
span { border-color: #C92445; }
span { border-color: rgb(201,36,69); }
td.TdClassName
{
border-color: #C92445;
}
.TagClassName
{
border-color: #C92445;
}
</style>