Shades of Brick Red #C93047
Tints of Brick Red #C93047
RGB
CMYK
RGB Variations
Color information
#C93047 (or 0xC93047) is known color: Brick Red. HEX triplet: C9, 30 and 47. RGB value is (201,48,71). Sum of RGB (Red+Green+Blue) = 201+48+71=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93047 is #36CFB8. Grayscale: #606060. Windows color (decimal): -3592121 or 4665545. OLE color: 4665545.
HSL color Cylindrical-coordinate representation of color #C93047: hue angle of 350.98º 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 #C93047 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 71 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.21 |
| HSL | 350.98º | 0.61% | 0.49% | - |
| HSV(B) | 350.98º | 0.76% | 0.79% | - |
| XYZ | 26.28 | 14.99 | 7.47 | - |
| YUV | 96.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 71 | 0 | 0.76 | 0.65 | 0.21 | 350.98 | 0.61 | 0.49 |
| Hex | C9 | 30 | 47 | 0 | 4C | 41 | 15 | 15F | 3D | 31 |
| Octal | 311 | 60 | 107 | 0 | 114 | 101 | 25 | 537 | 75 | 61 |
| Binary | 11001001 | 110000 | 1000111 | 0 | 1001100 | 1000001 | 10101 | 101011111 | 111101 | 110001 |
Color Harmonies of #C93047
Complementary color
Monochromatic Colors of #C93047
Black with #C93047
Text Example
Text Example
White with #C93047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93047; }
p { color: rgb(201,48,71); }
H1.HeaderClassName
{
color: #C93047;
}
.AnyTagClassName
{
color: #C93047;
}
</style>
background-color css
<style>
a { background-color: #C93047; }
a { background-color: rgb(201,48,71); }
div.DivClassName
{
background-color: #C93047;
}
.BgClassName
{
background-color: #C93047;
}
</style>
border-color css
<style>
span { border-color: #C93047; }
span { border-color: rgb(201,48,71); }
td.TdClassName
{
border-color: #C93047;
}
.TagClassName
{
border-color: #C93047;
}
</style>