Shades of Fire Brick #C71A13
Tints of Fire Brick #C71A13
RGB
CMYK
RGB Variations
Color information
#C71A13 (or 0xC71A13) is known color: Fire Brick. HEX triplet: C7, 1A and 13. RGB value is (199,26,19). Sum of RGB (Red+Green+Blue) = 199+26+19=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A13 is #38E5EC. Grayscale: #4D4D4D. Windows color (decimal): -3728877 or 1252039. OLE color: 1252039.
HSL color Cylindrical-coordinate representation of color #C71A13: hue angle of 2.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71A13 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.22 |
| HSL | 2.33º | 0.83% | 0.43% | - |
| HSV(B) | 2.33º | 0.9% | 0.78% | - |
| XYZ | 24.04 | 12.93 | 1.84 | - |
| YUV | 76.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 19 | 0 | 0.87 | 0.90 | 0.22 | 2.33 | 0.83 | 0.43 |
| Hex | C7 | 1A | 13 | 0 | 57 | 5A | 16 | 2 | 53 | 2B |
| Octal | 307 | 32 | 23 | 0 | 127 | 132 | 26 | 2 | 123 | 53 |
| Binary | 11000111 | 11010 | 10011 | 0 | 1010111 | 1011010 | 10110 | 10 | 1010011 | 101011 |
Color Harmonies of #C71A13
Complementary color
Monochromatic Colors of #C71A13
Black with #C71A13
Text Example
Text Example
White with #C71A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A13; }
p { color: rgb(199,26,19); }
H1.HeaderClassName
{
color: #C71A13;
}
.AnyTagClassName
{
color: #C71A13;
}
</style>
background-color css
<style>
a { background-color: #C71A13; }
a { background-color: rgb(199,26,19); }
div.DivClassName
{
background-color: #C71A13;
}
.BgClassName
{
background-color: #C71A13;
}
</style>
border-color css
<style>
span { border-color: #C71A13; }
span { border-color: rgb(199,26,19); }
td.TdClassName
{
border-color: #C71A13;
}
.TagClassName
{
border-color: #C71A13;
}
</style>