Shades of Brick Red #C1303E
Tints of Brick Red #C1303E
RGB
CMYK
RGB Variations
Color information
#C1303E (or 0xC1303E) is known color: Brick Red. HEX triplet: C1, 30 and 3E. RGB value is (193,48,62). Sum of RGB (Red+Green+Blue) = 193+48+62=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1303E is #3ECFC1. Grayscale: #5D5D5D. Windows color (decimal): -4116418 or 4075713. OLE color: 4075713.
HSL color Cylindrical-coordinate representation of color #C1303E: hue angle of 354.21º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1303E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 62 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.24 |
| HSL | 354.21º | 0.6% | 0.47% | - |
| HSV(B) | 354.21º | 0.75% | 0.76% | - |
| XYZ | 23.92 | 13.8 | 5.96 | - |
| YUV | 92.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 62 | 0 | 0.75 | 0.68 | 0.24 | 354.21 | 0.6 | 0.47 |
| Hex | C1 | 30 | 3E | 0 | 4B | 44 | 18 | 162 | 3C | 2F |
| Octal | 301 | 60 | 76 | 0 | 113 | 104 | 30 | 542 | 74 | 57 |
| Binary | 11000001 | 110000 | 111110 | 0 | 1001011 | 1000100 | 11000 | 101100010 | 111100 | 101111 |
Color Harmonies of #C1303E
Complementary color
Monochromatic Colors of #C1303E
Black with #C1303E
Text Example
Text Example
White with #C1303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1303E; }
p { color: rgb(193,48,62); }
H1.HeaderClassName
{
color: #C1303E;
}
.AnyTagClassName
{
color: #C1303E;
}
</style>
background-color css
<style>
a { background-color: #C1303E; }
a { background-color: rgb(193,48,62); }
div.DivClassName
{
background-color: #C1303E;
}
.BgClassName
{
background-color: #C1303E;
}
</style>
border-color css
<style>
span { border-color: #C1303E; }
span { border-color: rgb(193,48,62); }
td.TdClassName
{
border-color: #C1303E;
}
.TagClassName
{
border-color: #C1303E;
}
</style>