Shades of Brick Red #C62F3E
Tints of Brick Red #C62F3E
RGB
CMYK
RGB Variations
Color information
#C62F3E (or 0xC62F3E) is known color: Brick Red. HEX triplet: C6, 2F and 3E. RGB value is (198,47,62). Sum of RGB (Red+Green+Blue) = 198+47+62=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F3E is #39D0C1. Grayscale: #5D5D5D. Windows color (decimal): -3788994 or 4075462. OLE color: 4075462.
HSL color Cylindrical-coordinate representation of color #C62F3E: hue angle of 354.04º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62F3E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.04º | 0.62% | 0.48% | - |
| HSV(B) | 354.04º | 0.76% | 0.78% | - |
| XYZ | 25.17 | 14.39 | 6.01 | - |
| YUV | 93.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.04 | 0.62 | 0.48 |
| Hex | C6 | 2F | 3E | 0 | 4C | 45 | 16 | 162 | 3E | 30 |
| Octal | 306 | 57 | 76 | 0 | 114 | 105 | 26 | 542 | 76 | 60 |
| Binary | 11000110 | 101111 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100010 | 111110 | 110000 |
Color Harmonies of #C62F3E
Complementary color
Monochromatic Colors of #C62F3E
Black with #C62F3E
Text Example
Text Example
White with #C62F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F3E; }
p { color: rgb(198,47,62); }
H1.HeaderClassName
{
color: #C62F3E;
}
.AnyTagClassName
{
color: #C62F3E;
}
</style>
background-color css
<style>
a { background-color: #C62F3E; }
a { background-color: rgb(198,47,62); }
div.DivClassName
{
background-color: #C62F3E;
}
.BgClassName
{
background-color: #C62F3E;
}
</style>
border-color css
<style>
span { border-color: #C62F3E; }
span { border-color: rgb(198,47,62); }
td.TdClassName
{
border-color: #C62F3E;
}
.TagClassName
{
border-color: #C62F3E;
}
</style>