Shades of Fire Brick #C6221E
Tints of Fire Brick #C6221E
RGB
CMYK
RGB Variations
Color information
#C6221E (or 0xC6221E) is known color: Fire Brick. HEX triplet: C6, 22 and 1E. RGB value is (198,34,30). Sum of RGB (Red+Green+Blue) = 198+34+30=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6221E is #39DDE1. Grayscale: #525252. Windows color (decimal): -3792354 or 1974982. OLE color: 1974982.
HSL color Cylindrical-coordinate representation of color #C6221E: hue angle of 1.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6221E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.22 |
| HSL | 1.43º | 0.74% | 0.45% | - |
| HSV(B) | 1.43º | 0.85% | 0.78% | - |
| XYZ | 24.1 | 13.24 | 2.51 | - |
| YUV | 82.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 30 | 0 | 0.83 | 0.85 | 0.22 | 1.43 | 0.74 | 0.45 |
| Hex | C6 | 22 | 1E | 0 | 53 | 55 | 16 | 1 | 4A | 2D |
| Octal | 306 | 42 | 36 | 0 | 123 | 125 | 26 | 1 | 112 | 55 |
| Binary | 11000110 | 100010 | 11110 | 0 | 1010011 | 1010101 | 10110 | 1 | 1001010 | 101101 |
Color Harmonies of #C6221E
Complementary color
Monochromatic Colors of #C6221E
Black with #C6221E
Text Example
Text Example
White with #C6221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6221E; }
p { color: rgb(198,34,30); }
H1.HeaderClassName
{
color: #C6221E;
}
.AnyTagClassName
{
color: #C6221E;
}
</style>
background-color css
<style>
a { background-color: #C6221E; }
a { background-color: rgb(198,34,30); }
div.DivClassName
{
background-color: #C6221E;
}
.BgClassName
{
background-color: #C6221E;
}
</style>
border-color css
<style>
span { border-color: #C6221E; }
span { border-color: rgb(198,34,30); }
td.TdClassName
{
border-color: #C6221E;
}
.TagClassName
{
border-color: #C6221E;
}
</style>