#CE1421

Color #CE1421 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CE1421

Tints of Fire Engine Red #CE1421

Color information

#CE1421 (or 0xCE1421) is unknown color: approx Fire Engine Red. HEX triplet: CE, 14 and 21. RGB value is (206,20,33). Sum of RGB (Red+Green+Blue) = 206+20+33=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1421 is #31EBDE. Grayscale: #4D4D4D. Windows color (decimal): -3271647 or 2168014. OLE color: 2168014.

HSL color Cylindrical-coordinate representation of color #CE1421: hue angle of 355.81º 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 #CE1421 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2062033-
CMYK00.900.840.19
HSL355.81º82.3%44.31%-
HSV(B)355.81º90.29%80.78%-
XYZ25.9813.732.72-
YUV77.1103.12219.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 79.54%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=79.54%
G=7.72%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206203300.900.840.19355.8182.344.31
HexCE142105A5413164522c
Octal316244101321242354412254
Binary1100111010100100001010110101010100100111011001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1421; }

 p { color: rgb(206,20,33); }

 H1.HeaderClassName
 {
   color: #CE1421;
 }
 .AnyTagClassName
 {
   color: #CE1421;
 }
</style>
background-color css

<style>
 a { background-color: #CE1421; }

 a { background-color: rgb(206,20,33); }

 div.DivClassName
 {
   background-color: #CE1421;
 }
 .BgClassName
 {
   background-color: #CE1421;
 }
</style>
border-color css

<style>
 span { border-color: #CE1421; }

 span { border-color: rgb(206,20,33); }

 td.TdClassName
 {
   border-color: #CE1421;
 }
 .TagClassName
 {
   border-color: #CE1421;
 }
</style>