Shades of Fire Engine Red #C71D24
Tints of Fire Engine Red #C71D24
RGB
CMYK
RGB Variations
Color information
#C71D24 (or 0xC71D24) is known color: Fire Engine Red. HEX triplet: C7, 1D and 24. RGB value is (199,29,36). Sum of RGB (Red+Green+Blue) = 199+29+36=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D24 is #38E2DB. Grayscale: #505050. Windows color (decimal): -3728092 or 2366919. OLE color: 2366919.
HSL color Cylindrical-coordinate representation of color #C71D24: hue angle of 357.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 36 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.22 |
| HSL | 357.53º | 0.75% | 0.45% | - |
| HSV(B) | 357.53º | 0.85% | 0.78% | - |
| XYZ | 24.31 | 13.15 | 2.93 | - |
| YUV | 80.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 36 | 0 | 0.85 | 0.82 | 0.22 | 357.53 | 0.75 | 0.45 |
| Hex | C7 | 1D | 24 | 0 | 55 | 52 | 16 | 166 | 4B | 2D |
| Octal | 307 | 35 | 44 | 0 | 125 | 122 | 26 | 546 | 113 | 55 |
| Binary | 11000111 | 11101 | 100100 | 0 | 1010101 | 1010010 | 10110 | 101100110 | 1001011 | 101101 |
Color Harmonies of #C71D24
Complementary color
Monochromatic Colors of #C71D24
Black with #C71D24
Text Example
Text Example
White with #C71D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D24; }
p { color: rgb(199,29,36); }
H1.HeaderClassName
{
color: #C71D24;
}
.AnyTagClassName
{
color: #C71D24;
}
</style>
background-color css
<style>
a { background-color: #C71D24; }
a { background-color: rgb(199,29,36); }
div.DivClassName
{
background-color: #C71D24;
}
.BgClassName
{
background-color: #C71D24;
}
</style>
border-color css
<style>
span { border-color: #C71D24; }
span { border-color: rgb(199,29,36); }
td.TdClassName
{
border-color: #C71D24;
}
.TagClassName
{
border-color: #C71D24;
}
</style>