#CE1E20

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

Shades of Fire Engine Red #CE1E20

Tints of Fire Engine Red #CE1E20

Color information

#CE1E20 (or 0xCE1E20) is unknown color: approx Fire Engine Red. HEX triplet: CE, 1E and 20. RGB value is (206,30,32). Sum of RGB (Red+Green+Blue) = 206+30+32=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E20 is #31E1DF. Grayscale: #535353. Windows color (decimal): -3269088 or 2105038. OLE color: 2105038.

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

Color convert

RGB2063032-
CMYK00.850.840.19
HSL359.32º74.58%46.27%-
HSV(B)359.32º85.44%80.78%-
XYZ26.1814.152.72-
YUV82.8599.31215.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.87%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=76.87%
G=11.19%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206303200.850.840.19359.3274.5846.27
HexCE1E2005554131674b2e
Octal316364001251242354711356
Binary1100111011110100000010101011010100100111011001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1E20; }

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

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

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

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

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

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

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

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