Shades of Brick Red #C93D4A
Tints of Brick Red #C93D4A
RGB
CMYK
RGB Variations
Color information
#C93D4A (or 0xC93D4A) is known color: Brick Red. HEX triplet: C9, 3D and 4A. RGB value is (201,61,74). Sum of RGB (Red+Green+Blue) = 201+61+74=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D4A is #36C2B5. Grayscale: #686868. Windows color (decimal): -3588790 or 4865481. OLE color: 4865481.
HSL color Cylindrical-coordinate representation of color #C93D4A: hue angle of 354.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D4A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 74 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.21 |
| HSL | 354.43º | 0.56% | 0.51% | - |
| HSV(B) | 354.43º | 0.7% | 0.79% | - |
| XYZ | 26.99 | 16.25 | 8.19 | - |
| YUV | 104.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 74 | 0 | 0.70 | 0.63 | 0.21 | 354.43 | 0.56 | 0.51 |
| Hex | C9 | 3D | 4A | 0 | 46 | 3F | 15 | 162 | 38 | 33 |
| Octal | 311 | 75 | 112 | 0 | 106 | 77 | 25 | 542 | 70 | 63 |
| Binary | 11001001 | 111101 | 1001010 | 0 | 1000110 | 111111 | 10101 | 101100010 | 111000 | 110011 |
Color Harmonies of #C93D4A
Complementary color
Monochromatic Colors of #C93D4A
Black with #C93D4A
Text Example
Text Example
White with #C93D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D4A; }
p { color: rgb(201,61,74); }
H1.HeaderClassName
{
color: #C93D4A;
}
.AnyTagClassName
{
color: #C93D4A;
}
</style>
background-color css
<style>
a { background-color: #C93D4A; }
a { background-color: rgb(201,61,74); }
div.DivClassName
{
background-color: #C93D4A;
}
.BgClassName
{
background-color: #C93D4A;
}
</style>
border-color css
<style>
span { border-color: #C93D4A; }
span { border-color: rgb(201,61,74); }
td.TdClassName
{
border-color: #C93D4A;
}
.TagClassName
{
border-color: #C93D4A;
}
</style>