Shades of Fire Brick #C21610
Tints of Fire Brick #C21610
RGB
CMYK
RGB Variations
Color information
#C21610 (or 0xC21610) is known color: Fire Brick. HEX triplet: C2, 16 and 10. RGB value is (194,22,16). Sum of RGB (Red+Green+Blue) = 194+22+16=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C21610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21610 is #3DE9EF. Grayscale: #484848. Windows color (decimal): -4057584 or 1054402. OLE color: 1054402.
HSL color Cylindrical-coordinate representation of color #C21610: hue angle of 2.02º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21610 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.24 |
| HSL | 2.02º | 0.85% | 0.41% | - |
| HSV(B) | 2.02º | 0.92% | 0.76% | - |
| XYZ | 22.63 | 12.08 | 1.63 | - |
| YUV | 72.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 16 | 0 | 0.89 | 0.92 | 0.24 | 2.02 | 0.85 | 0.41 |
| Hex | C2 | 16 | 10 | 0 | 59 | 5C | 18 | 2 | 55 | 29 |
| Octal | 302 | 26 | 20 | 0 | 131 | 134 | 30 | 2 | 125 | 51 |
| Binary | 11000010 | 10110 | 10000 | 0 | 1011001 | 1011100 | 11000 | 10 | 1010101 | 101001 |
Color Harmonies of #C21610
Complementary color
Monochromatic Colors of #C21610
Black with #C21610
Text Example
Text Example
White with #C21610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21610; }
p { color: rgb(194,22,16); }
H1.HeaderClassName
{
color: #C21610;
}
.AnyTagClassName
{
color: #C21610;
}
</style>
background-color css
<style>
a { background-color: #C21610; }
a { background-color: rgb(194,22,16); }
div.DivClassName
{
background-color: #C21610;
}
.BgClassName
{
background-color: #C21610;
}
</style>
border-color css
<style>
span { border-color: #C21610; }
span { border-color: rgb(194,22,16); }
td.TdClassName
{
border-color: #C21610;
}
.TagClassName
{
border-color: #C21610;
}
</style>