Shades of Fire Brick #C61414
Tints of Fire Brick #C61414
RGB
CMYK
RGB Variations
Color information
#C61414 (or 0xC61414) is known color: Fire Brick. HEX triplet: C6, 14 and 14. RGB value is (198,20,20). Sum of RGB (Red+Green+Blue) = 198+20+20=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61414 is #39EBEB. Grayscale: #494949. Windows color (decimal): -3795948 or 1316038. OLE color: 1316038.
HSL color Cylindrical-coordinate representation of color #C61414: hue angle of 0º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61414 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 20 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.22 |
| HSL | 0º | 0.82% | 0.43% | - |
| HSV(B) | 0º | 0.9% | 0.78% | - |
| XYZ | 23.67 | 12.56 | 1.84 | - |
| YUV | 73.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 20 | 0 | 0.90 | 0.90 | 0.22 | 0 | 0.82 | 0.43 |
| Hex | C6 | 14 | 14 | 0 | 5A | 5A | 16 | 0 | 52 | 2B |
| Octal | 306 | 24 | 24 | 0 | 132 | 132 | 26 | 0 | 122 | 53 |
| Binary | 11000110 | 10100 | 10100 | 0 | 1011010 | 1011010 | 10110 | 0 | 1010010 | 101011 |
Color Harmonies of #C61414
Complementary color
Monochromatic Colors of #C61414
Black with #C61414
Text Example
Text Example
White with #C61414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61414; }
p { color: rgb(198,20,20); }
H1.HeaderClassName
{
color: #C61414;
}
.AnyTagClassName
{
color: #C61414;
}
</style>
background-color css
<style>
a { background-color: #C61414; }
a { background-color: rgb(198,20,20); }
div.DivClassName
{
background-color: #C61414;
}
.BgClassName
{
background-color: #C61414;
}
</style>
border-color css
<style>
span { border-color: #C61414; }
span { border-color: rgb(198,20,20); }
td.TdClassName
{
border-color: #C61414;
}
.TagClassName
{
border-color: #C61414;
}
</style>