Shades of Fire Brick #C0221E
Tints of Fire Brick #C0221E
RGB
CMYK
RGB Variations
Color information
#C0221E (or 0xC0221E) is known color: Fire Brick. HEX triplet: C0, 22 and 1E. RGB value is (192,34,30). Sum of RGB (Red+Green+Blue) = 192+34+30=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0221E is #3FDDE1. Grayscale: #505050. Windows color (decimal): -4185570 or 1974976. OLE color: 1974976.
HSL color Cylindrical-coordinate representation of color #C0221E: hue angle of 1.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0221E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.25 |
| HSL | 1.48º | 0.73% | 0.44% | - |
| HSV(B) | 1.48º | 0.84% | 0.75% | - |
| XYZ | 22.54 | 12.44 | 2.44 | - |
| YUV | 80.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 30 | 0 | 0.82 | 0.84 | 0.25 | 1.48 | 0.73 | 0.44 |
| Hex | C0 | 22 | 1E | 0 | 52 | 54 | 19 | 1 | 49 | 2C |
| Octal | 300 | 42 | 36 | 0 | 122 | 124 | 31 | 1 | 111 | 54 |
| Binary | 11000000 | 100010 | 11110 | 0 | 1010010 | 1010100 | 11001 | 1 | 1001001 | 101100 |
Color Harmonies of #C0221E
Complementary color
Monochromatic Colors of #C0221E
Black with #C0221E
Text Example
Text Example
White with #C0221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0221E; }
p { color: rgb(192,34,30); }
H1.HeaderClassName
{
color: #C0221E;
}
.AnyTagClassName
{
color: #C0221E;
}
</style>
background-color css
<style>
a { background-color: #C0221E; }
a { background-color: rgb(192,34,30); }
div.DivClassName
{
background-color: #C0221E;
}
.BgClassName
{
background-color: #C0221E;
}
</style>
border-color css
<style>
span { border-color: #C0221E; }
span { border-color: rgb(192,34,30); }
td.TdClassName
{
border-color: #C0221E;
}
.TagClassName
{
border-color: #C0221E;
}
</style>