Shades of Brick Red #C1323E
Tints of Brick Red #C1323E
RGB
CMYK
RGB Variations
Color information
#C1323E (or 0xC1323E) is known color: Brick Red. HEX triplet: C1, 32 and 3E. RGB value is (193,50,62). Sum of RGB (Red+Green+Blue) = 193+50+62=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323E is #3ECDC1. Grayscale: #5E5E5E. Windows color (decimal): -4115906 or 4076225. OLE color: 4076225.
HSL color Cylindrical-coordinate representation of color #C1323E: hue angle of 354.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1323E is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 62 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.24 |
| HSL | 354.97º | 0.59% | 0.48% | - |
| HSV(B) | 354.97º | 0.74% | 0.76% | - |
| XYZ | 24 | 13.97 | 5.99 | - |
| YUV | 94.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 62 | 0 | 0.74 | 0.68 | 0.24 | 354.97 | 0.59 | 0.48 |
| Hex | C1 | 32 | 3E | 0 | 4A | 44 | 18 | 163 | 3B | 30 |
| Octal | 301 | 62 | 76 | 0 | 112 | 104 | 30 | 543 | 73 | 60 |
| Binary | 11000001 | 110010 | 111110 | 0 | 1001010 | 1000100 | 11000 | 101100011 | 111011 | 110000 |
Color Harmonies of #C1323E
Complementary color
Monochromatic Colors of #C1323E
Black with #C1323E
Text Example
Text Example
White with #C1323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1323E; }
p { color: rgb(193,50,62); }
H1.HeaderClassName
{
color: #C1323E;
}
.AnyTagClassName
{
color: #C1323E;
}
</style>
background-color css
<style>
a { background-color: #C1323E; }
a { background-color: rgb(193,50,62); }
div.DivClassName
{
background-color: #C1323E;
}
.BgClassName
{
background-color: #C1323E;
}
</style>
border-color css
<style>
span { border-color: #C1323E; }
span { border-color: rgb(193,50,62); }
td.TdClassName
{
border-color: #C1323E;
}
.TagClassName
{
border-color: #C1323E;
}
</style>