Shades of Fire Engine Red #C72127
Tints of Fire Engine Red #C72127
RGB
CMYK
RGB Variations
Color information
#C72127 (or 0xC72127) is known color: Fire Engine Red. HEX triplet: C7, 21 and 27. RGB value is (199,33,39). Sum of RGB (Red+Green+Blue) = 199+33+39=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C72127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72127 is #38DED8. Grayscale: #535353. Windows color (decimal): -3727065 or 2564551. OLE color: 2564551.
HSL color Cylindrical-coordinate representation of color #C72127: hue angle of 357.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72127 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 39 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.22 |
| HSL | 357.83º | 0.72% | 0.45% | - |
| HSV(B) | 357.83º | 0.83% | 0.78% | - |
| XYZ | 24.46 | 13.38 | 3.21 | - |
| YUV | 83.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 39 | 0 | 0.83 | 0.80 | 0.22 | 357.83 | 0.72 | 0.45 |
| Hex | C7 | 21 | 27 | 0 | 53 | 50 | 16 | 166 | 48 | 2D |
| Octal | 307 | 41 | 47 | 0 | 123 | 120 | 26 | 546 | 110 | 55 |
| Binary | 11000111 | 100001 | 100111 | 0 | 1010011 | 1010000 | 10110 | 101100110 | 1001000 | 101101 |
Color Harmonies of #C72127
Complementary color
Monochromatic Colors of #C72127
Black with #C72127
Text Example
Text Example
White with #C72127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72127; }
p { color: rgb(199,33,39); }
H1.HeaderClassName
{
color: #C72127;
}
.AnyTagClassName
{
color: #C72127;
}
</style>
background-color css
<style>
a { background-color: #C72127; }
a { background-color: rgb(199,33,39); }
div.DivClassName
{
background-color: #C72127;
}
.BgClassName
{
background-color: #C72127;
}
</style>
border-color css
<style>
span { border-color: #C72127; }
span { border-color: rgb(199,33,39); }
td.TdClassName
{
border-color: #C72127;
}
.TagClassName
{
border-color: #C72127;
}
</style>