Shades of Fire Engine Red #CE141B
Tints of Fire Engine Red #CE141B
RGB
CMYK
RGB Variations
Color information
#CE141B (or 0xCE141B) is known color: Fire Engine Red. HEX triplet: CE, 14 and 1B. RGB value is (206,20,27). Sum of RGB (Red+Green+Blue) = 206+20+27=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE141B is #31EBE4. Grayscale: #4C4C4C. Windows color (decimal): -3271653 or 1774798. OLE color: 1774798.
HSL color Cylindrical-coordinate representation of color #CE141B: hue angle of 357.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE141B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.19 |
| HSL | 357.74º | 0.82% | 0.44% | - |
| HSV(B) | 357.74º | 0.9% | 0.81% | - |
| XYZ | 25.9 | 13.7 | 2.32 | - |
| YUV | 76.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 27 | 0 | 0.90 | 0.87 | 0.19 | 357.74 | 0.82 | 0.44 |
| Hex | CE | 14 | 1B | 0 | 5A | 57 | 13 | 166 | 52 | 2C |
| Octal | 316 | 24 | 33 | 0 | 132 | 127 | 23 | 546 | 122 | 54 |
| Binary | 11001110 | 10100 | 11011 | 0 | 1011010 | 1010111 | 10011 | 101100110 | 1010010 | 101100 |
Color Harmonies of #CE141B
Complementary color
Monochromatic Colors of #CE141B
Black with #CE141B
Text Example
Text Example
White with #CE141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE141B; }
p { color: rgb(206,20,27); }
H1.HeaderClassName
{
color: #CE141B;
}
.AnyTagClassName
{
color: #CE141B;
}
</style>
background-color css
<style>
a { background-color: #CE141B; }
a { background-color: rgb(206,20,27); }
div.DivClassName
{
background-color: #CE141B;
}
.BgClassName
{
background-color: #CE141B;
}
</style>
border-color css
<style>
span { border-color: #CE141B; }
span { border-color: rgb(206,20,27); }
td.TdClassName
{
border-color: #CE141B;
}
.TagClassName
{
border-color: #CE141B;
}
</style>