Shades of Fire Brick #C41F1B
Tints of Fire Brick #C41F1B
RGB
CMYK
RGB Variations
Color information
#C41F1B (or 0xC41F1B) is known color: Fire Brick. HEX triplet: C4, 1F and 1B. RGB value is (196,31,27). Sum of RGB (Red+Green+Blue) = 196+31+27=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F1B is #3BE0E4. Grayscale: #505050. Windows color (decimal): -3924197 or 1777604. OLE color: 1777604.
HSL color Cylindrical-coordinate representation of color #C41F1B: hue angle of 1.42º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41F1B is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 27 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.23 |
| HSL | 1.42º | 0.76% | 0.44% | - |
| HSV(B) | 1.42º | 0.86% | 0.77% | - |
| XYZ | 23.45 | 12.79 | 2.27 | - |
| YUV | 79.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 27 | 0 | 0.84 | 0.86 | 0.23 | 1.42 | 0.76 | 0.44 |
| Hex | C4 | 1F | 1B | 0 | 54 | 56 | 17 | 1 | 4C | 2C |
| Octal | 304 | 37 | 33 | 0 | 124 | 126 | 27 | 1 | 114 | 54 |
| Binary | 11000100 | 11111 | 11011 | 0 | 1010100 | 1010110 | 10111 | 1 | 1001100 | 101100 |
Color Harmonies of #C41F1B
Complementary color
Monochromatic Colors of #C41F1B
Black with #C41F1B
Text Example
Text Example
White with #C41F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F1B; }
p { color: rgb(196,31,27); }
H1.HeaderClassName
{
color: #C41F1B;
}
.AnyTagClassName
{
color: #C41F1B;
}
</style>
background-color css
<style>
a { background-color: #C41F1B; }
a { background-color: rgb(196,31,27); }
div.DivClassName
{
background-color: #C41F1B;
}
.BgClassName
{
background-color: #C41F1B;
}
</style>
border-color css
<style>
span { border-color: #C41F1B; }
span { border-color: rgb(196,31,27); }
td.TdClassName
{
border-color: #C41F1B;
}
.TagClassName
{
border-color: #C41F1B;
}
</style>