Shades of Brick Red #C3353F
Tints of Brick Red #C3353F
RGB
CMYK
RGB Variations
Color information
#C3353F (or 0xC3353F) is known color: Brick Red. HEX triplet: C3, 35 and 3F. RGB value is (195,53,63). Sum of RGB (Red+Green+Blue) = 195+53+63=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3353F is #3CCAC0. Grayscale: #606060. Windows color (decimal): -3984065 or 4142531. OLE color: 4142531.
HSL color Cylindrical-coordinate representation of color #C3353F: hue angle of 355.77º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3353F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 63 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.24 |
| HSL | 355.77º | 0.57% | 0.49% | - |
| HSV(B) | 355.77º | 0.73% | 0.76% | - |
| XYZ | 24.68 | 14.51 | 6.2 | - |
| YUV | 96.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 63 | 0 | 0.73 | 0.68 | 0.24 | 355.77 | 0.57 | 0.49 |
| Hex | C3 | 35 | 3F | 0 | 49 | 44 | 18 | 164 | 39 | 31 |
| Octal | 303 | 65 | 77 | 0 | 111 | 104 | 30 | 544 | 71 | 61 |
| Binary | 11000011 | 110101 | 111111 | 0 | 1001001 | 1000100 | 11000 | 101100100 | 111001 | 110001 |
Color Harmonies of #C3353F
Complementary color
Monochromatic Colors of #C3353F
Black with #C3353F
Text Example
Text Example
White with #C3353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3353F; }
p { color: rgb(195,53,63); }
H1.HeaderClassName
{
color: #C3353F;
}
.AnyTagClassName
{
color: #C3353F;
}
</style>
background-color css
<style>
a { background-color: #C3353F; }
a { background-color: rgb(195,53,63); }
div.DivClassName
{
background-color: #C3353F;
}
.BgClassName
{
background-color: #C3353F;
}
</style>
border-color css
<style>
span { border-color: #C3353F; }
span { border-color: rgb(195,53,63); }
td.TdClassName
{
border-color: #C3353F;
}
.TagClassName
{
border-color: #C3353F;
}
</style>