Shades of Fire Brick #C4271F
Tints of Fire Brick #C4271F
RGB
CMYK
RGB Variations
Color information
#C4271F (or 0xC4271F) is known color: Fire Brick. HEX triplet: C4, 27 and 1F. RGB value is (196,39,31). Sum of RGB (Red+Green+Blue) = 196+39+31=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4271F is #3BD8E0. Grayscale: #555555. Windows color (decimal): -3922145 or 2041796. OLE color: 2041796.
HSL color Cylindrical-coordinate representation of color #C4271F: hue angle of 2.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4271F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 31 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.23 |
| HSL | 2.91º | 0.73% | 0.45% | - |
| HSV(B) | 2.91º | 0.84% | 0.77% | - |
| XYZ | 23.74 | 13.29 | 2.61 | - |
| YUV | 85.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 31 | 0 | 0.80 | 0.84 | 0.23 | 2.91 | 0.73 | 0.45 |
| Hex | C4 | 27 | 1F | 0 | 50 | 54 | 17 | 3 | 49 | 2D |
| Octal | 304 | 47 | 37 | 0 | 120 | 124 | 27 | 3 | 111 | 55 |
| Binary | 11000100 | 100111 | 11111 | 0 | 1010000 | 1010100 | 10111 | 11 | 1001001 | 101101 |
Color Harmonies of #C4271F
Complementary color
Monochromatic Colors of #C4271F
Black with #C4271F
Text Example
Text Example
White with #C4271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4271F; }
p { color: rgb(196,39,31); }
H1.HeaderClassName
{
color: #C4271F;
}
.AnyTagClassName
{
color: #C4271F;
}
</style>
background-color css
<style>
a { background-color: #C4271F; }
a { background-color: rgb(196,39,31); }
div.DivClassName
{
background-color: #C4271F;
}
.BgClassName
{
background-color: #C4271F;
}
</style>
border-color css
<style>
span { border-color: #C4271F; }
span { border-color: rgb(196,39,31); }
td.TdClassName
{
border-color: #C4271F;
}
.TagClassName
{
border-color: #C4271F;
}
</style>