Shades of Brick Red #C3313B
Tints of Brick Red #C3313B
RGB
CMYK
RGB Variations
Color information
#C3313B (or 0xC3313B) is known color: Brick Red. HEX triplet: C3, 31 and 3B. RGB value is (195,49,59). Sum of RGB (Red+Green+Blue) = 195+49+59=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3313B is #3CCEC4. Grayscale: #5D5D5D. Windows color (decimal): -3985093 or 3879363. OLE color: 3879363.
HSL color Cylindrical-coordinate representation of color #C3313B: hue angle of 355.89º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3313B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 59 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.24 |
| HSL | 355.89º | 0.6% | 0.48% | - |
| HSV(B) | 355.89º | 0.75% | 0.76% | - |
| XYZ | 24.39 | 14.11 | 5.58 | - |
| YUV | 93.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 59 | 0 | 0.75 | 0.70 | 0.24 | 355.89 | 0.6 | 0.48 |
| Hex | C3 | 31 | 3B | 0 | 4B | 46 | 18 | 164 | 3C | 30 |
| Octal | 303 | 61 | 73 | 0 | 113 | 106 | 30 | 544 | 74 | 60 |
| Binary | 11000011 | 110001 | 111011 | 0 | 1001011 | 1000110 | 11000 | 101100100 | 111100 | 110000 |
Color Harmonies of #C3313B
Complementary color
Monochromatic Colors of #C3313B
Black with #C3313B
Text Example
Text Example
White with #C3313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3313B; }
p { color: rgb(195,49,59); }
H1.HeaderClassName
{
color: #C3313B;
}
.AnyTagClassName
{
color: #C3313B;
}
</style>
background-color css
<style>
a { background-color: #C3313B; }
a { background-color: rgb(195,49,59); }
div.DivClassName
{
background-color: #C3313B;
}
.BgClassName
{
background-color: #C3313B;
}
</style>
border-color css
<style>
span { border-color: #C3313B; }
span { border-color: rgb(195,49,59); }
td.TdClassName
{
border-color: #C3313B;
}
.TagClassName
{
border-color: #C3313B;
}
</style>