Shades of Brick Red #C92741
Tints of Brick Red #C92741
RGB
CMYK
RGB Variations
Color information
#C92741 (or 0xC92741) is known color: Brick Red. HEX triplet: C9, 27 and 41. RGB value is (201,39,65). Sum of RGB (Red+Green+Blue) = 201+39+65=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C92741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92741 is #36D8BE. Grayscale: #5A5A5A. Windows color (decimal): -3594431 or 4270025. OLE color: 4270025.
HSL color Cylindrical-coordinate representation of color #C92741: hue angle of 350.37º 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 #C92741 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 65 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.21 |
| HSL | 350.37º | 0.68% | 0.47% | - |
| HSV(B) | 350.37º | 0.81% | 0.79% | - |
| XYZ | 25.77 | 14.25 | 6.39 | - |
| YUV | 90.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 65 | 0 | 0.81 | 0.68 | 0.21 | 350.37 | 0.68 | 0.47 |
| Hex | C9 | 27 | 41 | 0 | 51 | 44 | 15 | 15E | 44 | 2F |
| Octal | 311 | 47 | 101 | 0 | 121 | 104 | 25 | 536 | 104 | 57 |
| Binary | 11001001 | 100111 | 1000001 | 0 | 1010001 | 1000100 | 10101 | 101011110 | 1000100 | 101111 |
Color Harmonies of #C92741
Complementary color
Monochromatic Colors of #C92741
Black with #C92741
Text Example
Text Example
White with #C92741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92741; }
p { color: rgb(201,39,65); }
H1.HeaderClassName
{
color: #C92741;
}
.AnyTagClassName
{
color: #C92741;
}
</style>
background-color css
<style>
a { background-color: #C92741; }
a { background-color: rgb(201,39,65); }
div.DivClassName
{
background-color: #C92741;
}
.BgClassName
{
background-color: #C92741;
}
</style>
border-color css
<style>
span { border-color: #C92741; }
span { border-color: rgb(201,39,65); }
td.TdClassName
{
border-color: #C92741;
}
.TagClassName
{
border-color: #C92741;
}
</style>