Shades of Brick Red #CB313F
Tints of Brick Red #CB313F
RGB
CMYK
RGB Variations
Color information
#CB313F (or 0xCB313F) is known color: Brick Red. HEX triplet: CB, 31 and 3F. RGB value is (203,49,63). Sum of RGB (Red+Green+Blue) = 203+49+63=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB313F is #34CEC0. Grayscale: #606060. Windows color (decimal): -3460801 or 4141515. OLE color: 4141515.
HSL color Cylindrical-coordinate representation of color #CB313F: hue angle of 354.55º 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 #CB313F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 63 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.20 |
| HSL | 354.55º | 0.61% | 0.49% | - |
| HSV(B) | 354.55º | 0.76% | 0.8% | - |
| XYZ | 26.62 | 15.25 | 6.24 | - |
| YUV | 96.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 63 | 0 | 0.76 | 0.69 | 0.20 | 354.55 | 0.61 | 0.49 |
| Hex | CB | 31 | 3F | 0 | 4C | 45 | 14 | 163 | 3D | 31 |
| Octal | 313 | 61 | 77 | 0 | 114 | 105 | 24 | 543 | 75 | 61 |
| Binary | 11001011 | 110001 | 111111 | 0 | 1001100 | 1000101 | 10100 | 101100011 | 111101 | 110001 |
Color Harmonies of #CB313F
Complementary color
Monochromatic Colors of #CB313F
Black with #CB313F
Text Example
Text Example
White with #CB313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB313F; }
p { color: rgb(203,49,63); }
H1.HeaderClassName
{
color: #CB313F;
}
.AnyTagClassName
{
color: #CB313F;
}
</style>
background-color css
<style>
a { background-color: #CB313F; }
a { background-color: rgb(203,49,63); }
div.DivClassName
{
background-color: #CB313F;
}
.BgClassName
{
background-color: #CB313F;
}
</style>
border-color css
<style>
span { border-color: #CB313F; }
span { border-color: rgb(203,49,63); }
td.TdClassName
{
border-color: #CB313F;
}
.TagClassName
{
border-color: #CB313F;
}
</style>