Shades of Brick Red #CB313E
Tints of Brick Red #CB313E
RGB
CMYK
RGB Variations
Color information
#CB313E (or 0xCB313E) is known color: Brick Red. HEX triplet: CB, 31 and 3E. RGB value is (203,49,62). Sum of RGB (Red+Green+Blue) = 203+49+62=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB313E is #34CEC1. Grayscale: #606060. Windows color (decimal): -3460802 or 4075979. OLE color: 4075979.
HSL color Cylindrical-coordinate representation of color #CB313E: hue angle of 354.94º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB313E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.20 |
| HSL | 354.94º | 0.61% | 0.49% | - |
| HSV(B) | 354.94º | 0.76% | 0.8% | - |
| XYZ | 26.6 | 15.24 | 6.1 | - |
| YUV | 96.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 62 | 0 | 0.76 | 0.69 | 0.20 | 354.94 | 0.61 | 0.49 |
| Hex | CB | 31 | 3E | 0 | 4C | 45 | 14 | 163 | 3D | 31 |
| Octal | 313 | 61 | 76 | 0 | 114 | 105 | 24 | 543 | 75 | 61 |
| Binary | 11001011 | 110001 | 111110 | 0 | 1001100 | 1000101 | 10100 | 101100011 | 111101 | 110001 |
Color Harmonies of #CB313E
Complementary color
Monochromatic Colors of #CB313E
Black with #CB313E
Text Example
Text Example
White with #CB313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB313E; }
p { color: rgb(203,49,62); }
H1.HeaderClassName
{
color: #CB313E;
}
.AnyTagClassName
{
color: #CB313E;
}
</style>
background-color css
<style>
a { background-color: #CB313E; }
a { background-color: rgb(203,49,62); }
div.DivClassName
{
background-color: #CB313E;
}
.BgClassName
{
background-color: #CB313E;
}
</style>
border-color css
<style>
span { border-color: #CB313E; }
span { border-color: rgb(203,49,62); }
td.TdClassName
{
border-color: #CB313E;
}
.TagClassName
{
border-color: #CB313E;
}
</style>