Shades of Fire Brick #C2261C
Tints of Fire Brick #C2261C
RGB
CMYK
RGB Variations
Color information
#C2261C (or 0xC2261C) is known color: Fire Brick. HEX triplet: C2, 26 and 1C. RGB value is (194,38,28). Sum of RGB (Red+Green+Blue) = 194+38+28=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2261C is #3DD9E3. Grayscale: #535353. Windows color (decimal): -4053476 or 1844930. OLE color: 1844930.
HSL color Cylindrical-coordinate representation of color #C2261C: hue angle of 3.61º 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 #C2261C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 28 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.24 |
| HSL | 3.61º | 0.75% | 0.44% | - |
| HSV(B) | 3.61º | 0.86% | 0.76% | - |
| XYZ | 23.15 | 12.94 | 2.38 | - |
| YUV | 83.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 28 | 0 | 0.80 | 0.86 | 0.24 | 3.61 | 0.75 | 0.44 |
| Hex | C2 | 26 | 1C | 0 | 50 | 56 | 18 | 4 | 4B | 2C |
| Octal | 302 | 46 | 34 | 0 | 120 | 126 | 30 | 4 | 113 | 54 |
| Binary | 11000010 | 100110 | 11100 | 0 | 1010000 | 1010110 | 11000 | 100 | 1001011 | 101100 |
Color Harmonies of #C2261C
Complementary color
Monochromatic Colors of #C2261C
Black with #C2261C
Text Example
Text Example
White with #C2261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2261C; }
p { color: rgb(194,38,28); }
H1.HeaderClassName
{
color: #C2261C;
}
.AnyTagClassName
{
color: #C2261C;
}
</style>
background-color css
<style>
a { background-color: #C2261C; }
a { background-color: rgb(194,38,28); }
div.DivClassName
{
background-color: #C2261C;
}
.BgClassName
{
background-color: #C2261C;
}
</style>
border-color css
<style>
span { border-color: #C2261C; }
span { border-color: rgb(194,38,28); }
td.TdClassName
{
border-color: #C2261C;
}
.TagClassName
{
border-color: #C2261C;
}
</style>