Shades of Brick Red #C62941
Tints of Brick Red #C62941
RGB
CMYK
RGB Variations
Color information
#C62941 (or 0xC62941) is known color: Brick Red. HEX triplet: C6, 29 and 41. RGB value is (198,41,65). Sum of RGB (Red+Green+Blue) = 198+41+65=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62941 is #39D6BE. Grayscale: #5A5A5A. Windows color (decimal): -3790527 or 4270534. OLE color: 4270534.
HSL color Cylindrical-coordinate representation of color #C62941: hue angle of 350.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62941 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 65 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.22 |
| HSL | 350.83º | 0.66% | 0.47% | - |
| HSV(B) | 350.83º | 0.79% | 0.78% | - |
| XYZ | 25.04 | 13.97 | 6.38 | - |
| YUV | 90.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 65 | 0 | 0.79 | 0.67 | 0.22 | 350.83 | 0.66 | 0.47 |
| Hex | C6 | 29 | 41 | 0 | 4F | 43 | 16 | 15F | 42 | 2F |
| Octal | 306 | 51 | 101 | 0 | 117 | 103 | 26 | 537 | 102 | 57 |
| Binary | 11000110 | 101001 | 1000001 | 0 | 1001111 | 1000011 | 10110 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C62941
Complementary color
Monochromatic Colors of #C62941
Black with #C62941
Text Example
Text Example
White with #C62941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62941; }
p { color: rgb(198,41,65); }
H1.HeaderClassName
{
color: #C62941;
}
.AnyTagClassName
{
color: #C62941;
}
</style>
background-color css
<style>
a { background-color: #C62941; }
a { background-color: rgb(198,41,65); }
div.DivClassName
{
background-color: #C62941;
}
.BgClassName
{
background-color: #C62941;
}
</style>
border-color css
<style>
span { border-color: #C62941; }
span { border-color: rgb(198,41,65); }
td.TdClassName
{
border-color: #C62941;
}
.TagClassName
{
border-color: #C62941;
}
</style>