Shades of Fire Brick #C2180F
Tints of Fire Brick #C2180F
RGB
CMYK
RGB Variations
Color information
#C2180F (or 0xC2180F) is known color: Fire Brick. HEX triplet: C2, 18 and 0F. RGB value is (194,24,15). Sum of RGB (Red+Green+Blue) = 194+24+15=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C2180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2180F is #3DE7F0. Grayscale: #4A4A4A. Windows color (decimal): -4057073 or 989378. OLE color: 989378.
HSL color Cylindrical-coordinate representation of color #C2180F: hue angle of 3.02º degrees, saturation: 0.86, 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 #C2180F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.24 |
| HSL | 3.02º | 0.86% | 0.41% | - |
| HSV(B) | 3.02º | 0.92% | 0.76% | - |
| XYZ | 22.66 | 12.16 | 1.6 | - |
| YUV | 73.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 15 | 0 | 0.88 | 0.92 | 0.24 | 3.02 | 0.86 | 0.41 |
| Hex | C2 | 18 | F | 0 | 58 | 5C | 18 | 3 | 56 | 29 |
| Octal | 302 | 30 | 17 | 0 | 130 | 134 | 30 | 3 | 126 | 51 |
| Binary | 11000010 | 11000 | 1111 | 0 | 1011000 | 1011100 | 11000 | 11 | 1010110 | 101001 |
Color Harmonies of #C2180F
Complementary color
Monochromatic Colors of #C2180F
Black with #C2180F
Text Example
Text Example
White with #C2180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2180F; }
p { color: rgb(194,24,15); }
H1.HeaderClassName
{
color: #C2180F;
}
.AnyTagClassName
{
color: #C2180F;
}
</style>
background-color css
<style>
a { background-color: #C2180F; }
a { background-color: rgb(194,24,15); }
div.DivClassName
{
background-color: #C2180F;
}
.BgClassName
{
background-color: #C2180F;
}
</style>
border-color css
<style>
span { border-color: #C2180F; }
span { border-color: rgb(194,24,15); }
td.TdClassName
{
border-color: #C2180F;
}
.TagClassName
{
border-color: #C2180F;
}
</style>