Shades of Fire Brick #CA2121
Tints of Fire Brick #CA2121
RGB
CMYK
RGB Variations
Color information
#CA2121 (or 0xCA2121) is known color: Fire Brick. HEX triplet: CA, 21 and 21. RGB value is (202,33,33). Sum of RGB (Red+Green+Blue) = 202+33+33=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2121 is #35DEDE. Grayscale: #535353. Windows color (decimal): -3530463 or 2171338. OLE color: 2171338.
HSL color Cylindrical-coordinate representation of color #CA2121: hue angle of 0º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2121 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.21 |
| HSL | 0º | 0.72% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.79% | - |
| XYZ | 25.18 | 13.75 | 2.77 | - |
| YUV | 83.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 33 | 0 | 0.84 | 0.84 | 0.21 | 0 | 0.72 | 0.46 |
| Hex | CA | 21 | 21 | 0 | 54 | 54 | 15 | 0 | 48 | 2E |
| Octal | 312 | 41 | 41 | 0 | 124 | 124 | 25 | 0 | 110 | 56 |
| Binary | 11001010 | 100001 | 100001 | 0 | 1010100 | 1010100 | 10101 | 0 | 1001000 | 101110 |
Color Harmonies of #CA2121
Complementary color
Monochromatic Colors of #CA2121
Black with #CA2121
Text Example
Text Example
White with #CA2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2121; }
p { color: rgb(202,33,33); }
H1.HeaderClassName
{
color: #CA2121;
}
.AnyTagClassName
{
color: #CA2121;
}
</style>
background-color css
<style>
a { background-color: #CA2121; }
a { background-color: rgb(202,33,33); }
div.DivClassName
{
background-color: #CA2121;
}
.BgClassName
{
background-color: #CA2121;
}
</style>
border-color css
<style>
span { border-color: #CA2121; }
span { border-color: rgb(202,33,33); }
td.TdClassName
{
border-color: #CA2121;
}
.TagClassName
{
border-color: #CA2121;
}
</style>