Shades of Brick Red #C1303D
Tints of Brick Red #C1303D
RGB
CMYK
RGB Variations
Color information
#C1303D (or 0xC1303D) is known color: Brick Red. HEX triplet: C1, 30 and 3D. RGB value is (193,48,61). Sum of RGB (Red+Green+Blue) = 193+48+61=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1303D is #3ECFC2. Grayscale: #5C5C5C. Windows color (decimal): -4116419 or 4010177. OLE color: 4010177.
HSL color Cylindrical-coordinate representation of color #C1303D: hue angle of 354.62º 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 #C1303D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 61 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.24 |
| HSL | 354.62º | 0.6% | 0.47% | - |
| HSV(B) | 354.62º | 0.75% | 0.76% | - |
| XYZ | 23.89 | 13.79 | 5.82 | - |
| YUV | 92.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 61 | 0 | 0.75 | 0.68 | 0.24 | 354.62 | 0.6 | 0.47 |
| Hex | C1 | 30 | 3D | 0 | 4B | 44 | 18 | 163 | 3C | 2F |
| Octal | 301 | 60 | 75 | 0 | 113 | 104 | 30 | 543 | 74 | 57 |
| Binary | 11000001 | 110000 | 111101 | 0 | 1001011 | 1000100 | 11000 | 101100011 | 111100 | 101111 |
Color Harmonies of #C1303D
Complementary color
Monochromatic Colors of #C1303D
Black with #C1303D
Text Example
Text Example
White with #C1303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1303D; }
p { color: rgb(193,48,61); }
H1.HeaderClassName
{
color: #C1303D;
}
.AnyTagClassName
{
color: #C1303D;
}
</style>
background-color css
<style>
a { background-color: #C1303D; }
a { background-color: rgb(193,48,61); }
div.DivClassName
{
background-color: #C1303D;
}
.BgClassName
{
background-color: #C1303D;
}
</style>
border-color css
<style>
span { border-color: #C1303D; }
span { border-color: rgb(193,48,61); }
td.TdClassName
{
border-color: #C1303D;
}
.TagClassName
{
border-color: #C1303D;
}
</style>