Shades of Brick Red #C7323D
Tints of Brick Red #C7323D
RGB
CMYK
RGB Variations
Color information
#C7323D (or 0xC7323D) is known color: Brick Red. HEX triplet: C7, 32 and 3D. RGB value is (199,50,61). Sum of RGB (Red+Green+Blue) = 199+50+61=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7323D is #38CDC2. Grayscale: #5F5F5F. Windows color (decimal): -3722691 or 4010695. OLE color: 4010695.
HSL color Cylindrical-coordinate representation of color #C7323D: hue angle of 355.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7323D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.22 |
| HSL | 355.57º | 0.6% | 0.49% | - |
| HSV(B) | 355.57º | 0.75% | 0.78% | - |
| XYZ | 25.54 | 14.76 | 5.92 | - |
| YUV | 95.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 61 | 0 | 0.75 | 0.69 | 0.22 | 355.57 | 0.6 | 0.49 |
| Hex | C7 | 32 | 3D | 0 | 4B | 45 | 16 | 164 | 3C | 31 |
| Octal | 307 | 62 | 75 | 0 | 113 | 105 | 26 | 544 | 74 | 61 |
| Binary | 11000111 | 110010 | 111101 | 0 | 1001011 | 1000101 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C7323D
Complementary color
Monochromatic Colors of #C7323D
Black with #C7323D
Text Example
Text Example
White with #C7323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7323D; }
p { color: rgb(199,50,61); }
H1.HeaderClassName
{
color: #C7323D;
}
.AnyTagClassName
{
color: #C7323D;
}
</style>
background-color css
<style>
a { background-color: #C7323D; }
a { background-color: rgb(199,50,61); }
div.DivClassName
{
background-color: #C7323D;
}
.BgClassName
{
background-color: #C7323D;
}
</style>
border-color css
<style>
span { border-color: #C7323D; }
span { border-color: rgb(199,50,61); }
td.TdClassName
{
border-color: #C7323D;
}
.TagClassName
{
border-color: #C7323D;
}
</style>