Shades of Brick Red #C92744
Tints of Brick Red #C92744
RGB
CMYK
RGB Variations
Color information
#C92744 (or 0xC92744) is known color: Brick Red. HEX triplet: C9, 27 and 44. RGB value is (201,39,68). Sum of RGB (Red+Green+Blue) = 201+39+68=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C92744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92744 is #36D8BB. Grayscale: #5A5A5A. Windows color (decimal): -3594428 or 4466633. OLE color: 4466633.
HSL color Cylindrical-coordinate representation of color #C92744: hue angle of 349.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92744 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 68 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.21 |
| HSL | 349.26º | 0.68% | 0.47% | - |
| HSV(B) | 349.26º | 0.81% | 0.79% | - |
| XYZ | 25.86 | 14.29 | 6.86 | - |
| YUV | 90.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 68 | 0 | 0.81 | 0.66 | 0.21 | 349.26 | 0.68 | 0.47 |
| Hex | C9 | 27 | 44 | 0 | 51 | 42 | 15 | 15D | 44 | 2F |
| Octal | 311 | 47 | 104 | 0 | 121 | 102 | 25 | 535 | 104 | 57 |
| Binary | 11001001 | 100111 | 1000100 | 0 | 1010001 | 1000010 | 10101 | 101011101 | 1000100 | 101111 |
Color Harmonies of #C92744
Complementary color
Monochromatic Colors of #C92744
Black with #C92744
Text Example
Text Example
White with #C92744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92744; }
p { color: rgb(201,39,68); }
H1.HeaderClassName
{
color: #C92744;
}
.AnyTagClassName
{
color: #C92744;
}
</style>
background-color css
<style>
a { background-color: #C92744; }
a { background-color: rgb(201,39,68); }
div.DivClassName
{
background-color: #C92744;
}
.BgClassName
{
background-color: #C92744;
}
</style>
border-color css
<style>
span { border-color: #C92744; }
span { border-color: rgb(201,39,68); }
td.TdClassName
{
border-color: #C92744;
}
.TagClassName
{
border-color: #C92744;
}
</style>