Shades of Fire Brick #C21810
Tints of Fire Brick #C21810
RGB
CMYK
RGB Variations
Color information
#C21810 (or 0xC21810) is known color: Fire Brick. HEX triplet: C2, 18 and 10. RGB value is (194,24,16). Sum of RGB (Red+Green+Blue) = 194+24+16=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21810 is #3DE7EF. Grayscale: #4A4A4A. Windows color (decimal): -4057072 or 1054914. OLE color: 1054914.
HSL color Cylindrical-coordinate representation of color #C21810: hue angle of 2.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21810 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.24 |
| HSL | 2.7º | 0.85% | 0.41% | - |
| HSV(B) | 2.7º | 0.92% | 0.76% | - |
| XYZ | 22.67 | 12.16 | 1.64 | - |
| YUV | 73.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 16 | 0 | 0.88 | 0.92 | 0.24 | 2.7 | 0.85 | 0.41 |
| Hex | C2 | 18 | 10 | 0 | 58 | 5C | 18 | 3 | 55 | 29 |
| Octal | 302 | 30 | 20 | 0 | 130 | 134 | 30 | 3 | 125 | 51 |
| Binary | 11000010 | 11000 | 10000 | 0 | 1011000 | 1011100 | 11000 | 11 | 1010101 | 101001 |
Color Harmonies of #C21810
Complementary color
Monochromatic Colors of #C21810
Black with #C21810
Text Example
Text Example
White with #C21810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21810; }
p { color: rgb(194,24,16); }
H1.HeaderClassName
{
color: #C21810;
}
.AnyTagClassName
{
color: #C21810;
}
</style>
background-color css
<style>
a { background-color: #C21810; }
a { background-color: rgb(194,24,16); }
div.DivClassName
{
background-color: #C21810;
}
.BgClassName
{
background-color: #C21810;
}
</style>
border-color css
<style>
span { border-color: #C21810; }
span { border-color: rgb(194,24,16); }
td.TdClassName
{
border-color: #C21810;
}
.TagClassName
{
border-color: #C21810;
}
</style>