Shades of Fire Brick #C21A14
Tints of Fire Brick #C21A14
RGB
CMYK
RGB Variations
Color information
#C21A14 (or 0xC21A14) is known color: Fire Brick. HEX triplet: C2, 1A and 14. RGB value is (194,26,20). Sum of RGB (Red+Green+Blue) = 194+26+20=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A14 is #3DE5EB. Grayscale: #4B4B4B. Windows color (decimal): -4056556 or 1317570. OLE color: 1317570.
HSL color Cylindrical-coordinate representation of color #C21A14: hue angle of 2.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.24 |
| HSL | 2.07º | 0.81% | 0.42% | - |
| HSV(B) | 2.07º | 0.9% | 0.76% | - |
| XYZ | 22.74 | 12.26 | 1.83 | - |
| YUV | 75.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 20 | 0 | 0.87 | 0.90 | 0.24 | 2.07 | 0.81 | 0.42 |
| Hex | C2 | 1A | 14 | 0 | 57 | 5A | 18 | 2 | 51 | 2A |
| Octal | 302 | 32 | 24 | 0 | 127 | 132 | 30 | 2 | 121 | 52 |
| Binary | 11000010 | 11010 | 10100 | 0 | 1010111 | 1011010 | 11000 | 10 | 1010001 | 101010 |
Color Harmonies of #C21A14
Complementary color
Monochromatic Colors of #C21A14
Black with #C21A14
Text Example
Text Example
White with #C21A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A14; }
p { color: rgb(194,26,20); }
H1.HeaderClassName
{
color: #C21A14;
}
.AnyTagClassName
{
color: #C21A14;
}
</style>
background-color css
<style>
a { background-color: #C21A14; }
a { background-color: rgb(194,26,20); }
div.DivClassName
{
background-color: #C21A14;
}
.BgClassName
{
background-color: #C21A14;
}
</style>
border-color css
<style>
span { border-color: #C21A14; }
span { border-color: rgb(194,26,20); }
td.TdClassName
{
border-color: #C21A14;
}
.TagClassName
{
border-color: #C21A14;
}
</style>