Shades of Fire Brick #C21812
Tints of Fire Brick #C21812
RGB
CMYK
RGB Variations
Color information
#C21812 (or 0xC21812) is known color: Fire Brick. HEX triplet: C2, 18 and 12. RGB value is (194,24,18). Sum of RGB (Red+Green+Blue) = 194+24+18=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21812 is #3DE7ED. Grayscale: #4A4A4A. Windows color (decimal): -4057070 or 1185986. OLE color: 1185986.
HSL color Cylindrical-coordinate representation of color #C21812: hue angle of 2.05º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.24 |
| HSL | 2.05º | 0.83% | 0.42% | - |
| HSV(B) | 2.05º | 0.91% | 0.76% | - |
| XYZ | 22.68 | 12.17 | 1.73 | - |
| YUV | 74.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 18 | 0 | 0.88 | 0.91 | 0.24 | 2.05 | 0.83 | 0.42 |
| Hex | C2 | 18 | 12 | 0 | 58 | 5B | 18 | 2 | 53 | 2A |
| Octal | 302 | 30 | 22 | 0 | 130 | 133 | 30 | 2 | 123 | 52 |
| Binary | 11000010 | 11000 | 10010 | 0 | 1011000 | 1011011 | 11000 | 10 | 1010011 | 101010 |
Color Harmonies of #C21812
Complementary color
Monochromatic Colors of #C21812
Black with #C21812
Text Example
Text Example
White with #C21812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21812; }
p { color: rgb(194,24,18); }
H1.HeaderClassName
{
color: #C21812;
}
.AnyTagClassName
{
color: #C21812;
}
</style>
background-color css
<style>
a { background-color: #C21812; }
a { background-color: rgb(194,24,18); }
div.DivClassName
{
background-color: #C21812;
}
.BgClassName
{
background-color: #C21812;
}
</style>
border-color css
<style>
span { border-color: #C21812; }
span { border-color: rgb(194,24,18); }
td.TdClassName
{
border-color: #C21812;
}
.TagClassName
{
border-color: #C21812;
}
</style>