Shades of Brick Red #C62540
Tints of Brick Red #C62540
RGB
CMYK
RGB Variations
Color information
#C62540 (or 0xC62540) is known color: Brick Red. HEX triplet: C6, 25 and 40. RGB value is (198,37,64). Sum of RGB (Red+Green+Blue) = 198+37+64=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C62540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62540 is #39DABF. Grayscale: #585858. Windows color (decimal): -3791552 or 4203974. OLE color: 4203974.
HSL color Cylindrical-coordinate representation of color #C62540: hue angle of 349.94º 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 #C62540 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 64 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.22 |
| HSL | 349.94º | 0.69% | 0.46% | - |
| HSV(B) | 349.94º | 0.81% | 0.78% | - |
| XYZ | 24.88 | 13.7 | 6.18 | - |
| YUV | 88.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 64 | 0 | 0.81 | 0.68 | 0.22 | 349.94 | 0.69 | 0.46 |
| Hex | C6 | 25 | 40 | 0 | 51 | 44 | 16 | 15E | 45 | 2E |
| Octal | 306 | 45 | 100 | 0 | 121 | 104 | 26 | 536 | 105 | 56 |
| Binary | 11000110 | 100101 | 1000000 | 0 | 1010001 | 1000100 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C62540
Complementary color
Monochromatic Colors of #C62540
Black with #C62540
Text Example
Text Example
White with #C62540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62540; }
p { color: rgb(198,37,64); }
H1.HeaderClassName
{
color: #C62540;
}
.AnyTagClassName
{
color: #C62540;
}
</style>
background-color css
<style>
a { background-color: #C62540; }
a { background-color: rgb(198,37,64); }
div.DivClassName
{
background-color: #C62540;
}
.BgClassName
{
background-color: #C62540;
}
</style>
border-color css
<style>
span { border-color: #C62540; }
span { border-color: rgb(198,37,64); }
td.TdClassName
{
border-color: #C62540;
}
.TagClassName
{
border-color: #C62540;
}
</style>