Shades of Brick Red #C13944
Tints of Brick Red #C13944
RGB
CMYK
RGB Variations
Color information
#C13944 (or 0xC13944) is known color: Brick Red. HEX triplet: C1, 39 and 44. RGB value is (193,57,68). Sum of RGB (Red+Green+Blue) = 193+57+68=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C13944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13944 is #3EC6BB. Grayscale: #636363. Windows color (decimal): -4114108 or 4471233. OLE color: 4471233.
HSL color Cylindrical-coordinate representation of color #C13944: hue angle of 355.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13944 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 68 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.24 |
| HSL | 355.15º | 0.54% | 0.49% | - |
| HSV(B) | 355.15º | 0.7% | 0.76% | - |
| XYZ | 24.5 | 14.68 | 7.01 | - |
| YUV | 98.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 68 | 0 | 0.70 | 0.65 | 0.24 | 355.15 | 0.54 | 0.49 |
| Hex | C1 | 39 | 44 | 0 | 46 | 41 | 18 | 163 | 36 | 31 |
| Octal | 301 | 71 | 104 | 0 | 106 | 101 | 30 | 543 | 66 | 61 |
| Binary | 11000001 | 111001 | 1000100 | 0 | 1000110 | 1000001 | 11000 | 101100011 | 110110 | 110001 |
Color Harmonies of #C13944
Complementary color
Monochromatic Colors of #C13944
Black with #C13944
Text Example
Text Example
White with #C13944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13944; }
p { color: rgb(193,57,68); }
H1.HeaderClassName
{
color: #C13944;
}
.AnyTagClassName
{
color: #C13944;
}
</style>
background-color css
<style>
a { background-color: #C13944; }
a { background-color: rgb(193,57,68); }
div.DivClassName
{
background-color: #C13944;
}
.BgClassName
{
background-color: #C13944;
}
</style>
border-color css
<style>
span { border-color: #C13944; }
span { border-color: rgb(193,57,68); }
td.TdClassName
{
border-color: #C13944;
}
.TagClassName
{
border-color: #C13944;
}
</style>