Shades of Brick Red #C13D47
Tints of Brick Red #C13D47
RGB
CMYK
RGB Variations
Color information
#C13D47 (or 0xC13D47) is known color: Brick Red. HEX triplet: C1, 3D and 47. RGB value is (193,61,71). Sum of RGB (Red+Green+Blue) = 193+61+71=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D47 is #3EC2B8. Grayscale: #656565. Windows color (decimal): -4113081 or 4668865. OLE color: 4668865.
HSL color Cylindrical-coordinate representation of color #C13D47: hue angle of 355.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D47 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 71 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.24 |
| HSL | 355.45º | 0.52% | 0.5% | - |
| HSV(B) | 355.45º | 0.68% | 0.76% | - |
| XYZ | 24.8 | 15.13 | 7.57 | - |
| YUV | 101.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 71 | 0 | 0.68 | 0.63 | 0.24 | 355.45 | 0.52 | 0.5 |
| Hex | C1 | 3D | 47 | 0 | 44 | 3F | 18 | 163 | 34 | 32 |
| Octal | 301 | 75 | 107 | 0 | 104 | 77 | 30 | 543 | 64 | 62 |
| Binary | 11000001 | 111101 | 1000111 | 0 | 1000100 | 111111 | 11000 | 101100011 | 110100 | 110010 |
Color Harmonies of #C13D47
Complementary color
Monochromatic Colors of #C13D47
Black with #C13D47
Text Example
Text Example
White with #C13D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D47; }
p { color: rgb(193,61,71); }
H1.HeaderClassName
{
color: #C13D47;
}
.AnyTagClassName
{
color: #C13D47;
}
</style>
background-color css
<style>
a { background-color: #C13D47; }
a { background-color: rgb(193,61,71); }
div.DivClassName
{
background-color: #C13D47;
}
.BgClassName
{
background-color: #C13D47;
}
</style>
border-color css
<style>
span { border-color: #C13D47; }
span { border-color: rgb(193,61,71); }
td.TdClassName
{
border-color: #C13D47;
}
.TagClassName
{
border-color: #C13D47;
}
</style>