Shades of Fire Engine Red #C71B2B
Tints of Fire Engine Red #C71B2B
RGB
CMYK
RGB Variations
Color information
#C71B2B (or 0xC71B2B) is known color: Fire Engine Red. HEX triplet: C7, 1B and 2B. RGB value is (199,27,43). Sum of RGB (Red+Green+Blue) = 199+27+43=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B2B is #38E4D4. Grayscale: #505050. Windows color (decimal): -3728597 or 2825159. OLE color: 2825159.
HSL color Cylindrical-coordinate representation of color #C71B2B: hue angle of 354.42º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B2B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 43 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.22 |
| HSL | 354.42º | 0.76% | 0.44% | - |
| HSV(B) | 354.42º | 0.86% | 0.78% | - |
| XYZ | 24.38 | 13.1 | 3.53 | - |
| YUV | 80.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 43 | 0 | 0.86 | 0.78 | 0.22 | 354.42 | 0.76 | 0.44 |
| Hex | C7 | 1B | 2B | 0 | 56 | 4E | 16 | 162 | 4C | 2C |
| Octal | 307 | 33 | 53 | 0 | 126 | 116 | 26 | 542 | 114 | 54 |
| Binary | 11000111 | 11011 | 101011 | 0 | 1010110 | 1001110 | 10110 | 101100010 | 1001100 | 101100 |
Color Harmonies of #C71B2B
Complementary color
Monochromatic Colors of #C71B2B
Black with #C71B2B
Text Example
Text Example
White with #C71B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B2B; }
p { color: rgb(199,27,43); }
H1.HeaderClassName
{
color: #C71B2B;
}
.AnyTagClassName
{
color: #C71B2B;
}
</style>
background-color css
<style>
a { background-color: #C71B2B; }
a { background-color: rgb(199,27,43); }
div.DivClassName
{
background-color: #C71B2B;
}
.BgClassName
{
background-color: #C71B2B;
}
</style>
border-color css
<style>
span { border-color: #C71B2B; }
span { border-color: rgb(199,27,43); }
td.TdClassName
{
border-color: #C71B2B;
}
.TagClassName
{
border-color: #C71B2B;
}
</style>