Shades of Fire Brick #C91F19
Tints of Fire Brick #C91F19
RGB
CMYK
RGB Variations
Color information
#C91F19 (or 0xC91F19) is known color: Fire Brick. HEX triplet: C9, 1F and 19. RGB value is (201,31,25). Sum of RGB (Red+Green+Blue) = 201+31+25=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F19 is #36E0E6. Grayscale: #515151. Windows color (decimal): -3596519 or 1646537. OLE color: 1646537.
HSL color Cylindrical-coordinate representation of color #C91F19: hue angle of 2.05º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91F19 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 25 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.21 |
| HSL | 2.05º | 0.78% | 0.44% | - |
| HSV(B) | 2.05º | 0.88% | 0.79% | - |
| XYZ | 24.75 | 13.47 | 2.21 | - |
| YUV | 81.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 25 | 0 | 0.85 | 0.88 | 0.21 | 2.05 | 0.78 | 0.44 |
| Hex | C9 | 1F | 19 | 0 | 55 | 58 | 15 | 2 | 4E | 2C |
| Octal | 311 | 37 | 31 | 0 | 125 | 130 | 25 | 2 | 116 | 54 |
| Binary | 11001001 | 11111 | 11001 | 0 | 1010101 | 1011000 | 10101 | 10 | 1001110 | 101100 |
Color Harmonies of #C91F19
Complementary color
Monochromatic Colors of #C91F19
Black with #C91F19
Text Example
Text Example
White with #C91F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F19; }
p { color: rgb(201,31,25); }
H1.HeaderClassName
{
color: #C91F19;
}
.AnyTagClassName
{
color: #C91F19;
}
</style>
background-color css
<style>
a { background-color: #C91F19; }
a { background-color: rgb(201,31,25); }
div.DivClassName
{
background-color: #C91F19;
}
.BgClassName
{
background-color: #C91F19;
}
</style>
border-color css
<style>
span { border-color: #C91F19; }
span { border-color: rgb(201,31,25); }
td.TdClassName
{
border-color: #C91F19;
}
.TagClassName
{
border-color: #C91F19;
}
</style>