Shades of Brick Red #CB2739
Tints of Brick Red #CB2739
RGB
CMYK
RGB Variations
Color information
#CB2739 (or 0xCB2739) is known color: Brick Red. HEX triplet: CB, 27 and 39. RGB value is (203,39,57). Sum of RGB (Red+Green+Blue) = 203+39+57=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2739 is #34D8C6. Grayscale: #5A5A5A. Windows color (decimal): -3463367 or 3745739. OLE color: 3745739.
HSL color Cylindrical-coordinate representation of color #CB2739: hue angle of 353.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2739 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 57 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.20 |
| HSL | 353.41º | 0.68% | 0.47% | - |
| HSV(B) | 353.41º | 0.81% | 0.8% | - |
| XYZ | 26.09 | 14.44 | 5.28 | - |
| YUV | 90.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 57 | 0 | 0.81 | 0.72 | 0.20 | 353.41 | 0.68 | 0.47 |
| Hex | CB | 27 | 39 | 0 | 51 | 48 | 14 | 161 | 44 | 2F |
| Octal | 313 | 47 | 71 | 0 | 121 | 110 | 24 | 541 | 104 | 57 |
| Binary | 11001011 | 100111 | 111001 | 0 | 1010001 | 1001000 | 10100 | 101100001 | 1000100 | 101111 |
Color Harmonies of #CB2739
Complementary color
Monochromatic Colors of #CB2739
Black with #CB2739
Text Example
Text Example
White with #CB2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2739; }
p { color: rgb(203,39,57); }
H1.HeaderClassName
{
color: #CB2739;
}
.AnyTagClassName
{
color: #CB2739;
}
</style>
background-color css
<style>
a { background-color: #CB2739; }
a { background-color: rgb(203,39,57); }
div.DivClassName
{
background-color: #CB2739;
}
.BgClassName
{
background-color: #CB2739;
}
</style>
border-color css
<style>
span { border-color: #CB2739; }
span { border-color: rgb(203,39,57); }
td.TdClassName
{
border-color: #CB2739;
}
.TagClassName
{
border-color: #CB2739;
}
</style>