Shades of Fire Brick #C2271C
Tints of Fire Brick #C2271C
RGB
CMYK
RGB Variations
Color information
#C2271C (or 0xC2271C) is known color: Fire Brick. HEX triplet: C2, 27 and 1C. RGB value is (194,39,28). Sum of RGB (Red+Green+Blue) = 194+39+28=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2271C is #3DD8E3. Grayscale: #545454. Windows color (decimal): -4053220 or 1845186. OLE color: 1845186.
HSL color Cylindrical-coordinate representation of color #C2271C: hue angle of 3.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2271C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 28 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.24 |
| HSL | 3.98º | 0.75% | 0.44% | - |
| HSV(B) | 3.98º | 0.86% | 0.76% | - |
| XYZ | 23.18 | 13 | 2.39 | - |
| YUV | 84.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 28 | 0 | 0.80 | 0.86 | 0.24 | 3.98 | 0.75 | 0.44 |
| Hex | C2 | 27 | 1C | 0 | 50 | 56 | 18 | 4 | 4B | 2C |
| Octal | 302 | 47 | 34 | 0 | 120 | 126 | 30 | 4 | 113 | 54 |
| Binary | 11000010 | 100111 | 11100 | 0 | 1010000 | 1010110 | 11000 | 100 | 1001011 | 101100 |
Color Harmonies of #C2271C
Complementary color
Monochromatic Colors of #C2271C
Black with #C2271C
Text Example
Text Example
White with #C2271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2271C; }
p { color: rgb(194,39,28); }
H1.HeaderClassName
{
color: #C2271C;
}
.AnyTagClassName
{
color: #C2271C;
}
</style>
background-color css
<style>
a { background-color: #C2271C; }
a { background-color: rgb(194,39,28); }
div.DivClassName
{
background-color: #C2271C;
}
.BgClassName
{
background-color: #C2271C;
}
</style>
border-color css
<style>
span { border-color: #C2271C; }
span { border-color: rgb(194,39,28); }
td.TdClassName
{
border-color: #C2271C;
}
.TagClassName
{
border-color: #C2271C;
}
</style>