Shades of Brick Red #C72F3E
Tints of Brick Red #C72F3E
RGB
CMYK
RGB Variations
Color information
#C72F3E (or 0xC72F3E) is known color: Brick Red. HEX triplet: C7, 2F and 3E. RGB value is (199,47,62). Sum of RGB (Red+Green+Blue) = 199+47+62=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F3E is #38D0C1. Grayscale: #5E5E5E. Windows color (decimal): -3723458 or 4075463. OLE color: 4075463.
HSL color Cylindrical-coordinate representation of color #C72F3E: hue angle of 354.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F3E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.08º | 0.62% | 0.48% | - |
| HSV(B) | 354.08º | 0.76% | 0.78% | - |
| XYZ | 25.44 | 14.52 | 6.02 | - |
| YUV | 94.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.08 | 0.62 | 0.48 |
| Hex | C7 | 2F | 3E | 0 | 4C | 45 | 16 | 162 | 3E | 30 |
| Octal | 307 | 57 | 76 | 0 | 114 | 105 | 26 | 542 | 76 | 60 |
| Binary | 11000111 | 101111 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100010 | 111110 | 110000 |
Color Harmonies of #C72F3E
Complementary color
Monochromatic Colors of #C72F3E
Black with #C72F3E
Text Example
Text Example
White with #C72F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F3E; }
p { color: rgb(199,47,62); }
H1.HeaderClassName
{
color: #C72F3E;
}
.AnyTagClassName
{
color: #C72F3E;
}
</style>
background-color css
<style>
a { background-color: #C72F3E; }
a { background-color: rgb(199,47,62); }
div.DivClassName
{
background-color: #C72F3E;
}
.BgClassName
{
background-color: #C72F3E;
}
</style>
border-color css
<style>
span { border-color: #C72F3E; }
span { border-color: rgb(199,47,62); }
td.TdClassName
{
border-color: #C72F3E;
}
.TagClassName
{
border-color: #C72F3E;
}
</style>