Shades of Brick Red #CB2D3F
Tints of Brick Red #CB2D3F
RGB
CMYK
RGB Variations
Color information
#CB2D3F (or 0xCB2D3F) is known color: Brick Red. HEX triplet: CB, 2D and 3F. RGB value is (203,45,63). Sum of RGB (Red+Green+Blue) = 203+45+63=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D3F is #34D2C0. Grayscale: #5E5E5E. Windows color (decimal): -3461825 or 4140491. OLE color: 4140491.
HSL color Cylindrical-coordinate representation of color #CB2D3F: hue angle of 353.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D3F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 63 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.20 |
| HSL | 353.16º | 0.64% | 0.49% | - |
| HSV(B) | 353.16º | 0.78% | 0.8% | - |
| XYZ | 26.46 | 14.93 | 6.19 | - |
| YUV | 94.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 63 | 0 | 0.78 | 0.69 | 0.20 | 353.16 | 0.64 | 0.49 |
| Hex | CB | 2D | 3F | 0 | 4E | 45 | 14 | 161 | 40 | 31 |
| Octal | 313 | 55 | 77 | 0 | 116 | 105 | 24 | 541 | 100 | 61 |
| Binary | 11001011 | 101101 | 111111 | 0 | 1001110 | 1000101 | 10100 | 101100001 | 1000000 | 110001 |
Color Harmonies of #CB2D3F
Complementary color
Monochromatic Colors of #CB2D3F
Black with #CB2D3F
Text Example
Text Example
White with #CB2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D3F; }
p { color: rgb(203,45,63); }
H1.HeaderClassName
{
color: #CB2D3F;
}
.AnyTagClassName
{
color: #CB2D3F;
}
</style>
background-color css
<style>
a { background-color: #CB2D3F; }
a { background-color: rgb(203,45,63); }
div.DivClassName
{
background-color: #CB2D3F;
}
.BgClassName
{
background-color: #CB2D3F;
}
</style>
border-color css
<style>
span { border-color: #CB2D3F; }
span { border-color: rgb(203,45,63); }
td.TdClassName
{
border-color: #CB2D3F;
}
.TagClassName
{
border-color: #CB2D3F;
}
</style>