Shades of Brick Red #C93341
Tints of Brick Red #C93341
RGB
CMYK
RGB Variations
Color information
#C93341 (or 0xC93341) is known color: Brick Red. HEX triplet: C9, 33 and 41. RGB value is (201,51,65). Sum of RGB (Red+Green+Blue) = 201+51+65=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C93341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93341 is #36CCBE. Grayscale: #616161. Windows color (decimal): -3591359 or 4273097. OLE color: 4273097.
HSL color Cylindrical-coordinate representation of color #C93341: hue angle of 354.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93341 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 65 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.21 |
| HSL | 354.4º | 0.6% | 0.49% | - |
| HSV(B) | 354.4º | 0.75% | 0.79% | - |
| XYZ | 26.23 | 15.17 | 6.55 | - |
| YUV | 97.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 65 | 0 | 0.75 | 0.68 | 0.21 | 354.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | 41 | 0 | 4B | 44 | 15 | 162 | 3C | 31 |
| Octal | 311 | 63 | 101 | 0 | 113 | 104 | 25 | 542 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000001 | 0 | 1001011 | 1000100 | 10101 | 101100010 | 111100 | 110001 |
Color Harmonies of #C93341
Complementary color
Monochromatic Colors of #C93341
Black with #C93341
Text Example
Text Example
White with #C93341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93341; }
p { color: rgb(201,51,65); }
H1.HeaderClassName
{
color: #C93341;
}
.AnyTagClassName
{
color: #C93341;
}
</style>
background-color css
<style>
a { background-color: #C93341; }
a { background-color: rgb(201,51,65); }
div.DivClassName
{
background-color: #C93341;
}
.BgClassName
{
background-color: #C93341;
}
</style>
border-color css
<style>
span { border-color: #C93341; }
span { border-color: rgb(201,51,65); }
td.TdClassName
{
border-color: #C93341;
}
.TagClassName
{
border-color: #C93341;
}
</style>