Shades of Fire Brick #C32725
Tints of Fire Brick #C32725
RGB
CMYK
RGB Variations
Color information
#C32725 (or 0xC32725) is known color: Fire Brick. HEX triplet: C3, 27 and 25. RGB value is (195,39,37). Sum of RGB (Red+Green+Blue) = 195+39+37=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32725 is #3CD8DA. Grayscale: #555555. Windows color (decimal): -3987675 or 2435011. OLE color: 2435011.
HSL color Cylindrical-coordinate representation of color #C32725: hue angle of 0.76º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32725 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 37 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.24 |
| HSL | 0.76º | 0.68% | 0.45% | - |
| HSV(B) | 0.76º | 0.81% | 0.76% | - |
| XYZ | 23.57 | 13.19 | 3.05 | - |
| YUV | 85.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 37 | 0 | 0.80 | 0.81 | 0.24 | 0.76 | 0.68 | 0.45 |
| Hex | C3 | 27 | 25 | 0 | 50 | 51 | 18 | 1 | 44 | 2D |
| Octal | 303 | 47 | 45 | 0 | 120 | 121 | 30 | 1 | 104 | 55 |
| Binary | 11000011 | 100111 | 100101 | 0 | 1010000 | 1010001 | 11000 | 1 | 1000100 | 101101 |
Color Harmonies of #C32725
Complementary color
Monochromatic Colors of #C32725
Black with #C32725
Text Example
Text Example
White with #C32725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32725; }
p { color: rgb(195,39,37); }
H1.HeaderClassName
{
color: #C32725;
}
.AnyTagClassName
{
color: #C32725;
}
</style>
background-color css
<style>
a { background-color: #C32725; }
a { background-color: rgb(195,39,37); }
div.DivClassName
{
background-color: #C32725;
}
.BgClassName
{
background-color: #C32725;
}
</style>
border-color css
<style>
span { border-color: #C32725; }
span { border-color: rgb(195,39,37); }
td.TdClassName
{
border-color: #C32725;
}
.TagClassName
{
border-color: #C32725;
}
</style>