Shades of Fire Brick #C51E18
Tints of Fire Brick #C51E18
RGB
CMYK
RGB Variations
Color information
#C51E18 (or 0xC51E18) is known color: Fire Brick. HEX triplet: C5, 1E and 18. RGB value is (197,30,24). Sum of RGB (Red+Green+Blue) = 197+30+24=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E18 is #3AE1E7. Grayscale: #4F4F4F. Windows color (decimal): -3858920 or 1580741. OLE color: 1580741.
HSL color Cylindrical-coordinate representation of color #C51E18: hue angle of 2.08º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51E18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.23 |
| HSL | 2.08º | 0.78% | 0.43% | - |
| HSV(B) | 2.08º | 0.88% | 0.77% | - |
| XYZ | 23.66 | 12.86 | 2.1 | - |
| YUV | 79.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 24 | 0 | 0.85 | 0.88 | 0.23 | 2.08 | 0.78 | 0.43 |
| Hex | C5 | 1E | 18 | 0 | 55 | 58 | 17 | 2 | 4E | 2B |
| Octal | 305 | 36 | 30 | 0 | 125 | 130 | 27 | 2 | 116 | 53 |
| Binary | 11000101 | 11110 | 11000 | 0 | 1010101 | 1011000 | 10111 | 10 | 1001110 | 101011 |
Color Harmonies of #C51E18
Complementary color
Monochromatic Colors of #C51E18
Black with #C51E18
Text Example
Text Example
White with #C51E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E18; }
p { color: rgb(197,30,24); }
H1.HeaderClassName
{
color: #C51E18;
}
.AnyTagClassName
{
color: #C51E18;
}
</style>
background-color css
<style>
a { background-color: #C51E18; }
a { background-color: rgb(197,30,24); }
div.DivClassName
{
background-color: #C51E18;
}
.BgClassName
{
background-color: #C51E18;
}
</style>
border-color css
<style>
span { border-color: #C51E18; }
span { border-color: rgb(197,30,24); }
td.TdClassName
{
border-color: #C51E18;
}
.TagClassName
{
border-color: #C51E18;
}
</style>