Shades of Fire Brick #C22B23
Tints of Fire Brick #C22B23
RGB
CMYK
RGB Variations
Color information
#C22B23 (or 0xC22B23) is known color: Fire Brick. HEX triplet: C2, 2B and 23. RGB value is (194,43,35). Sum of RGB (Red+Green+Blue) = 194+43+35=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B23 is #3DD4DC. Grayscale: #575757. Windows color (decimal): -4052189 or 2304962. OLE color: 2304962.
HSL color Cylindrical-coordinate representation of color #C22B23: hue angle of 3.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22B23 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 35 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.24 |
| HSL | 3.02º | 0.69% | 0.45% | - |
| HSV(B) | 3.02º | 0.82% | 0.76% | - |
| XYZ | 23.42 | 13.32 | 2.93 | - |
| YUV | 87.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 35 | 0 | 0.78 | 0.82 | 0.24 | 3.02 | 0.69 | 0.45 |
| Hex | C2 | 2B | 23 | 0 | 4E | 52 | 18 | 3 | 45 | 2D |
| Octal | 302 | 53 | 43 | 0 | 116 | 122 | 30 | 3 | 105 | 55 |
| Binary | 11000010 | 101011 | 100011 | 0 | 1001110 | 1010010 | 11000 | 11 | 1000101 | 101101 |
Color Harmonies of #C22B23
Complementary color
Monochromatic Colors of #C22B23
Black with #C22B23
Text Example
Text Example
White with #C22B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B23; }
p { color: rgb(194,43,35); }
H1.HeaderClassName
{
color: #C22B23;
}
.AnyTagClassName
{
color: #C22B23;
}
</style>
background-color css
<style>
a { background-color: #C22B23; }
a { background-color: rgb(194,43,35); }
div.DivClassName
{
background-color: #C22B23;
}
.BgClassName
{
background-color: #C22B23;
}
</style>
border-color css
<style>
span { border-color: #C22B23; }
span { border-color: rgb(194,43,35); }
td.TdClassName
{
border-color: #C22B23;
}
.TagClassName
{
border-color: #C22B23;
}
</style>