#CE1528

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

Shades of Fire Engine Red #CE1528

Tints of Fire Engine Red #CE1528

Color information

#CE1528 (or 0xCE1528) is unknown color: approx Fire Engine Red. HEX triplet: CE, 15 and 28. RGB value is (206,21,40). Sum of RGB (Red+Green+Blue) = 206+21+40=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1528 is #31EAD7. Grayscale: #4E4E4E. Windows color (decimal): -3271384 or 2627022. OLE color: 2627022.

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

Color convert

RGB2062140-
CMYK00.900.810.19
HSL353.84º81.5%44.51%-
HSV(B)353.84º89.81%80.78%-
XYZ26.113.813.3-
YUV78.48106.29218.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 77.15%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=77.15%
G=7.87%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206214000.900.810.19353.8481.544.51
HexCE152805A5113162512d
Octal316255001321212354212155
Binary1100111010101101000010110101010001100111011000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1528; }

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

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

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

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

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

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

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

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