#CE1620

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

Shades of Fire Engine Red #CE1620

Tints of Fire Engine Red #CE1620

Color information

#CE1620 (or 0xCE1620) is unknown color: approx Fire Engine Red. HEX triplet: CE, 16 and 20. RGB value is (206,22,32). Sum of RGB (Red+Green+Blue) = 206+22+32=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1620 is #31E9DF. Grayscale: #4E4E4E. Windows color (decimal): -3271136 or 2102990. OLE color: 2102990.

HSL color Cylindrical-coordinate representation of color #CE1620: hue angle of 356.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1620 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2062232-
CMYK00.890.840.19
HSL356.74º80.7%44.71%-
HSV(B)356.74º89.32%80.78%-
XYZ2613.82.66-
YUV78.16101.96219.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 79.23%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=79.23%
G=8.46%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206223200.890.840.19356.7480.744.71
HexCE16200595413165512d
Octal316264001311242354512155
Binary1100111010110100000010110011010100100111011001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1620; }

 p { color: rgb(206,22,32); }

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

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

 a { background-color: rgb(206,22,32); }

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

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

 span { border-color: rgb(206,22,32); }

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