Shades of Brick Red #C13D44
Tints of Brick Red #C13D44
RGB
CMYK
RGB Variations
Color information
#C13D44 (or 0xC13D44) is known color: Brick Red. HEX triplet: C1, 3D and 44. RGB value is (193,61,68). Sum of RGB (Red+Green+Blue) = 193+61+68=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D44 is #3EC2BB. Grayscale: #656565. Windows color (decimal): -4113084 or 4472257. OLE color: 4472257.
HSL color Cylindrical-coordinate representation of color #C13D44: hue angle of 356.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D44 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 68 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.24 |
| HSL | 356.82º | 0.52% | 0.5% | - |
| HSV(B) | 356.82º | 0.68% | 0.76% | - |
| XYZ | 24.7 | 15.09 | 7.08 | - |
| YUV | 101.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 68 | 0 | 0.68 | 0.65 | 0.24 | 356.82 | 0.52 | 0.5 |
| Hex | C1 | 3D | 44 | 0 | 44 | 41 | 18 | 165 | 34 | 32 |
| Octal | 301 | 75 | 104 | 0 | 104 | 101 | 30 | 545 | 64 | 62 |
| Binary | 11000001 | 111101 | 1000100 | 0 | 1000100 | 1000001 | 11000 | 101100101 | 110100 | 110010 |
Color Harmonies of #C13D44
Complementary color
Monochromatic Colors of #C13D44
Black with #C13D44
Text Example
Text Example
White with #C13D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D44; }
p { color: rgb(193,61,68); }
H1.HeaderClassName
{
color: #C13D44;
}
.AnyTagClassName
{
color: #C13D44;
}
</style>
background-color css
<style>
a { background-color: #C13D44; }
a { background-color: rgb(193,61,68); }
div.DivClassName
{
background-color: #C13D44;
}
.BgClassName
{
background-color: #C13D44;
}
</style>
border-color css
<style>
span { border-color: #C13D44; }
span { border-color: rgb(193,61,68); }
td.TdClassName
{
border-color: #C13D44;
}
.TagClassName
{
border-color: #C13D44;
}
</style>