Shades of Brick Red #CB2641
Tints of Brick Red #CB2641
RGB
CMYK
RGB Variations
Color information
#CB2641 (or 0xCB2641) is known color: Brick Red. HEX triplet: CB, 26 and 41. RGB value is (203,38,65). Sum of RGB (Red+Green+Blue) = 203+38+65=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2641 is #34D9BE. Grayscale: #5A5A5A. Windows color (decimal): -3463615 or 4269771. OLE color: 4269771.
HSL color Cylindrical-coordinate representation of color #CB2641: hue angle of 350.18º 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 #CB2641 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 65 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.20 |
| HSL | 350.18º | 0.68% | 0.47% | - |
| HSV(B) | 350.18º | 0.81% | 0.8% | - |
| XYZ | 26.28 | 14.46 | 6.41 | - |
| YUV | 90.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 65 | 0 | 0.81 | 0.68 | 0.20 | 350.18 | 0.68 | 0.47 |
| Hex | CB | 26 | 41 | 0 | 51 | 44 | 14 | 15E | 44 | 2F |
| Octal | 313 | 46 | 101 | 0 | 121 | 104 | 24 | 536 | 104 | 57 |
| Binary | 11001011 | 100110 | 1000001 | 0 | 1010001 | 1000100 | 10100 | 101011110 | 1000100 | 101111 |
Color Harmonies of #CB2641
Complementary color
Monochromatic Colors of #CB2641
Black with #CB2641
Text Example
Text Example
White with #CB2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2641; }
p { color: rgb(203,38,65); }
H1.HeaderClassName
{
color: #CB2641;
}
.AnyTagClassName
{
color: #CB2641;
}
</style>
background-color css
<style>
a { background-color: #CB2641; }
a { background-color: rgb(203,38,65); }
div.DivClassName
{
background-color: #CB2641;
}
.BgClassName
{
background-color: #CB2641;
}
</style>
border-color css
<style>
span { border-color: #CB2641; }
span { border-color: rgb(203,38,65); }
td.TdClassName
{
border-color: #CB2641;
}
.TagClassName
{
border-color: #CB2641;
}
</style>