Shades of Brick Red #C73142
Tints of Brick Red #C73142
RGB
CMYK
RGB Variations
Color information
#C73142 (or 0xC73142) is known color: Brick Red. HEX triplet: C7, 31 and 42. RGB value is (199,49,66). Sum of RGB (Red+Green+Blue) = 199+49+66=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C73142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73142 is #38CEBD. Grayscale: #5F5F5F. Windows color (decimal): -3722942 or 4338119. OLE color: 4338119.
HSL color Cylindrical-coordinate representation of color #C73142: hue angle of 353.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73142 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 66 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.22 |
| HSL | 353.2º | 0.6% | 0.49% | - |
| HSV(B) | 353.2º | 0.75% | 0.78% | - |
| XYZ | 25.63 | 14.73 | 6.65 | - |
| YUV | 95.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 66 | 0 | 0.75 | 0.67 | 0.22 | 353.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | 42 | 0 | 4B | 43 | 16 | 161 | 3C | 31 |
| Octal | 307 | 61 | 102 | 0 | 113 | 103 | 26 | 541 | 74 | 61 |
| Binary | 11000111 | 110001 | 1000010 | 0 | 1001011 | 1000011 | 10110 | 101100001 | 111100 | 110001 |
Color Harmonies of #C73142
Complementary color
Monochromatic Colors of #C73142
Black with #C73142
Text Example
Text Example
White with #C73142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73142; }
p { color: rgb(199,49,66); }
H1.HeaderClassName
{
color: #C73142;
}
.AnyTagClassName
{
color: #C73142;
}
</style>
background-color css
<style>
a { background-color: #C73142; }
a { background-color: rgb(199,49,66); }
div.DivClassName
{
background-color: #C73142;
}
.BgClassName
{
background-color: #C73142;
}
</style>
border-color css
<style>
span { border-color: #C73142; }
span { border-color: rgb(199,49,66); }
td.TdClassName
{
border-color: #C73142;
}
.TagClassName
{
border-color: #C73142;
}
</style>