Shades of Brick Red #C13F45
Tints of Brick Red #C13F45
RGB
CMYK
RGB Variations
Color information
#C13F45 (or 0xC13F45) is known color: Brick Red. HEX triplet: C1, 3F and 45. RGB value is (193,63,69). Sum of RGB (Red+Green+Blue) = 193+63+69=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F45 is #3EC0BA. Grayscale: #666666. Windows color (decimal): -4112571 or 4538305. OLE color: 4538305.
HSL color Cylindrical-coordinate representation of color #C13F45: hue angle of 357.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F45 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 69 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.24 |
| HSL | 357.23º | 0.51% | 0.5% | - |
| HSV(B) | 357.23º | 0.67% | 0.76% | - |
| XYZ | 24.84 | 15.32 | 7.28 | - |
| YUV | 102.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 69 | 0 | 0.67 | 0.64 | 0.24 | 357.23 | 0.51 | 0.5 |
| Hex | C1 | 3F | 45 | 0 | 43 | 40 | 18 | 165 | 33 | 32 |
| Octal | 301 | 77 | 105 | 0 | 103 | 100 | 30 | 545 | 63 | 62 |
| Binary | 11000001 | 111111 | 1000101 | 0 | 1000011 | 1000000 | 11000 | 101100101 | 110011 | 110010 |
Color Harmonies of #C13F45
Complementary color
Monochromatic Colors of #C13F45
Black with #C13F45
Text Example
Text Example
White with #C13F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F45; }
p { color: rgb(193,63,69); }
H1.HeaderClassName
{
color: #C13F45;
}
.AnyTagClassName
{
color: #C13F45;
}
</style>
background-color css
<style>
a { background-color: #C13F45; }
a { background-color: rgb(193,63,69); }
div.DivClassName
{
background-color: #C13F45;
}
.BgClassName
{
background-color: #C13F45;
}
</style>
border-color css
<style>
span { border-color: #C13F45; }
span { border-color: rgb(193,63,69); }
td.TdClassName
{
border-color: #C13F45;
}
.TagClassName
{
border-color: #C13F45;
}
</style>