Shades of Fire Engine Red #CE1A2A
Tints of Fire Engine Red #CE1A2A
RGB
CMYK
RGB Variations
Color information
#CE1A2A (or 0xCE1A2A) is known color: Fire Engine Red. HEX triplet: CE, 1A and 2A. RGB value is (206,26,42). Sum of RGB (Red+Green+Blue) = 206+26+42=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A2A is #31E5D5. Grayscale: #515151. Windows color (decimal): -3270102 or 2759374. OLE color: 2759374.
HSL color Cylindrical-coordinate representation of color #CE1A2A: hue angle of 354.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A2A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 42 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.19 |
| HSL | 354.67º | 0.78% | 0.45% | - |
| HSV(B) | 354.67º | 0.87% | 0.81% | - |
| XYZ | 26.24 | 14.03 | 3.52 | - |
| YUV | 81.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 42 | 0 | 0.87 | 0.80 | 0.19 | 354.67 | 0.78 | 0.45 |
| Hex | CE | 1A | 2A | 0 | 57 | 50 | 13 | 163 | 4E | 2D |
| Octal | 316 | 32 | 52 | 0 | 127 | 120 | 23 | 543 | 116 | 55 |
| Binary | 11001110 | 11010 | 101010 | 0 | 1010111 | 1010000 | 10011 | 101100011 | 1001110 | 101101 |
Color Harmonies of #CE1A2A
Complementary color
Monochromatic Colors of #CE1A2A
Black with #CE1A2A
Text Example
Text Example
White with #CE1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A2A; }
p { color: rgb(206,26,42); }
H1.HeaderClassName
{
color: #CE1A2A;
}
.AnyTagClassName
{
color: #CE1A2A;
}
</style>
background-color css
<style>
a { background-color: #CE1A2A; }
a { background-color: rgb(206,26,42); }
div.DivClassName
{
background-color: #CE1A2A;
}
.BgClassName
{
background-color: #CE1A2A;
}
</style>
border-color css
<style>
span { border-color: #CE1A2A; }
span { border-color: rgb(206,26,42); }
td.TdClassName
{
border-color: #CE1A2A;
}
.TagClassName
{
border-color: #CE1A2A;
}
</style>