Shades of Fire Brick #C0221A
Tints of Fire Brick #C0221A
RGB
CMYK
RGB Variations
Color information
#C0221A (or 0xC0221A) is known color: Fire Brick. HEX triplet: C0, 22 and 1A. RGB value is (192,34,26). Sum of RGB (Red+Green+Blue) = 192+34+26=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0221A is #3FDDE5. Grayscale: #505050. Windows color (decimal): -4185574 or 1712832. OLE color: 1712832.
HSL color Cylindrical-coordinate representation of color #C0221A: hue angle of 2.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0221A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 26 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.25 |
| HSL | 2.89º | 0.76% | 0.43% | - |
| HSV(B) | 2.89º | 0.86% | 0.75% | - |
| XYZ | 22.5 | 12.43 | 2.19 | - |
| YUV | 80.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 26 | 0 | 0.82 | 0.86 | 0.25 | 2.89 | 0.76 | 0.43 |
| Hex | C0 | 22 | 1A | 0 | 52 | 56 | 19 | 3 | 4C | 2B |
| Octal | 300 | 42 | 32 | 0 | 122 | 126 | 31 | 3 | 114 | 53 |
| Binary | 11000000 | 100010 | 11010 | 0 | 1010010 | 1010110 | 11001 | 11 | 1001100 | 101011 |
Color Harmonies of #C0221A
Complementary color
Monochromatic Colors of #C0221A
Black with #C0221A
Text Example
Text Example
White with #C0221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0221A; }
p { color: rgb(192,34,26); }
H1.HeaderClassName
{
color: #C0221A;
}
.AnyTagClassName
{
color: #C0221A;
}
</style>
background-color css
<style>
a { background-color: #C0221A; }
a { background-color: rgb(192,34,26); }
div.DivClassName
{
background-color: #C0221A;
}
.BgClassName
{
background-color: #C0221A;
}
</style>
border-color css
<style>
span { border-color: #C0221A; }
span { border-color: rgb(192,34,26); }
td.TdClassName
{
border-color: #C0221A;
}
.TagClassName
{
border-color: #C0221A;
}
</style>