Shades of Fire Brick #CB2121
Tints of Fire Brick #CB2121
RGB
CMYK
RGB Variations
Color information
#CB2121 (or 0xCB2121) is known color: Fire Brick. HEX triplet: CB, 21 and 21. RGB value is (203,33,33). Sum of RGB (Red+Green+Blue) = 203+33+33=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2121 is #34DEDE. Grayscale: #545454. Windows color (decimal): -3464927 or 2171339. OLE color: 2171339.
HSL color Cylindrical-coordinate representation of color #CB2121: hue angle of 0º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2121 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.20 |
| HSL | 0º | 0.72% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.8% | - |
| XYZ | 25.45 | 13.89 | 2.78 | - |
| YUV | 83.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 33 | 0 | 0.84 | 0.84 | 0.20 | 0 | 0.72 | 0.46 |
| Hex | CB | 21 | 21 | 0 | 54 | 54 | 14 | 0 | 48 | 2E |
| Octal | 313 | 41 | 41 | 0 | 124 | 124 | 24 | 0 | 110 | 56 |
| Binary | 11001011 | 100001 | 100001 | 0 | 1010100 | 1010100 | 10100 | 0 | 1001000 | 101110 |
Color Harmonies of #CB2121
Complementary color
Monochromatic Colors of #CB2121
Black with #CB2121
Text Example
Text Example
White with #CB2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2121; }
p { color: rgb(203,33,33); }
H1.HeaderClassName
{
color: #CB2121;
}
.AnyTagClassName
{
color: #CB2121;
}
</style>
background-color css
<style>
a { background-color: #CB2121; }
a { background-color: rgb(203,33,33); }
div.DivClassName
{
background-color: #CB2121;
}
.BgClassName
{
background-color: #CB2121;
}
</style>
border-color css
<style>
span { border-color: #CB2121; }
span { border-color: rgb(203,33,33); }
td.TdClassName
{
border-color: #CB2121;
}
.TagClassName
{
border-color: #CB2121;
}
</style>