Shades of Brick Red #CB2440
Tints of Brick Red #CB2440
RGB
CMYK
RGB Variations
Color information
#CB2440 (or 0xCB2440) is known color: Brick Red. HEX triplet: CB, 24 and 40. RGB value is (203,36,64). Sum of RGB (Red+Green+Blue) = 203+36+64=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2440 is #34DBBF. Grayscale: #595959. Windows color (decimal): -3464128 or 4203723. OLE color: 4203723.
HSL color Cylindrical-coordinate representation of color #CB2440: hue angle of 349.94º 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 #CB2440 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 64 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.20 |
| HSL | 349.94º | 0.7% | 0.47% | - |
| HSV(B) | 349.94º | 0.82% | 0.8% | - |
| XYZ | 26.18 | 14.33 | 6.24 | - |
| YUV | 89.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 64 | 0 | 0.82 | 0.68 | 0.20 | 349.94 | 0.7 | 0.47 |
| Hex | CB | 24 | 40 | 0 | 52 | 44 | 14 | 15E | 46 | 2F |
| Octal | 313 | 44 | 100 | 0 | 122 | 104 | 24 | 536 | 106 | 57 |
| Binary | 11001011 | 100100 | 1000000 | 0 | 1010010 | 1000100 | 10100 | 101011110 | 1000110 | 101111 |
Color Harmonies of #CB2440
Complementary color
Monochromatic Colors of #CB2440
Black with #CB2440
Text Example
Text Example
White with #CB2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2440; }
p { color: rgb(203,36,64); }
H1.HeaderClassName
{
color: #CB2440;
}
.AnyTagClassName
{
color: #CB2440;
}
</style>
background-color css
<style>
a { background-color: #CB2440; }
a { background-color: rgb(203,36,64); }
div.DivClassName
{
background-color: #CB2440;
}
.BgClassName
{
background-color: #CB2440;
}
</style>
border-color css
<style>
span { border-color: #CB2440; }
span { border-color: rgb(203,36,64); }
td.TdClassName
{
border-color: #CB2440;
}
.TagClassName
{
border-color: #CB2440;
}
</style>