#CE1228

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

Shades of Fire Engine Red #CE1228

Tints of Fire Engine Red #CE1228

Color information

#CE1228 (or 0xCE1228) is unknown color: approx Fire Engine Red. HEX triplet: CE, 12 and 28. RGB value is (206,18,40). Sum of RGB (Red+Green+Blue) = 206+18+40=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1228 is #31EDD7. Grayscale: #4C4C4C. Windows color (decimal): -3272152 or 2626254. OLE color: 2626254.

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

Color convert

RGB2061840-
CMYK00.910.810.19
HSL352.98º83.93%43.92%-
HSV(B)352.98º91.26%80.78%-
XYZ26.0513.713.28-
YUV76.72107.28220.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 78.03%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=78.03%
G=6.82%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206184000.910.810.19352.9883.9343.92
HexCE122805B5113161542c
Octal316225001331212354112454
Binary1100111010010101000010110111010001100111011000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1228; }

 p { color: rgb(206,18,40); }

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

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

 a { background-color: rgb(206,18,40); }

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

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

 span { border-color: rgb(206,18,40); }

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