Shades of Brick Red #C93041
Tints of Brick Red #C93041
RGB
CMYK
RGB Variations
Color information
#C93041 (or 0xC93041) is known color: Brick Red. HEX triplet: C9, 30 and 41. RGB value is (201,48,65). Sum of RGB (Red+Green+Blue) = 201+48+65=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C93041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93041 is #36CFBE. Grayscale: #5F5F5F. Windows color (decimal): -3592127 or 4272329. OLE color: 4272329.
HSL color Cylindrical-coordinate representation of color #C93041: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93041 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 65 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.21 |
| HSL | 353.33º | 0.61% | 0.49% | - |
| HSV(B) | 353.33º | 0.76% | 0.79% | - |
| XYZ | 26.1 | 14.91 | 6.5 | - |
| YUV | 95.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 65 | 0 | 0.76 | 0.68 | 0.21 | 353.33 | 0.61 | 0.49 |
| Hex | C9 | 30 | 41 | 0 | 4C | 44 | 15 | 161 | 3D | 31 |
| Octal | 311 | 60 | 101 | 0 | 114 | 104 | 25 | 541 | 75 | 61 |
| Binary | 11001001 | 110000 | 1000001 | 0 | 1001100 | 1000100 | 10101 | 101100001 | 111101 | 110001 |
Color Harmonies of #C93041
Complementary color
Monochromatic Colors of #C93041
Black with #C93041
Text Example
Text Example
White with #C93041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93041; }
p { color: rgb(201,48,65); }
H1.HeaderClassName
{
color: #C93041;
}
.AnyTagClassName
{
color: #C93041;
}
</style>
background-color css
<style>
a { background-color: #C93041; }
a { background-color: rgb(201,48,65); }
div.DivClassName
{
background-color: #C93041;
}
.BgClassName
{
background-color: #C93041;
}
</style>
border-color css
<style>
span { border-color: #C93041; }
span { border-color: rgb(201,48,65); }
td.TdClassName
{
border-color: #C93041;
}
.TagClassName
{
border-color: #C93041;
}
</style>