Shades of Brick Red #CB2247
Tints of Brick Red #CB2247
RGB
CMYK
RGB Variations
Color information
#CB2247 (or 0xCB2247) is known color: Brick Red. HEX triplet: CB, 22 and 47. RGB value is (203,34,71). Sum of RGB (Red+Green+Blue) = 203+34+71=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2247 is #34DDB8. Grayscale: #585858. Windows color (decimal): -3464633 or 4661963. OLE color: 4661963.
HSL color Cylindrical-coordinate representation of color #CB2247: hue angle of 346.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2247 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 71 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.20 |
| HSL | 346.86º | 0.71% | 0.46% | - |
| HSV(B) | 346.86º | 0.83% | 0.8% | - |
| XYZ | 26.34 | 14.3 | 7.33 | - |
| YUV | 88.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 71 | 0 | 0.83 | 0.65 | 0.20 | 346.86 | 0.71 | 0.46 |
| Hex | CB | 22 | 47 | 0 | 53 | 41 | 14 | 15B | 47 | 2E |
| Octal | 313 | 42 | 107 | 0 | 123 | 101 | 24 | 533 | 107 | 56 |
| Binary | 11001011 | 100010 | 1000111 | 0 | 1010011 | 1000001 | 10100 | 101011011 | 1000111 | 101110 |
Color Harmonies of #CB2247
Complementary color
Monochromatic Colors of #CB2247
Black with #CB2247
Text Example
Text Example
White with #CB2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2247; }
p { color: rgb(203,34,71); }
H1.HeaderClassName
{
color: #CB2247;
}
.AnyTagClassName
{
color: #CB2247;
}
</style>
background-color css
<style>
a { background-color: #CB2247; }
a { background-color: rgb(203,34,71); }
div.DivClassName
{
background-color: #CB2247;
}
.BgClassName
{
background-color: #CB2247;
}
</style>
border-color css
<style>
span { border-color: #CB2247; }
span { border-color: rgb(203,34,71); }
td.TdClassName
{
border-color: #CB2247;
}
.TagClassName
{
border-color: #CB2247;
}
</style>