Shades of Fire Brick #C21C12
Tints of Fire Brick #C21C12
RGB
CMYK
RGB Variations
Color information
#C21C12 (or 0xC21C12) is known color: Fire Brick. HEX triplet: C2, 1C and 12. RGB value is (194,28,18). Sum of RGB (Red+Green+Blue) = 194+28+18=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C12 is #3DE3ED. Grayscale: #4C4C4C. Windows color (decimal): -4056046 or 1187010. OLE color: 1187010.
HSL color Cylindrical-coordinate representation of color #C21C12: hue angle of 3.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21C12 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 28 | 18 | - |
CMYK | 0 | 0.86 | 0.91 | 0.24 |
HSL | 3.41º | 0.83% | 0.42% | - |
HSV(B) | 3.41º | 0.91% | 0.76% | - |
XYZ | 22.77 | 12.34 | 1.75 | - |
YUV | 76.49 | 95 | 211.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 28 | 18 | 0 | 0.86 | 0.91 | 0.24 | 3.41 | 0.83 | 0.42 |
Hex | C2 | 1C | 12 | 0 | 56 | 5B | 18 | 3 | 53 | 2A |
Octal | 302 | 34 | 22 | 0 | 126 | 133 | 30 | 3 | 123 | 52 |
Binary | 11000010 | 11100 | 10010 | 0 | 1010110 | 1011011 | 11000 | 11 | 1010011 | 101010 |
Color Harmonies of #C21C12
Complementary color
Monochromatic Colors of #C21C12
Black with #C21C12
Text Example
Text Example
White with #C21C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C12; }
p { color: rgb(194,28,18); }
H1.HeaderClassName
{
color: #C21C12;
}
.AnyTagClassName
{
color: #C21C12;
}
</style>
background-color css
<style>
a { background-color: #C21C12; }
a { background-color: rgb(194,28,18); }
div.DivClassName
{
background-color: #C21C12;
}
.BgClassName
{
background-color: #C21C12;
}
</style>
border-color css
<style>
span { border-color: #C21C12; }
span { border-color: rgb(194,28,18); }
td.TdClassName
{
border-color: #C21C12;
}
.TagClassName
{
border-color: #C21C12;
}
</style>