Shades of Brick Red #CB2841
Tints of Brick Red #CB2841
RGB
CMYK
RGB Variations
Color information
#CB2841 (or 0xCB2841) is known color: Brick Red. HEX triplet: CB, 28 and 41. RGB value is (203,40,65). Sum of RGB (Red+Green+Blue) = 203+40+65=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2841 is #34D7BE. Grayscale: #5B5B5B. Windows color (decimal): -3463103 or 4270283. OLE color: 4270283.
HSL color Cylindrical-coordinate representation of color #CB2841: hue angle of 350.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2841 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 65 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.20 |
| HSL | 350.8º | 0.67% | 0.48% | - |
| HSV(B) | 350.8º | 0.8% | 0.8% | - |
| XYZ | 26.34 | 14.6 | 6.43 | - |
| YUV | 91.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 65 | 0 | 0.80 | 0.68 | 0.20 | 350.8 | 0.67 | 0.48 |
| Hex | CB | 28 | 41 | 0 | 50 | 44 | 14 | 15F | 43 | 30 |
| Octal | 313 | 50 | 101 | 0 | 120 | 104 | 24 | 537 | 103 | 60 |
| Binary | 11001011 | 101000 | 1000001 | 0 | 1010000 | 1000100 | 10100 | 101011111 | 1000011 | 110000 |
Color Harmonies of #CB2841
Complementary color
Monochromatic Colors of #CB2841
Black with #CB2841
Text Example
Text Example
White with #CB2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2841; }
p { color: rgb(203,40,65); }
H1.HeaderClassName
{
color: #CB2841;
}
.AnyTagClassName
{
color: #CB2841;
}
</style>
background-color css
<style>
a { background-color: #CB2841; }
a { background-color: rgb(203,40,65); }
div.DivClassName
{
background-color: #CB2841;
}
.BgClassName
{
background-color: #CB2841;
}
</style>
border-color css
<style>
span { border-color: #CB2841; }
span { border-color: rgb(203,40,65); }
td.TdClassName
{
border-color: #CB2841;
}
.TagClassName
{
border-color: #CB2841;
}
</style>