Shades of Brick Red #C93D4B
Tints of Brick Red #C93D4B
RGB
CMYK
RGB Variations
Color information
#C93D4B (or 0xC93D4B) is known color: Brick Red. HEX triplet: C9, 3D and 4B. RGB value is (201,61,75). Sum of RGB (Red+Green+Blue) = 201+61+75=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D4B is #36C2B4. Grayscale: #686868. Windows color (decimal): -3588789 or 4931017. OLE color: 4931017.
HSL color Cylindrical-coordinate representation of color #C93D4B: hue angle of 354º 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 #C93D4B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 75 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.21 |
| HSL | 354º | 0.56% | 0.51% | - |
| HSV(B) | 354º | 0.7% | 0.79% | - |
| XYZ | 27.03 | 16.26 | 8.37 | - |
| YUV | 104.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 75 | 0 | 0.70 | 0.63 | 0.21 | 354 | 0.56 | 0.51 |
| Hex | C9 | 3D | 4B | 0 | 46 | 3F | 15 | 162 | 38 | 33 |
| Octal | 311 | 75 | 113 | 0 | 106 | 77 | 25 | 542 | 70 | 63 |
| Binary | 11001001 | 111101 | 1001011 | 0 | 1000110 | 111111 | 10101 | 101100010 | 111000 | 110011 |
Color Harmonies of #C93D4B
Complementary color
Monochromatic Colors of #C93D4B
Black with #C93D4B
Text Example
Text Example
White with #C93D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D4B; }
p { color: rgb(201,61,75); }
H1.HeaderClassName
{
color: #C93D4B;
}
.AnyTagClassName
{
color: #C93D4B;
}
</style>
background-color css
<style>
a { background-color: #C93D4B; }
a { background-color: rgb(201,61,75); }
div.DivClassName
{
background-color: #C93D4B;
}
.BgClassName
{
background-color: #C93D4B;
}
</style>
border-color css
<style>
span { border-color: #C93D4B; }
span { border-color: rgb(201,61,75); }
td.TdClassName
{
border-color: #C93D4B;
}
.TagClassName
{
border-color: #C93D4B;
}
</style>