Shades of Fire Brick #C91A14
Tints of Fire Brick #C91A14
RGB
CMYK
RGB Variations
Color information
#C91A14 (or 0xC91A14) is known color: Fire Brick. HEX triplet: C9, 1A and 14. RGB value is (201,26,20). Sum of RGB (Red+Green+Blue) = 201+26+20=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A14 is #36E5EB. Grayscale: #4D4D4D. Windows color (decimal): -3597804 or 1317577. OLE color: 1317577.
HSL color Cylindrical-coordinate representation of color #C91A14: hue angle of 1.99º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.21 |
| HSL | 1.99º | 0.82% | 0.43% | - |
| HSV(B) | 1.99º | 0.9% | 0.79% | - |
| XYZ | 24.58 | 13.21 | 1.92 | - |
| YUV | 77.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 20 | 0 | 0.87 | 0.90 | 0.21 | 1.99 | 0.82 | 0.43 |
| Hex | C9 | 1A | 14 | 0 | 57 | 5A | 15 | 2 | 52 | 2B |
| Octal | 311 | 32 | 24 | 0 | 127 | 132 | 25 | 2 | 122 | 53 |
| Binary | 11001001 | 11010 | 10100 | 0 | 1010111 | 1011010 | 10101 | 10 | 1010010 | 101011 |
Color Harmonies of #C91A14
Complementary color
Monochromatic Colors of #C91A14
Black with #C91A14
Text Example
Text Example
White with #C91A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A14; }
p { color: rgb(201,26,20); }
H1.HeaderClassName
{
color: #C91A14;
}
.AnyTagClassName
{
color: #C91A14;
}
</style>
background-color css
<style>
a { background-color: #C91A14; }
a { background-color: rgb(201,26,20); }
div.DivClassName
{
background-color: #C91A14;
}
.BgClassName
{
background-color: #C91A14;
}
</style>
border-color css
<style>
span { border-color: #C91A14; }
span { border-color: rgb(201,26,20); }
td.TdClassName
{
border-color: #C91A14;
}
.TagClassName
{
border-color: #C91A14;
}
</style>