Shades of Fire Brick #C3221D
Tints of Fire Brick #C3221D
RGB
CMYK
RGB Variations
Color information
#C3221D (or 0xC3221D) is known color: Fire Brick. HEX triplet: C3, 22 and 1D. RGB value is (195,34,29). Sum of RGB (Red+Green+Blue) = 195+34+29=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3221D is #3CDDE2. Grayscale: #515151. Windows color (decimal): -3988963 or 1909443. OLE color: 1909443.
HSL color Cylindrical-coordinate representation of color #C3221D: hue angle of 1.81º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3221D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 29 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.24 |
| HSL | 1.81º | 0.74% | 0.44% | - |
| HSV(B) | 1.81º | 0.85% | 0.76% | - |
| XYZ | 23.3 | 12.83 | 2.41 | - |
| YUV | 81.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 29 | 0 | 0.83 | 0.85 | 0.24 | 1.81 | 0.74 | 0.44 |
| Hex | C3 | 22 | 1D | 0 | 53 | 55 | 18 | 2 | 4A | 2C |
| Octal | 303 | 42 | 35 | 0 | 123 | 125 | 30 | 2 | 112 | 54 |
| Binary | 11000011 | 100010 | 11101 | 0 | 1010011 | 1010101 | 11000 | 10 | 1001010 | 101100 |
Color Harmonies of #C3221D
Complementary color
Monochromatic Colors of #C3221D
Black with #C3221D
Text Example
Text Example
White with #C3221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3221D; }
p { color: rgb(195,34,29); }
H1.HeaderClassName
{
color: #C3221D;
}
.AnyTagClassName
{
color: #C3221D;
}
</style>
background-color css
<style>
a { background-color: #C3221D; }
a { background-color: rgb(195,34,29); }
div.DivClassName
{
background-color: #C3221D;
}
.BgClassName
{
background-color: #C3221D;
}
</style>
border-color css
<style>
span { border-color: #C3221D; }
span { border-color: rgb(195,34,29); }
td.TdClassName
{
border-color: #C3221D;
}
.TagClassName
{
border-color: #C3221D;
}
</style>