Shades of Brick Red #C72E3C
Tints of Brick Red #C72E3C
RGB
CMYK
RGB Variations
Color information
#C72E3C (or 0xC72E3C) is known color: Brick Red. HEX triplet: C7, 2E and 3C. RGB value is (199,46,60). Sum of RGB (Red+Green+Blue) = 199+46+60=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72E3C is #38D1C3. Grayscale: #5D5D5D. Windows color (decimal): -3723716 or 3944135. OLE color: 3944135.
HSL color Cylindrical-coordinate representation of color #C72E3C: hue angle of 354.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72E3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 60 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.22 |
| HSL | 354.51º | 0.62% | 0.48% | - |
| HSV(B) | 354.51º | 0.77% | 0.78% | - |
| XYZ | 25.35 | 14.42 | 5.72 | - |
| YUV | 93.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 60 | 0 | 0.77 | 0.70 | 0.22 | 354.51 | 0.62 | 0.48 |
| Hex | C7 | 2E | 3C | 0 | 4D | 46 | 16 | 163 | 3E | 30 |
| Octal | 307 | 56 | 74 | 0 | 115 | 106 | 26 | 543 | 76 | 60 |
| Binary | 11000111 | 101110 | 111100 | 0 | 1001101 | 1000110 | 10110 | 101100011 | 111110 | 110000 |
Color Harmonies of #C72E3C
Complementary color
Monochromatic Colors of #C72E3C
Black with #C72E3C
Text Example
Text Example
White with #C72E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E3C; }
p { color: rgb(199,46,60); }
H1.HeaderClassName
{
color: #C72E3C;
}
.AnyTagClassName
{
color: #C72E3C;
}
</style>
background-color css
<style>
a { background-color: #C72E3C; }
a { background-color: rgb(199,46,60); }
div.DivClassName
{
background-color: #C72E3C;
}
.BgClassName
{
background-color: #C72E3C;
}
</style>
border-color css
<style>
span { border-color: #C72E3C; }
span { border-color: rgb(199,46,60); }
td.TdClassName
{
border-color: #C72E3C;
}
.TagClassName
{
border-color: #C72E3C;
}
</style>