Shades of Brick Red #C72445
Tints of Brick Red #C72445
RGB
CMYK
RGB Variations
Color information
#C72445 (or 0xC72445) is known color: Brick Red. HEX triplet: C7, 24 and 45. RGB value is (199,36,69). Sum of RGB (Red+Green+Blue) = 199+36+69=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72445 is #38DBBA. Grayscale: #585858. Windows color (decimal): -3726267 or 4531399. OLE color: 4531399.
HSL color Cylindrical-coordinate representation of color #C72445: hue angle of 347.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72445 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 69 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.22 |
| HSL | 347.85º | 0.69% | 0.46% | - |
| HSV(B) | 347.85º | 0.82% | 0.78% | - |
| XYZ | 25.26 | 13.83 | 6.97 | - |
| YUV | 88.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 69 | 0 | 0.82 | 0.65 | 0.22 | 347.85 | 0.69 | 0.46 |
| Hex | C7 | 24 | 45 | 0 | 52 | 41 | 16 | 15C | 45 | 2E |
| Octal | 307 | 44 | 105 | 0 | 122 | 101 | 26 | 534 | 105 | 56 |
| Binary | 11000111 | 100100 | 1000101 | 0 | 1010010 | 1000001 | 10110 | 101011100 | 1000101 | 101110 |
Color Harmonies of #C72445
Complementary color
Monochromatic Colors of #C72445
Black with #C72445
Text Example
Text Example
White with #C72445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72445; }
p { color: rgb(199,36,69); }
H1.HeaderClassName
{
color: #C72445;
}
.AnyTagClassName
{
color: #C72445;
}
</style>
background-color css
<style>
a { background-color: #C72445; }
a { background-color: rgb(199,36,69); }
div.DivClassName
{
background-color: #C72445;
}
.BgClassName
{
background-color: #C72445;
}
</style>
border-color css
<style>
span { border-color: #C72445; }
span { border-color: rgb(199,36,69); }
td.TdClassName
{
border-color: #C72445;
}
.TagClassName
{
border-color: #C72445;
}
</style>