Shades of Fire Brick #C21A15
Tints of Fire Brick #C21A15
RGB
CMYK
RGB Variations
Color information
#C21A15 (or 0xC21A15) is known color: Fire Brick. HEX triplet: C2, 1A and 15. RGB value is (194,26,21). Sum of RGB (Red+Green+Blue) = 194+26+21=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A15 is #3DE5EA. Grayscale: #4B4B4B. Windows color (decimal): -4056555 or 1383106. OLE color: 1383106.
HSL color Cylindrical-coordinate representation of color #C21A15: hue angle of 1.73º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21A15 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.24 |
| HSL | 1.73º | 0.8% | 0.42% | - |
| HSV(B) | 1.73º | 0.89% | 0.76% | - |
| XYZ | 22.75 | 12.26 | 1.88 | - |
| YUV | 75.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 21 | 0 | 0.87 | 0.89 | 0.24 | 1.73 | 0.8 | 0.42 |
| Hex | C2 | 1A | 15 | 0 | 57 | 59 | 18 | 2 | 50 | 2A |
| Octal | 302 | 32 | 25 | 0 | 127 | 131 | 30 | 2 | 120 | 52 |
| Binary | 11000010 | 11010 | 10101 | 0 | 1010111 | 1011001 | 11000 | 10 | 1010000 | 101010 |
Color Harmonies of #C21A15
Complementary color
Monochromatic Colors of #C21A15
Black with #C21A15
Text Example
Text Example
White with #C21A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A15; }
p { color: rgb(194,26,21); }
H1.HeaderClassName
{
color: #C21A15;
}
.AnyTagClassName
{
color: #C21A15;
}
</style>
background-color css
<style>
a { background-color: #C21A15; }
a { background-color: rgb(194,26,21); }
div.DivClassName
{
background-color: #C21A15;
}
.BgClassName
{
background-color: #C21A15;
}
</style>
border-color css
<style>
span { border-color: #C21A15; }
span { border-color: rgb(194,26,21); }
td.TdClassName
{
border-color: #C21A15;
}
.TagClassName
{
border-color: #C21A15;
}
</style>