Shades of Brick Red #C3313F
Tints of Brick Red #C3313F
RGB
CMYK
RGB Variations
Color information
#C3313F (or 0xC3313F) is known color: Brick Red. HEX triplet: C3, 31 and 3F. RGB value is (195,49,63). Sum of RGB (Red+Green+Blue) = 195+49+63=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3313F is #3CCEC0. Grayscale: #5E5E5E. Windows color (decimal): -3985089 or 4141507. OLE color: 4141507.
HSL color Cylindrical-coordinate representation of color #C3313F: hue angle of 354.25º 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 #C3313F is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 63 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.24 |
| HSL | 354.25º | 0.6% | 0.48% | - |
| HSV(B) | 354.25º | 0.75% | 0.76% | - |
| XYZ | 24.5 | 14.16 | 6.14 | - |
| YUV | 94.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 63 | 0 | 0.75 | 0.68 | 0.24 | 354.25 | 0.6 | 0.48 |
| Hex | C3 | 31 | 3F | 0 | 4B | 44 | 18 | 162 | 3C | 30 |
| Octal | 303 | 61 | 77 | 0 | 113 | 104 | 30 | 542 | 74 | 60 |
| Binary | 11000011 | 110001 | 111111 | 0 | 1001011 | 1000100 | 11000 | 101100010 | 111100 | 110000 |
Color Harmonies of #C3313F
Complementary color
Monochromatic Colors of #C3313F
Black with #C3313F
Text Example
Text Example
White with #C3313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3313F; }
p { color: rgb(195,49,63); }
H1.HeaderClassName
{
color: #C3313F;
}
.AnyTagClassName
{
color: #C3313F;
}
</style>
background-color css
<style>
a { background-color: #C3313F; }
a { background-color: rgb(195,49,63); }
div.DivClassName
{
background-color: #C3313F;
}
.BgClassName
{
background-color: #C3313F;
}
</style>
border-color css
<style>
span { border-color: #C3313F; }
span { border-color: rgb(195,49,63); }
td.TdClassName
{
border-color: #C3313F;
}
.TagClassName
{
border-color: #C3313F;
}
</style>