Shades of Brick Red #C93342
Tints of Brick Red #C93342
RGB
CMYK
RGB Variations
Color information
#C93342 (or 0xC93342) is known color: Brick Red. HEX triplet: C9, 33 and 42. RGB value is (201,51,66). Sum of RGB (Red+Green+Blue) = 201+51+66=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93342 is #36CCBD. Grayscale: #616161. Windows color (decimal): -3591358 or 4338633. OLE color: 4338633.
HSL color Cylindrical-coordinate representation of color #C93342: hue angle of 354º 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 #C93342 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 66 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.21 |
| HSL | 354º | 0.6% | 0.49% | - |
| HSV(B) | 354º | 0.75% | 0.79% | - |
| XYZ | 26.25 | 15.18 | 6.7 | - |
| YUV | 97.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 66 | 0 | 0.75 | 0.67 | 0.21 | 354 | 0.6 | 0.49 |
| Hex | C9 | 33 | 42 | 0 | 4B | 43 | 15 | 162 | 3C | 31 |
| Octal | 311 | 63 | 102 | 0 | 113 | 103 | 25 | 542 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000010 | 0 | 1001011 | 1000011 | 10101 | 101100010 | 111100 | 110001 |
Color Harmonies of #C93342
Complementary color
Monochromatic Colors of #C93342
Black with #C93342
Text Example
Text Example
White with #C93342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93342; }
p { color: rgb(201,51,66); }
H1.HeaderClassName
{
color: #C93342;
}
.AnyTagClassName
{
color: #C93342;
}
</style>
background-color css
<style>
a { background-color: #C93342; }
a { background-color: rgb(201,51,66); }
div.DivClassName
{
background-color: #C93342;
}
.BgClassName
{
background-color: #C93342;
}
</style>
border-color css
<style>
span { border-color: #C93342; }
span { border-color: rgb(201,51,66); }
td.TdClassName
{
border-color: #C93342;
}
.TagClassName
{
border-color: #C93342;
}
</style>