Shades of Fire Brick #C32824
Tints of Fire Brick #C32824
RGB
CMYK
RGB Variations
Color information
#C32824 (or 0xC32824) is known color: Fire Brick. HEX triplet: C3, 28 and 24. RGB value is (195,40,36). Sum of RGB (Red+Green+Blue) = 195+40+36=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32824 is #3CD7DB. Grayscale: #565656. Windows color (decimal): -3987420 or 2369731. OLE color: 2369731.
HSL color Cylindrical-coordinate representation of color #C32824: hue angle of 1.51º 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 #C32824 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 36 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.24 |
| HSL | 1.51º | 0.69% | 0.45% | - |
| HSV(B) | 1.51º | 0.82% | 0.76% | - |
| XYZ | 23.58 | 13.25 | 2.98 | - |
| YUV | 85.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 36 | 0 | 0.79 | 0.82 | 0.24 | 1.51 | 0.69 | 0.45 |
| Hex | C3 | 28 | 24 | 0 | 4F | 52 | 18 | 2 | 45 | 2D |
| Octal | 303 | 50 | 44 | 0 | 117 | 122 | 30 | 2 | 105 | 55 |
| Binary | 11000011 | 101000 | 100100 | 0 | 1001111 | 1010010 | 11000 | 10 | 1000101 | 101101 |
Color Harmonies of #C32824
Complementary color
Monochromatic Colors of #C32824
Black with #C32824
Text Example
Text Example
White with #C32824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32824; }
p { color: rgb(195,40,36); }
H1.HeaderClassName
{
color: #C32824;
}
.AnyTagClassName
{
color: #C32824;
}
</style>
background-color css
<style>
a { background-color: #C32824; }
a { background-color: rgb(195,40,36); }
div.DivClassName
{
background-color: #C32824;
}
.BgClassName
{
background-color: #C32824;
}
</style>
border-color css
<style>
span { border-color: #C32824; }
span { border-color: rgb(195,40,36); }
td.TdClassName
{
border-color: #C32824;
}
.TagClassName
{
border-color: #C32824;
}
</style>