#CE132A

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

Shades of Fire Engine Red #CE132A

Tints of Fire Engine Red #CE132A

Color information

#CE132A (or 0xCE132A) is unknown color: approx Fire Engine Red. HEX triplet: CE, 13 and 2A. RGB value is (206,19,42). Sum of RGB (Red+Green+Blue) = 206+19+42=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE132A is #31ECD5. Grayscale: #4D4D4D. Windows color (decimal): -3271894 or 2757582. OLE color: 2757582.

HSL color Cylindrical-coordinate representation of color #CE132A: hue angle of 352.62º degrees, saturation: 0.83, 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 #CE132A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB2061942-
CMYK00.910.800.19
HSL352.62º83.11%44.12%-
HSV(B)352.62º90.78%80.78%-
XYZ26.113.753.47-
YUV77.53107.95219.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 77.15%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=77.15%
G=7.12%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206194200.910.800.19352.6283.1144.12
HexCE132A05B5013161532c
Octal316235201331202354112354
Binary1100111010011101010010110111010000100111011000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE132A; }

 p { color: rgb(206,19,42); }

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

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

 a { background-color: rgb(206,19,42); }

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

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

 span { border-color: rgb(206,19,42); }

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