Shades of Fire Brick #C42020
Tints of Fire Brick #C42020
RGB
CMYK
RGB Variations
Color information
#C42020 (or 0xC42020) is known color: Fire Brick. HEX triplet: C4, 20 and 20. RGB value is (196,32,32). Sum of RGB (Red+Green+Blue) = 196+32+32=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C42020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42020 is #3BDFDF. Grayscale: #515151. Windows color (decimal): -3923936 or 2105540. OLE color: 2105540.
HSL color Cylindrical-coordinate representation of color #C42020: hue angle of 0º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42020 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 32 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.23 |
| HSL | 0º | 0.72% | 0.45% | - |
| HSV(B) | 0º | 0.84% | 0.77% | - |
| XYZ | 23.54 | 12.87 | 2.61 | - |
| YUV | 81.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 32 | 0 | 0.84 | 0.84 | 0.23 | 0 | 0.72 | 0.45 |
| Hex | C4 | 20 | 20 | 0 | 54 | 54 | 17 | 0 | 48 | 2D |
| Octal | 304 | 40 | 40 | 0 | 124 | 124 | 27 | 0 | 110 | 55 |
| Binary | 11000100 | 100000 | 100000 | 0 | 1010100 | 1010100 | 10111 | 0 | 1001000 | 101101 |
Color Harmonies of #C42020
Complementary color
Monochromatic Colors of #C42020
Black with #C42020
Text Example
Text Example
White with #C42020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42020; }
p { color: rgb(196,32,32); }
H1.HeaderClassName
{
color: #C42020;
}
.AnyTagClassName
{
color: #C42020;
}
</style>
background-color css
<style>
a { background-color: #C42020; }
a { background-color: rgb(196,32,32); }
div.DivClassName
{
background-color: #C42020;
}
.BgClassName
{
background-color: #C42020;
}
</style>
border-color css
<style>
span { border-color: #C42020; }
span { border-color: rgb(196,32,32); }
td.TdClassName
{
border-color: #C42020;
}
.TagClassName
{
border-color: #C42020;
}
</style>