Shades of Brick Red #C93642
Tints of Brick Red #C93642
RGB
CMYK
RGB Variations
Color information
#C93642 (or 0xC93642) is known color: Brick Red. HEX triplet: C9, 36 and 42. RGB value is (201,54,66). Sum of RGB (Red+Green+Blue) = 201+54+66=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93642 is #36C9BD. Grayscale: #636363. Windows color (decimal): -3590590 or 4339401. OLE color: 4339401.
HSL color Cylindrical-coordinate representation of color #C93642: hue angle of 355.1º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93642 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 66 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.21 |
| HSL | 355.1º | 0.58% | 0.5% | - |
| HSV(B) | 355.1º | 0.73% | 0.79% | - |
| XYZ | 26.39 | 15.45 | 6.75 | - |
| YUV | 99.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 66 | 0 | 0.73 | 0.67 | 0.21 | 355.1 | 0.58 | 0.5 |
| Hex | C9 | 36 | 42 | 0 | 49 | 43 | 15 | 163 | 3A | 32 |
| Octal | 311 | 66 | 102 | 0 | 111 | 103 | 25 | 543 | 72 | 62 |
| Binary | 11001001 | 110110 | 1000010 | 0 | 1001001 | 1000011 | 10101 | 101100011 | 111010 | 110010 |
Color Harmonies of #C93642
Complementary color
Monochromatic Colors of #C93642
Black with #C93642
Text Example
Text Example
White with #C93642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93642; }
p { color: rgb(201,54,66); }
H1.HeaderClassName
{
color: #C93642;
}
.AnyTagClassName
{
color: #C93642;
}
</style>
background-color css
<style>
a { background-color: #C93642; }
a { background-color: rgb(201,54,66); }
div.DivClassName
{
background-color: #C93642;
}
.BgClassName
{
background-color: #C93642;
}
</style>
border-color css
<style>
span { border-color: #C93642; }
span { border-color: rgb(201,54,66); }
td.TdClassName
{
border-color: #C93642;
}
.TagClassName
{
border-color: #C93642;
}
</style>