Shades of Fire Brick #C2261F
Tints of Fire Brick #C2261F
RGB
CMYK
RGB Variations
Color information
#C2261F (or 0xC2261F) is known color: Fire Brick. HEX triplet: C2, 26 and 1F. RGB value is (194,38,31). Sum of RGB (Red+Green+Blue) = 194+38+31=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C2261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2261F is #3DD9E0. Grayscale: #545454. Windows color (decimal): -4053473 or 2041538. OLE color: 2041538.
HSL color Cylindrical-coordinate representation of color #C2261F: hue angle of 2.58º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2261F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 31 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.24 |
| HSL | 2.58º | 0.72% | 0.44% | - |
| HSV(B) | 2.58º | 0.84% | 0.76% | - |
| XYZ | 23.19 | 12.95 | 2.57 | - |
| YUV | 83.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 31 | 0 | 0.80 | 0.84 | 0.24 | 2.58 | 0.72 | 0.44 |
| Hex | C2 | 26 | 1F | 0 | 50 | 54 | 18 | 3 | 48 | 2C |
| Octal | 302 | 46 | 37 | 0 | 120 | 124 | 30 | 3 | 110 | 54 |
| Binary | 11000010 | 100110 | 11111 | 0 | 1010000 | 1010100 | 11000 | 11 | 1001000 | 101100 |
Color Harmonies of #C2261F
Complementary color
Monochromatic Colors of #C2261F
Black with #C2261F
Text Example
Text Example
White with #C2261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2261F; }
p { color: rgb(194,38,31); }
H1.HeaderClassName
{
color: #C2261F;
}
.AnyTagClassName
{
color: #C2261F;
}
</style>
background-color css
<style>
a { background-color: #C2261F; }
a { background-color: rgb(194,38,31); }
div.DivClassName
{
background-color: #C2261F;
}
.BgClassName
{
background-color: #C2261F;
}
</style>
border-color css
<style>
span { border-color: #C2261F; }
span { border-color: rgb(194,38,31); }
td.TdClassName
{
border-color: #C2261F;
}
.TagClassName
{
border-color: #C2261F;
}
</style>