Shades of Fire Brick #C71E16
Tints of Fire Brick #C71E16
RGB
CMYK
RGB Variations
Color information
#C71E16 (or 0xC71E16) is known color: Fire Brick. HEX triplet: C7, 1E and 16. RGB value is (199,30,22). Sum of RGB (Red+Green+Blue) = 199+30+22=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E16 is #38E1E9. Grayscale: #4F4F4F. Windows color (decimal): -3727850 or 1449671. OLE color: 1449671.
HSL color Cylindrical-coordinate representation of color #C71E16: hue angle of 2.71º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71E16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 22 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.22 |
| HSL | 2.71º | 0.8% | 0.43% | - |
| HSV(B) | 2.71º | 0.89% | 0.78% | - |
| XYZ | 24.16 | 13.13 | 2.02 | - |
| YUV | 79.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 22 | 0 | 0.85 | 0.89 | 0.22 | 2.71 | 0.8 | 0.43 |
| Hex | C7 | 1E | 16 | 0 | 55 | 59 | 16 | 3 | 50 | 2B |
| Octal | 307 | 36 | 26 | 0 | 125 | 131 | 26 | 3 | 120 | 53 |
| Binary | 11000111 | 11110 | 10110 | 0 | 1010101 | 1011001 | 10110 | 11 | 1010000 | 101011 |
Color Harmonies of #C71E16
Complementary color
Monochromatic Colors of #C71E16
Black with #C71E16
Text Example
Text Example
White with #C71E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E16; }
p { color: rgb(199,30,22); }
H1.HeaderClassName
{
color: #C71E16;
}
.AnyTagClassName
{
color: #C71E16;
}
</style>
background-color css
<style>
a { background-color: #C71E16; }
a { background-color: rgb(199,30,22); }
div.DivClassName
{
background-color: #C71E16;
}
.BgClassName
{
background-color: #C71E16;
}
</style>
border-color css
<style>
span { border-color: #C71E16; }
span { border-color: rgb(199,30,22); }
td.TdClassName
{
border-color: #C71E16;
}
.TagClassName
{
border-color: #C71E16;
}
</style>