Shades of Fire Brick #C6221A
Tints of Fire Brick #C6221A
RGB
CMYK
RGB Variations
Color information
#C6221A (or 0xC6221A) is known color: Fire Brick. HEX triplet: C6, 22 and 1A. RGB value is (198,34,26). Sum of RGB (Red+Green+Blue) = 198+34+26=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C6221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6221A is #39DDE5. Grayscale: #525252. Windows color (decimal): -3792358 or 1712838. OLE color: 1712838.
HSL color Cylindrical-coordinate representation of color #C6221A: hue angle of 2.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6221A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 26 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.22 |
| HSL | 2.79º | 0.77% | 0.44% | - |
| HSV(B) | 2.79º | 0.87% | 0.78% | - |
| XYZ | 24.05 | 13.22 | 2.26 | - |
| YUV | 82.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 26 | 0 | 0.83 | 0.87 | 0.22 | 2.79 | 0.77 | 0.44 |
| Hex | C6 | 22 | 1A | 0 | 53 | 57 | 16 | 3 | 4D | 2C |
| Octal | 306 | 42 | 32 | 0 | 123 | 127 | 26 | 3 | 115 | 54 |
| Binary | 11000110 | 100010 | 11010 | 0 | 1010011 | 1010111 | 10110 | 11 | 1001101 | 101100 |
Color Harmonies of #C6221A
Complementary color
Monochromatic Colors of #C6221A
Black with #C6221A
Text Example
Text Example
White with #C6221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6221A; }
p { color: rgb(198,34,26); }
H1.HeaderClassName
{
color: #C6221A;
}
.AnyTagClassName
{
color: #C6221A;
}
</style>
background-color css
<style>
a { background-color: #C6221A; }
a { background-color: rgb(198,34,26); }
div.DivClassName
{
background-color: #C6221A;
}
.BgClassName
{
background-color: #C6221A;
}
</style>
border-color css
<style>
span { border-color: #C6221A; }
span { border-color: rgb(198,34,26); }
td.TdClassName
{
border-color: #C6221A;
}
.TagClassName
{
border-color: #C6221A;
}
</style>