Shades of Brick Red #C73E4A
Tints of Brick Red #C73E4A
RGB
CMYK
RGB Variations
Color information
#C73E4A (or 0xC73E4A) is known color: Brick Red. HEX triplet: C7, 3E and 4A. RGB value is (199,62,74). Sum of RGB (Red+Green+Blue) = 199+62+74=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E4A is #38C1B5. Grayscale: #686868. Windows color (decimal): -3719606 or 4865735. OLE color: 4865735.
HSL color Cylindrical-coordinate representation of color #C73E4A: hue angle of 354.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73E4A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 74 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.22 |
| HSL | 354.74º | 0.55% | 0.51% | - |
| HSV(B) | 354.74º | 0.69% | 0.78% | - |
| XYZ | 26.51 | 16.08 | 8.19 | - |
| YUV | 104.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 74 | 0 | 0.69 | 0.63 | 0.22 | 354.74 | 0.55 | 0.51 |
| Hex | C7 | 3E | 4A | 0 | 45 | 3F | 16 | 163 | 37 | 33 |
| Octal | 307 | 76 | 112 | 0 | 105 | 77 | 26 | 543 | 67 | 63 |
| Binary | 11000111 | 111110 | 1001010 | 0 | 1000101 | 111111 | 10110 | 101100011 | 110111 | 110011 |
Color Harmonies of #C73E4A
Complementary color
Monochromatic Colors of #C73E4A
Black with #C73E4A
Text Example
Text Example
White with #C73E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E4A; }
p { color: rgb(199,62,74); }
H1.HeaderClassName
{
color: #C73E4A;
}
.AnyTagClassName
{
color: #C73E4A;
}
</style>
background-color css
<style>
a { background-color: #C73E4A; }
a { background-color: rgb(199,62,74); }
div.DivClassName
{
background-color: #C73E4A;
}
.BgClassName
{
background-color: #C73E4A;
}
</style>
border-color css
<style>
span { border-color: #C73E4A; }
span { border-color: rgb(199,62,74); }
td.TdClassName
{
border-color: #C73E4A;
}
.TagClassName
{
border-color: #C73E4A;
}
</style>