Shades of Fire Brick #C41A1A
Tints of Fire Brick #C41A1A
RGB
CMYK
RGB Variations
Color information
#C41A1A (or 0xC41A1A) is known color: Fire Brick. HEX triplet: C4, 1A and 1A. RGB value is (196,26,26). Sum of RGB (Red+Green+Blue) = 196+26+26=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A1A is #3BE5E5. Grayscale: #4D4D4D. Windows color (decimal): -3925478 or 1710788. OLE color: 1710788.
HSL color Cylindrical-coordinate representation of color #C41A1A: hue angle of 0º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A1A is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 26 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.23 |
| HSL | 0º | 0.77% | 0.44% | - |
| HSV(B) | 0º | 0.87% | 0.77% | - |
| XYZ | 23.32 | 12.55 | 2.17 | - |
| YUV | 76.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 26 | 0 | 0.87 | 0.87 | 0.23 | 0 | 0.77 | 0.44 |
| Hex | C4 | 1A | 1A | 0 | 57 | 57 | 17 | 0 | 4D | 2C |
| Octal | 304 | 32 | 32 | 0 | 127 | 127 | 27 | 0 | 115 | 54 |
| Binary | 11000100 | 11010 | 11010 | 0 | 1010111 | 1010111 | 10111 | 0 | 1001101 | 101100 |
Color Harmonies of #C41A1A
Complementary color
Monochromatic Colors of #C41A1A
Black with #C41A1A
Text Example
Text Example
White with #C41A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A1A; }
p { color: rgb(196,26,26); }
H1.HeaderClassName
{
color: #C41A1A;
}
.AnyTagClassName
{
color: #C41A1A;
}
</style>
background-color css
<style>
a { background-color: #C41A1A; }
a { background-color: rgb(196,26,26); }
div.DivClassName
{
background-color: #C41A1A;
}
.BgClassName
{
background-color: #C41A1A;
}
</style>
border-color css
<style>
span { border-color: #C41A1A; }
span { border-color: rgb(196,26,26); }
td.TdClassName
{
border-color: #C41A1A;
}
.TagClassName
{
border-color: #C41A1A;
}
</style>