Shades of Brick Red #C7253F
Tints of Brick Red #C7253F
RGB
CMYK
RGB Variations
Color information
#C7253F (or 0xC7253F) is known color: Brick Red. HEX triplet: C7, 25 and 3F. RGB value is (199,37,63). Sum of RGB (Red+Green+Blue) = 199+37+63=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7253F is #38DAC0. Grayscale: #585858. Windows color (decimal): -3726017 or 4138439. OLE color: 4138439.
HSL color Cylindrical-coordinate representation of color #C7253F: hue angle of 350.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7253F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 63 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.22 |
| HSL | 350.37º | 0.69% | 0.46% | - |
| HSV(B) | 350.37º | 0.81% | 0.78% | - |
| XYZ | 25.11 | 13.82 | 6.05 | - |
| YUV | 88.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 63 | 0 | 0.81 | 0.68 | 0.22 | 350.37 | 0.69 | 0.46 |
| Hex | C7 | 25 | 3F | 0 | 51 | 44 | 16 | 15E | 45 | 2E |
| Octal | 307 | 45 | 77 | 0 | 121 | 104 | 26 | 536 | 105 | 56 |
| Binary | 11000111 | 100101 | 111111 | 0 | 1010001 | 1000100 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C7253F
Complementary color
Monochromatic Colors of #C7253F
Black with #C7253F
Text Example
Text Example
White with #C7253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7253F; }
p { color: rgb(199,37,63); }
H1.HeaderClassName
{
color: #C7253F;
}
.AnyTagClassName
{
color: #C7253F;
}
</style>
background-color css
<style>
a { background-color: #C7253F; }
a { background-color: rgb(199,37,63); }
div.DivClassName
{
background-color: #C7253F;
}
.BgClassName
{
background-color: #C7253F;
}
</style>
border-color css
<style>
span { border-color: #C7253F; }
span { border-color: rgb(199,37,63); }
td.TdClassName
{
border-color: #C7253F;
}
.TagClassName
{
border-color: #C7253F;
}
</style>