Shades of Brick Red #C14047
Tints of Brick Red #C14047
RGB
CMYK
RGB Variations
Color information
#C14047 (or 0xC14047) is known color: Brick Red. HEX triplet: C1, 40 and 47. RGB value is (193,64,71). Sum of RGB (Red+Green+Blue) = 193+64+71=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C14047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14047 is #3EBFB8. Grayscale: #676767. Windows color (decimal): -4112313 or 4669633. OLE color: 4669633.
HSL color Cylindrical-coordinate representation of color #C14047: hue angle of 356.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14047 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 71 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.24 |
| HSL | 356.74º | 0.51% | 0.5% | - |
| HSV(B) | 356.74º | 0.67% | 0.76% | - |
| XYZ | 24.96 | 15.46 | 7.63 | - |
| YUV | 103.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 71 | 0 | 0.67 | 0.63 | 0.24 | 356.74 | 0.51 | 0.5 |
| Hex | C1 | 40 | 47 | 0 | 43 | 3F | 18 | 165 | 33 | 32 |
| Octal | 301 | 100 | 107 | 0 | 103 | 77 | 30 | 545 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1000111 | 0 | 1000011 | 111111 | 11000 | 101100101 | 110011 | 110010 |
Color Harmonies of #C14047
Complementary color
Monochromatic Colors of #C14047
Black with #C14047
Text Example
Text Example
White with #C14047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14047; }
p { color: rgb(193,64,71); }
H1.HeaderClassName
{
color: #C14047;
}
.AnyTagClassName
{
color: #C14047;
}
</style>
background-color css
<style>
a { background-color: #C14047; }
a { background-color: rgb(193,64,71); }
div.DivClassName
{
background-color: #C14047;
}
.BgClassName
{
background-color: #C14047;
}
</style>
border-color css
<style>
span { border-color: #C14047; }
span { border-color: rgb(193,64,71); }
td.TdClassName
{
border-color: #C14047;
}
.TagClassName
{
border-color: #C14047;
}
</style>