Shades of Fire Brick #C12518
Tints of Fire Brick #C12518
RGB
CMYK
RGB Variations
Color information
#C12518 (or 0xC12518) is known color: Fire Brick. HEX triplet: C1, 25 and 18. RGB value is (193,37,24). Sum of RGB (Red+Green+Blue) = 193+37+24=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C12518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12518 is #3EDAE7. Grayscale: #525252. Windows color (decimal): -4119272 or 1582529. OLE color: 1582529.
HSL color Cylindrical-coordinate representation of color #C12518: hue angle of 4.62º degrees, saturation: 0.78, 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 #C12518 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 24 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.24 |
| HSL | 4.62º | 0.78% | 0.43% | - |
| HSV(B) | 4.62º | 0.88% | 0.76% | - |
| XYZ | 22.82 | 12.73 | 2.12 | - |
| YUV | 82.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 24 | 0 | 0.81 | 0.88 | 0.24 | 4.62 | 0.78 | 0.43 |
| Hex | C1 | 25 | 18 | 0 | 51 | 58 | 18 | 5 | 4E | 2B |
| Octal | 301 | 45 | 30 | 0 | 121 | 130 | 30 | 5 | 116 | 53 |
| Binary | 11000001 | 100101 | 11000 | 0 | 1010001 | 1011000 | 11000 | 101 | 1001110 | 101011 |
Color Harmonies of #C12518
Complementary color
Monochromatic Colors of #C12518
Black with #C12518
Text Example
Text Example
White with #C12518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12518; }
p { color: rgb(193,37,24); }
H1.HeaderClassName
{
color: #C12518;
}
.AnyTagClassName
{
color: #C12518;
}
</style>
background-color css
<style>
a { background-color: #C12518; }
a { background-color: rgb(193,37,24); }
div.DivClassName
{
background-color: #C12518;
}
.BgClassName
{
background-color: #C12518;
}
</style>
border-color css
<style>
span { border-color: #C12518; }
span { border-color: rgb(193,37,24); }
td.TdClassName
{
border-color: #C12518;
}
.TagClassName
{
border-color: #C12518;
}
</style>