Shades of Fire Brick #C2211A
Tints of Fire Brick #C2211A
RGB
CMYK
RGB Variations
Color information
#C2211A (or 0xC2211A) is known color: Fire Brick. HEX triplet: C2, 21 and 1A. RGB value is (194,33,26). Sum of RGB (Red+Green+Blue) = 194+33+26=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C2211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2211A is #3DDEE5. Grayscale: #505050. Windows color (decimal): -4054758 or 1712578. OLE color: 1712578.
HSL color Cylindrical-coordinate representation of color #C2211A: hue angle of 2.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2211A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 26 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.24 |
| HSL | 2.5º | 0.76% | 0.43% | - |
| HSV(B) | 2.5º | 0.87% | 0.76% | - |
| XYZ | 22.98 | 12.63 | 2.2 | - |
| YUV | 80.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 26 | 0 | 0.83 | 0.87 | 0.24 | 2.5 | 0.76 | 0.43 |
| Hex | C2 | 21 | 1A | 0 | 53 | 57 | 18 | 2 | 4C | 2B |
| Octal | 302 | 41 | 32 | 0 | 123 | 127 | 30 | 2 | 114 | 53 |
| Binary | 11000010 | 100001 | 11010 | 0 | 1010011 | 1010111 | 11000 | 10 | 1001100 | 101011 |
Color Harmonies of #C2211A
Complementary color
Monochromatic Colors of #C2211A
Black with #C2211A
Text Example
Text Example
White with #C2211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2211A; }
p { color: rgb(194,33,26); }
H1.HeaderClassName
{
color: #C2211A;
}
.AnyTagClassName
{
color: #C2211A;
}
</style>
background-color css
<style>
a { background-color: #C2211A; }
a { background-color: rgb(194,33,26); }
div.DivClassName
{
background-color: #C2211A;
}
.BgClassName
{
background-color: #C2211A;
}
</style>
border-color css
<style>
span { border-color: #C2211A; }
span { border-color: rgb(194,33,26); }
td.TdClassName
{
border-color: #C2211A;
}
.TagClassName
{
border-color: #C2211A;
}
</style>