Shades of Fire Engine Red #C71B2A
Tints of Fire Engine Red #C71B2A
RGB
CMYK
RGB Variations
Color information
#C71B2A (or 0xC71B2A) is known color: Fire Engine Red. HEX triplet: C7, 1B and 2A. RGB value is (199,27,42). Sum of RGB (Red+Green+Blue) = 199+27+42=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B2A is #38E4D5. Grayscale: #505050. Windows color (decimal): -3728598 or 2759623. OLE color: 2759623.
HSL color Cylindrical-coordinate representation of color #C71B2A: hue angle of 354.77º 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 #C71B2A is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 42 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.22 |
| HSL | 354.77º | 0.76% | 0.44% | - |
| HSV(B) | 354.77º | 0.86% | 0.78% | - |
| XYZ | 24.36 | 13.09 | 3.43 | - |
| YUV | 80.14 | 106.48 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 42 | 0 | 0.86 | 0.79 | 0.22 | 354.77 | 0.76 | 0.44 |
| Hex | C7 | 1B | 2A | 0 | 56 | 4F | 16 | 163 | 4C | 2C |
| Octal | 307 | 33 | 52 | 0 | 126 | 117 | 26 | 543 | 114 | 54 |
| Binary | 11000111 | 11011 | 101010 | 0 | 1010110 | 1001111 | 10110 | 101100011 | 1001100 | 101100 |
Color Harmonies of #C71B2A
Complementary color
Monochromatic Colors of #C71B2A
Black with #C71B2A
Text Example
Text Example
White with #C71B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B2A; }
p { color: rgb(199,27,42); }
H1.HeaderClassName
{
color: #C71B2A;
}
.AnyTagClassName
{
color: #C71B2A;
}
</style>
background-color css
<style>
a { background-color: #C71B2A; }
a { background-color: rgb(199,27,42); }
div.DivClassName
{
background-color: #C71B2A;
}
.BgClassName
{
background-color: #C71B2A;
}
</style>
border-color css
<style>
span { border-color: #C71B2A; }
span { border-color: rgb(199,27,42); }
td.TdClassName
{
border-color: #C71B2A;
}
.TagClassName
{
border-color: #C71B2A;
}
</style>