#CE151B

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

Shades of Fire Engine Red #CE151B

Tints of Fire Engine Red #CE151B

Color information

#CE151B (or 0xCE151B) is unknown color: approx Fire Engine Red. HEX triplet: CE, 15 and 1B. RGB value is (206,21,27). Sum of RGB (Red+Green+Blue) = 206+21+27=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE151B is #31EAE4. Grayscale: #4D4D4D. Windows color (decimal): -3271397 or 1775054. OLE color: 1775054.

HSL color Cylindrical-coordinate representation of color #CE151B: hue angle of 358.05º 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 #CE151B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB2062127-
CMYK00.900.870.19
HSL358.05º81.5%44.51%-
HSV(B)358.05º89.81%80.78%-
XYZ25.9213.742.32-
YUV7799.79220.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 81.10%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=81.10%
G=8.27%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206212700.900.870.19358.0581.544.51
HexCE151B05A5713166512d
Octal316253301321272354612155
Binary110011101010111011010110101010111100111011001101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE151B; }

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

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

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

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

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

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

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

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