Shades of Brick Red #C4313E
Tints of Brick Red #C4313E
RGB
CMYK
RGB Variations
Color information
#C4313E (or 0xC4313E) is known color: Brick Red. HEX triplet: C4, 31 and 3E. RGB value is (196,49,62). Sum of RGB (Red+Green+Blue) = 196+49+62=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313E is #3BCEC1. Grayscale: #5E5E5E. Windows color (decimal): -3919554 or 4075972. OLE color: 4075972.
HSL color Cylindrical-coordinate representation of color #C4313E: hue angle of 354.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4313E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 62 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.23 |
| HSL | 354.69º | 0.6% | 0.48% | - |
| HSV(B) | 354.69º | 0.75% | 0.77% | - |
| XYZ | 24.73 | 14.28 | 6.01 | - |
| YUV | 94.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 62 | 0 | 0.75 | 0.68 | 0.23 | 354.69 | 0.6 | 0.48 |
| Hex | C4 | 31 | 3E | 0 | 4B | 44 | 17 | 163 | 3C | 30 |
| Octal | 304 | 61 | 76 | 0 | 113 | 104 | 27 | 543 | 74 | 60 |
| Binary | 11000100 | 110001 | 111110 | 0 | 1001011 | 1000100 | 10111 | 101100011 | 111100 | 110000 |
Color Harmonies of #C4313E
Complementary color
Monochromatic Colors of #C4313E
Black with #C4313E
Text Example
Text Example
White with #C4313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4313E; }
p { color: rgb(196,49,62); }
H1.HeaderClassName
{
color: #C4313E;
}
.AnyTagClassName
{
color: #C4313E;
}
</style>
background-color css
<style>
a { background-color: #C4313E; }
a { background-color: rgb(196,49,62); }
div.DivClassName
{
background-color: #C4313E;
}
.BgClassName
{
background-color: #C4313E;
}
</style>
border-color css
<style>
span { border-color: #C4313E; }
span { border-color: rgb(196,49,62); }
td.TdClassName
{
border-color: #C4313E;
}
.TagClassName
{
border-color: #C4313E;
}
</style>