Shades of Brick Red #C1353E
Tints of Brick Red #C1353E
RGB
CMYK
RGB Variations
Color information
#C1353E (or 0xC1353E) is known color: Brick Red. HEX triplet: C1, 35 and 3E. RGB value is (193,53,62). Sum of RGB (Red+Green+Blue) = 193+53+62=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1353E is #3ECAC1. Grayscale: #5F5F5F. Windows color (decimal): -4115138 or 4076993. OLE color: 4076993.
HSL color Cylindrical-coordinate representation of color #C1353E: hue angle of 356.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1353E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 62 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.24 |
| HSL | 356.14º | 0.57% | 0.48% | - |
| HSV(B) | 356.14º | 0.73% | 0.76% | - |
| XYZ | 24.13 | 14.23 | 6.03 | - |
| YUV | 95.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 62 | 0 | 0.73 | 0.68 | 0.24 | 356.14 | 0.57 | 0.48 |
| Hex | C1 | 35 | 3E | 0 | 49 | 44 | 18 | 164 | 39 | 30 |
| Octal | 301 | 65 | 76 | 0 | 111 | 104 | 30 | 544 | 71 | 60 |
| Binary | 11000001 | 110101 | 111110 | 0 | 1001001 | 1000100 | 11000 | 101100100 | 111001 | 110000 |
Color Harmonies of #C1353E
Complementary color
Monochromatic Colors of #C1353E
Black with #C1353E
Text Example
Text Example
White with #C1353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1353E; }
p { color: rgb(193,53,62); }
H1.HeaderClassName
{
color: #C1353E;
}
.AnyTagClassName
{
color: #C1353E;
}
</style>
background-color css
<style>
a { background-color: #C1353E; }
a { background-color: rgb(193,53,62); }
div.DivClassName
{
background-color: #C1353E;
}
.BgClassName
{
background-color: #C1353E;
}
</style>
border-color css
<style>
span { border-color: #C1353E; }
span { border-color: rgb(193,53,62); }
td.TdClassName
{
border-color: #C1353E;
}
.TagClassName
{
border-color: #C1353E;
}
</style>