Shades of Brick Red #C93542
Tints of Brick Red #C93542
RGB
CMYK
RGB Variations
Color information
#C93542 (or 0xC93542) is known color: Brick Red. HEX triplet: C9, 35 and 42. RGB value is (201,53,66). Sum of RGB (Red+Green+Blue) = 201+53+66=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93542 is #36CABD. Grayscale: #626262. Windows color (decimal): -3590846 or 4339145. OLE color: 4339145.
HSL color Cylindrical-coordinate representation of color #C93542: hue angle of 354.73º 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 #C93542 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 66 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.21 |
| HSL | 354.73º | 0.58% | 0.5% | - |
| HSV(B) | 354.73º | 0.74% | 0.79% | - |
| XYZ | 26.34 | 15.36 | 6.73 | - |
| YUV | 98.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 66 | 0 | 0.74 | 0.67 | 0.21 | 354.73 | 0.58 | 0.5 |
| Hex | C9 | 35 | 42 | 0 | 4A | 43 | 15 | 163 | 3A | 32 |
| Octal | 311 | 65 | 102 | 0 | 112 | 103 | 25 | 543 | 72 | 62 |
| Binary | 11001001 | 110101 | 1000010 | 0 | 1001010 | 1000011 | 10101 | 101100011 | 111010 | 110010 |
Color Harmonies of #C93542
Complementary color
Monochromatic Colors of #C93542
Black with #C93542
Text Example
Text Example
White with #C93542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93542; }
p { color: rgb(201,53,66); }
H1.HeaderClassName
{
color: #C93542;
}
.AnyTagClassName
{
color: #C93542;
}
</style>
background-color css
<style>
a { background-color: #C93542; }
a { background-color: rgb(201,53,66); }
div.DivClassName
{
background-color: #C93542;
}
.BgClassName
{
background-color: #C93542;
}
</style>
border-color css
<style>
span { border-color: #C93542; }
span { border-color: rgb(201,53,66); }
td.TdClassName
{
border-color: #C93542;
}
.TagClassName
{
border-color: #C93542;
}
</style>