Shades of Fire Brick #C41D1A
Tints of Fire Brick #C41D1A
RGB
CMYK
RGB Variations
Color information
#C41D1A (or 0xC41D1A) is known color: Fire Brick. HEX triplet: C4, 1D and 1A. RGB value is (196,29,26). Sum of RGB (Red+Green+Blue) = 196+29+26=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D1A is #3BE2E5. Grayscale: #4E4E4E. Windows color (decimal): -3924710 or 1711556. OLE color: 1711556.
HSL color Cylindrical-coordinate representation of color #C41D1A: hue angle of 1.06º 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 #C41D1A is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 26 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.23 |
| HSL | 1.06º | 0.77% | 0.44% | - |
| HSV(B) | 1.06º | 0.87% | 0.77% | - |
| XYZ | 23.39 | 12.69 | 2.19 | - |
| YUV | 78.59 | 98.33 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 26 | 0 | 0.85 | 0.87 | 0.23 | 1.06 | 0.77 | 0.44 |
| Hex | C4 | 1D | 1A | 0 | 55 | 57 | 17 | 1 | 4D | 2C |
| Octal | 304 | 35 | 32 | 0 | 125 | 127 | 27 | 1 | 115 | 54 |
| Binary | 11000100 | 11101 | 11010 | 0 | 1010101 | 1010111 | 10111 | 1 | 1001101 | 101100 |
Color Harmonies of #C41D1A
Complementary color
Monochromatic Colors of #C41D1A
Black with #C41D1A
Text Example
Text Example
White with #C41D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D1A; }
p { color: rgb(196,29,26); }
H1.HeaderClassName
{
color: #C41D1A;
}
.AnyTagClassName
{
color: #C41D1A;
}
</style>
background-color css
<style>
a { background-color: #C41D1A; }
a { background-color: rgb(196,29,26); }
div.DivClassName
{
background-color: #C41D1A;
}
.BgClassName
{
background-color: #C41D1A;
}
</style>
border-color css
<style>
span { border-color: #C41D1A; }
span { border-color: rgb(196,29,26); }
td.TdClassName
{
border-color: #C41D1A;
}
.TagClassName
{
border-color: #C41D1A;
}
</style>