Shades of Brick Red #C62E3F
Tints of Brick Red #C62E3F
RGB
CMYK
RGB Variations
Color information
#C62E3F (or 0xC62E3F) is known color: Brick Red. HEX triplet: C6, 2E and 3F. RGB value is (198,46,63). Sum of RGB (Red+Green+Blue) = 198+46+63=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E3F is #39D1C0. Grayscale: #5D5D5D. Windows color (decimal): -3789249 or 4140742. OLE color: 4140742.
HSL color Cylindrical-coordinate representation of color #C62E3F: hue angle of 353.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 63 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.22 |
| HSL | 353.29º | 0.62% | 0.48% | - |
| HSV(B) | 353.29º | 0.77% | 0.78% | - |
| XYZ | 25.16 | 14.32 | 6.14 | - |
| YUV | 93.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 63 | 0 | 0.77 | 0.68 | 0.22 | 353.29 | 0.62 | 0.48 |
| Hex | C6 | 2E | 3F | 0 | 4D | 44 | 16 | 161 | 3E | 30 |
| Octal | 306 | 56 | 77 | 0 | 115 | 104 | 26 | 541 | 76 | 60 |
| Binary | 11000110 | 101110 | 111111 | 0 | 1001101 | 1000100 | 10110 | 101100001 | 111110 | 110000 |
Color Harmonies of #C62E3F
Complementary color
Monochromatic Colors of #C62E3F
Black with #C62E3F
Text Example
Text Example
White with #C62E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E3F; }
p { color: rgb(198,46,63); }
H1.HeaderClassName
{
color: #C62E3F;
}
.AnyTagClassName
{
color: #C62E3F;
}
</style>
background-color css
<style>
a { background-color: #C62E3F; }
a { background-color: rgb(198,46,63); }
div.DivClassName
{
background-color: #C62E3F;
}
.BgClassName
{
background-color: #C62E3F;
}
</style>
border-color css
<style>
span { border-color: #C62E3F; }
span { border-color: rgb(198,46,63); }
td.TdClassName
{
border-color: #C62E3F;
}
.TagClassName
{
border-color: #C62E3F;
}
</style>