Shades of Brick Red #C7374A
Tints of Brick Red #C7374A
RGB
CMYK
RGB Variations
Color information
#C7374A (or 0xC7374A) is known color: Brick Red. HEX triplet: C7, 37 and 4A. RGB value is (199,55,74). Sum of RGB (Red+Green+Blue) = 199+55+74=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7374A is #38C8B5. Grayscale: #646464. Windows color (decimal): -3721398 or 4863943. OLE color: 4863943.
HSL color Cylindrical-coordinate representation of color #C7374A: hue angle of 352.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7374A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 74 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.22 |
| HSL | 352.08º | 0.57% | 0.5% | - |
| HSV(B) | 352.08º | 0.72% | 0.78% | - |
| XYZ | 26.16 | 15.37 | 8.07 | - |
| YUV | 100.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 74 | 0 | 0.72 | 0.63 | 0.22 | 352.08 | 0.57 | 0.5 |
| Hex | C7 | 37 | 4A | 0 | 48 | 3F | 16 | 160 | 39 | 32 |
| Octal | 307 | 67 | 112 | 0 | 110 | 77 | 26 | 540 | 71 | 62 |
| Binary | 11000111 | 110111 | 1001010 | 0 | 1001000 | 111111 | 10110 | 101100000 | 111001 | 110010 |
Color Harmonies of #C7374A
Complementary color
Monochromatic Colors of #C7374A
Black with #C7374A
Text Example
Text Example
White with #C7374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7374A; }
p { color: rgb(199,55,74); }
H1.HeaderClassName
{
color: #C7374A;
}
.AnyTagClassName
{
color: #C7374A;
}
</style>
background-color css
<style>
a { background-color: #C7374A; }
a { background-color: rgb(199,55,74); }
div.DivClassName
{
background-color: #C7374A;
}
.BgClassName
{
background-color: #C7374A;
}
</style>
border-color css
<style>
span { border-color: #C7374A; }
span { border-color: rgb(199,55,74); }
td.TdClassName
{
border-color: #C7374A;
}
.TagClassName
{
border-color: #C7374A;
}
</style>