Shades of Brick Red #CB2741
Tints of Brick Red #CB2741
RGB
CMYK
RGB Variations
Color information
#CB2741 (or 0xCB2741) is known color: Brick Red. HEX triplet: CB, 27 and 41. RGB value is (203,39,65). Sum of RGB (Red+Green+Blue) = 203+39+65=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2741 is #34D8BE. Grayscale: #5B5B5B. Windows color (decimal): -3463359 or 4270027. OLE color: 4270027.
HSL color Cylindrical-coordinate representation of color #CB2741: hue angle of 350.49º 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 #CB2741 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 65 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.20 |
| HSL | 350.49º | 0.68% | 0.47% | - |
| HSV(B) | 350.49º | 0.81% | 0.8% | - |
| XYZ | 26.31 | 14.53 | 6.42 | - |
| YUV | 91 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 65 | 0 | 0.81 | 0.68 | 0.20 | 350.49 | 0.68 | 0.47 |
| Hex | CB | 27 | 41 | 0 | 51 | 44 | 14 | 15E | 44 | 2F |
| Octal | 313 | 47 | 101 | 0 | 121 | 104 | 24 | 536 | 104 | 57 |
| Binary | 11001011 | 100111 | 1000001 | 0 | 1010001 | 1000100 | 10100 | 101011110 | 1000100 | 101111 |
Color Harmonies of #CB2741
Complementary color
Monochromatic Colors of #CB2741
Black with #CB2741
Text Example
Text Example
White with #CB2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2741; }
p { color: rgb(203,39,65); }
H1.HeaderClassName
{
color: #CB2741;
}
.AnyTagClassName
{
color: #CB2741;
}
</style>
background-color css
<style>
a { background-color: #CB2741; }
a { background-color: rgb(203,39,65); }
div.DivClassName
{
background-color: #CB2741;
}
.BgClassName
{
background-color: #CB2741;
}
</style>
border-color css
<style>
span { border-color: #CB2741; }
span { border-color: rgb(203,39,65); }
td.TdClassName
{
border-color: #CB2741;
}
.TagClassName
{
border-color: #CB2741;
}
</style>