Shades of Fire Brick #C22423
Tints of Fire Brick #C22423
RGB
CMYK
RGB Variations
Color information
#C22423 (or 0xC22423) is known color: Fire Brick. HEX triplet: C2, 24 and 23. RGB value is (194,36,35). Sum of RGB (Red+Green+Blue) = 194+36+35=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C22423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22423 is #3DDBDC. Grayscale: #535353. Windows color (decimal): -4053981 or 2303170. OLE color: 2303170.
HSL color Cylindrical-coordinate representation of color #C22423: hue angle of 0.38º 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 #C22423 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 35 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.24 |
| HSL | 0.38º | 0.69% | 0.45% | - |
| HSV(B) | 0.38º | 0.82% | 0.76% | - |
| XYZ | 23.18 | 12.85 | 2.85 | - |
| YUV | 83.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 35 | 0 | 0.81 | 0.82 | 0.24 | 0.38 | 0.69 | 0.45 |
| Hex | C2 | 24 | 23 | 0 | 51 | 52 | 18 | 0 | 45 | 2D |
| Octal | 302 | 44 | 43 | 0 | 121 | 122 | 30 | 0 | 105 | 55 |
| Binary | 11000010 | 100100 | 100011 | 0 | 1010001 | 1010010 | 11000 | 0 | 1000101 | 101101 |
Color Harmonies of #C22423
Complementary color
Monochromatic Colors of #C22423
Black with #C22423
Text Example
Text Example
White with #C22423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22423; }
p { color: rgb(194,36,35); }
H1.HeaderClassName
{
color: #C22423;
}
.AnyTagClassName
{
color: #C22423;
}
</style>
background-color css
<style>
a { background-color: #C22423; }
a { background-color: rgb(194,36,35); }
div.DivClassName
{
background-color: #C22423;
}
.BgClassName
{
background-color: #C22423;
}
</style>
border-color css
<style>
span { border-color: #C22423; }
span { border-color: rgb(194,36,35); }
td.TdClassName
{
border-color: #C22423;
}
.TagClassName
{
border-color: #C22423;
}
</style>