Shades of Brick Red #C1343F
Tints of Brick Red #C1343F
RGB
CMYK
RGB Variations
Color information
#C1343F (or 0xC1343F) is known color: Brick Red. HEX triplet: C1, 34 and 3F. RGB value is (193,52,63). Sum of RGB (Red+Green+Blue) = 193+52+63=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1343F is #3ECBC0. Grayscale: #5F5F5F. Windows color (decimal): -4115393 or 4142273. OLE color: 4142273.
HSL color Cylindrical-coordinate representation of color #C1343F: hue angle of 355.32º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1343F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 63 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.24 |
| HSL | 355.32º | 0.58% | 0.48% | - |
| HSV(B) | 355.32º | 0.73% | 0.76% | - |
| XYZ | 24.12 | 14.15 | 6.16 | - |
| YUV | 95.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 63 | 0 | 0.73 | 0.67 | 0.24 | 355.32 | 0.58 | 0.48 |
| Hex | C1 | 34 | 3F | 0 | 49 | 43 | 18 | 163 | 3A | 30 |
| Octal | 301 | 64 | 77 | 0 | 111 | 103 | 30 | 543 | 72 | 60 |
| Binary | 11000001 | 110100 | 111111 | 0 | 1001001 | 1000011 | 11000 | 101100011 | 111010 | 110000 |
Color Harmonies of #C1343F
Complementary color
Monochromatic Colors of #C1343F
Black with #C1343F
Text Example
Text Example
White with #C1343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1343F; }
p { color: rgb(193,52,63); }
H1.HeaderClassName
{
color: #C1343F;
}
.AnyTagClassName
{
color: #C1343F;
}
</style>
background-color css
<style>
a { background-color: #C1343F; }
a { background-color: rgb(193,52,63); }
div.DivClassName
{
background-color: #C1343F;
}
.BgClassName
{
background-color: #C1343F;
}
</style>
border-color css
<style>
span { border-color: #C1343F; }
span { border-color: rgb(193,52,63); }
td.TdClassName
{
border-color: #C1343F;
}
.TagClassName
{
border-color: #C1343F;
}
</style>