Shades of Fire Brick #C32117
Tints of Fire Brick #C32117
RGB
CMYK
RGB Variations
Color information
#C32117 (or 0xC32117) is known color: Fire Brick. HEX triplet: C3, 21 and 17. RGB value is (195,33,23). Sum of RGB (Red+Green+Blue) = 195+33+23=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32117 is #3CDEE8. Grayscale: #505050. Windows color (decimal): -3989225 or 1515971. OLE color: 1515971.
HSL color Cylindrical-coordinate representation of color #C32117: hue angle of 3.49º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C32117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.24 |
| HSL | 3.49º | 0.79% | 0.43% | - |
| HSV(B) | 3.49º | 0.88% | 0.76% | - |
| XYZ | 23.2 | 12.75 | 2.05 | - |
| YUV | 80.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 23 | 0 | 0.83 | 0.88 | 0.24 | 3.49 | 0.79 | 0.43 |
| Hex | C3 | 21 | 17 | 0 | 53 | 58 | 18 | 3 | 4F | 2B |
| Octal | 303 | 41 | 27 | 0 | 123 | 130 | 30 | 3 | 117 | 53 |
| Binary | 11000011 | 100001 | 10111 | 0 | 1010011 | 1011000 | 11000 | 11 | 1001111 | 101011 |
Color Harmonies of #C32117
Complementary color
Monochromatic Colors of #C32117
Black with #C32117
Text Example
Text Example
White with #C32117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32117; }
p { color: rgb(195,33,23); }
H1.HeaderClassName
{
color: #C32117;
}
.AnyTagClassName
{
color: #C32117;
}
</style>
background-color css
<style>
a { background-color: #C32117; }
a { background-color: rgb(195,33,23); }
div.DivClassName
{
background-color: #C32117;
}
.BgClassName
{
background-color: #C32117;
}
</style>
border-color css
<style>
span { border-color: #C32117; }
span { border-color: rgb(195,33,23); }
td.TdClassName
{
border-color: #C32117;
}
.TagClassName
{
border-color: #C32117;
}
</style>