Shades of Brick Red #C93541
Tints of Brick Red #C93541
RGB
CMYK
RGB Variations
Color information
#C93541 (or 0xC93541) is known color: Brick Red. HEX triplet: C9, 35 and 41. RGB value is (201,53,65). Sum of RGB (Red+Green+Blue) = 201+53+65=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93541 is #36CABE. Grayscale: #626262. Windows color (decimal): -3590847 or 4273609. OLE color: 4273609.
HSL color Cylindrical-coordinate representation of color #C93541: hue angle of 355.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93541 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 65 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.21 |
| HSL | 355.14º | 0.58% | 0.5% | - |
| HSV(B) | 355.14º | 0.74% | 0.79% | - |
| XYZ | 26.31 | 15.35 | 6.58 | - |
| YUV | 98.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 65 | 0 | 0.74 | 0.68 | 0.21 | 355.14 | 0.58 | 0.5 |
| Hex | C9 | 35 | 41 | 0 | 4A | 44 | 15 | 163 | 3A | 32 |
| Octal | 311 | 65 | 101 | 0 | 112 | 104 | 25 | 543 | 72 | 62 |
| Binary | 11001001 | 110101 | 1000001 | 0 | 1001010 | 1000100 | 10101 | 101100011 | 111010 | 110010 |
Color Harmonies of #C93541
Complementary color
Monochromatic Colors of #C93541
Black with #C93541
Text Example
Text Example
White with #C93541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93541; }
p { color: rgb(201,53,65); }
H1.HeaderClassName
{
color: #C93541;
}
.AnyTagClassName
{
color: #C93541;
}
</style>
background-color css
<style>
a { background-color: #C93541; }
a { background-color: rgb(201,53,65); }
div.DivClassName
{
background-color: #C93541;
}
.BgClassName
{
background-color: #C93541;
}
</style>
border-color css
<style>
span { border-color: #C93541; }
span { border-color: rgb(201,53,65); }
td.TdClassName
{
border-color: #C93541;
}
.TagClassName
{
border-color: #C93541;
}
</style>