Shades of Fire Brick #C21C10
Tints of Fire Brick #C21C10
RGB
CMYK
RGB Variations
Color information
#C21C10 (or 0xC21C10) is known color: Fire Brick. HEX triplet: C2, 1C and 10. RGB value is (194,28,16). Sum of RGB (Red+Green+Blue) = 194+28+16=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C10 is #3DE3EF. Grayscale: #4C4C4C. Windows color (decimal): -4056048 or 1055938. OLE color: 1055938.
HSL color Cylindrical-coordinate representation of color #C21C10: hue angle of 4.04º 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 #C21C10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 16 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.24 |
| HSL | 4.04º | 0.85% | 0.41% | - |
| HSV(B) | 4.04º | 0.92% | 0.76% | - |
| XYZ | 22.76 | 12.34 | 1.67 | - |
| YUV | 76.27 | 94 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 16 | 0 | 0.86 | 0.92 | 0.24 | 4.04 | 0.85 | 0.41 |
| Hex | C2 | 1C | 10 | 0 | 56 | 5C | 18 | 4 | 55 | 29 |
| Octal | 302 | 34 | 20 | 0 | 126 | 134 | 30 | 4 | 125 | 51 |
| Binary | 11000010 | 11100 | 10000 | 0 | 1010110 | 1011100 | 11000 | 100 | 1010101 | 101001 |
Color Harmonies of #C21C10
Complementary color
Monochromatic Colors of #C21C10
Black with #C21C10
Text Example
Text Example
White with #C21C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C10; }
p { color: rgb(194,28,16); }
H1.HeaderClassName
{
color: #C21C10;
}
.AnyTagClassName
{
color: #C21C10;
}
</style>
background-color css
<style>
a { background-color: #C21C10; }
a { background-color: rgb(194,28,16); }
div.DivClassName
{
background-color: #C21C10;
}
.BgClassName
{
background-color: #C21C10;
}
</style>
border-color css
<style>
span { border-color: #C21C10; }
span { border-color: rgb(194,28,16); }
td.TdClassName
{
border-color: #C21C10;
}
.TagClassName
{
border-color: #C21C10;
}
</style>