Shades of Brick Red #CB2444
Tints of Brick Red #CB2444
RGB
CMYK
RGB Variations
Color information
#CB2444 (or 0xCB2444) is known color: Brick Red. HEX triplet: CB, 24 and 44. RGB value is (203,36,68). Sum of RGB (Red+Green+Blue) = 203+36+68=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2444 is #34DBBB. Grayscale: #595959. Windows color (decimal): -3464124 or 4465867. OLE color: 4465867.
HSL color Cylindrical-coordinate representation of color #CB2444: hue angle of 348.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2444 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 68 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.20 |
| HSL | 348.5º | 0.7% | 0.47% | - |
| HSV(B) | 348.5º | 0.82% | 0.8% | - |
| XYZ | 26.3 | 14.38 | 6.86 | - |
| YUV | 89.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 68 | 0 | 0.82 | 0.67 | 0.20 | 348.5 | 0.7 | 0.47 |
| Hex | CB | 24 | 44 | 0 | 52 | 43 | 14 | 15D | 46 | 2F |
| Octal | 313 | 44 | 104 | 0 | 122 | 103 | 24 | 535 | 106 | 57 |
| Binary | 11001011 | 100100 | 1000100 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CB2444
Complementary color
Monochromatic Colors of #CB2444
Black with #CB2444
Text Example
Text Example
White with #CB2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2444; }
p { color: rgb(203,36,68); }
H1.HeaderClassName
{
color: #CB2444;
}
.AnyTagClassName
{
color: #CB2444;
}
</style>
background-color css
<style>
a { background-color: #CB2444; }
a { background-color: rgb(203,36,68); }
div.DivClassName
{
background-color: #CB2444;
}
.BgClassName
{
background-color: #CB2444;
}
</style>
border-color css
<style>
span { border-color: #CB2444; }
span { border-color: rgb(203,36,68); }
td.TdClassName
{
border-color: #CB2444;
}
.TagClassName
{
border-color: #CB2444;
}
</style>