Shades of Fire Brick #C32724
Tints of Fire Brick #C32724
RGB
CMYK
RGB Variations
Color information
#C32724 (or 0xC32724) is known color: Fire Brick. HEX triplet: C3, 27 and 24. RGB value is (195,39,36). Sum of RGB (Red+Green+Blue) = 195+39+36=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32724 is #3CD8DB. Grayscale: #555555. Windows color (decimal): -3987676 or 2369475. OLE color: 2369475.
HSL color Cylindrical-coordinate representation of color #C32724: hue angle of 1.13º 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 #C32724 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 36 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.24 |
| HSL | 1.13º | 0.69% | 0.45% | - |
| HSV(B) | 1.13º | 0.82% | 0.76% | - |
| XYZ | 23.55 | 13.18 | 2.97 | - |
| YUV | 85.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 36 | 0 | 0.80 | 0.82 | 0.24 | 1.13 | 0.69 | 0.45 |
| Hex | C3 | 27 | 24 | 0 | 50 | 52 | 18 | 1 | 45 | 2D |
| Octal | 303 | 47 | 44 | 0 | 120 | 122 | 30 | 1 | 105 | 55 |
| Binary | 11000011 | 100111 | 100100 | 0 | 1010000 | 1010010 | 11000 | 1 | 1000101 | 101101 |
Color Harmonies of #C32724
Complementary color
Monochromatic Colors of #C32724
Black with #C32724
Text Example
Text Example
White with #C32724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32724; }
p { color: rgb(195,39,36); }
H1.HeaderClassName
{
color: #C32724;
}
.AnyTagClassName
{
color: #C32724;
}
</style>
background-color css
<style>
a { background-color: #C32724; }
a { background-color: rgb(195,39,36); }
div.DivClassName
{
background-color: #C32724;
}
.BgClassName
{
background-color: #C32724;
}
</style>
border-color css
<style>
span { border-color: #C32724; }
span { border-color: rgb(195,39,36); }
td.TdClassName
{
border-color: #C32724;
}
.TagClassName
{
border-color: #C32724;
}
</style>