#CE152A

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

Shades of Fire Engine Red #CE152A

Tints of Fire Engine Red #CE152A

Color information

#CE152A (or 0xCE152A) is unknown color: approx Fire Engine Red. HEX triplet: CE, 15 and 2A. RGB value is (206,21,42). Sum of RGB (Red+Green+Blue) = 206+21+42=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152A is #31EAD5. Grayscale: #4E4E4E. Windows color (decimal): -3271382 or 2758094. OLE color: 2758094.

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

Color convert

RGB2062142-
CMYK00.900.800.19
HSL353.19º81.5%44.51%-
HSV(B)353.19º89.81%80.78%-
XYZ26.1413.833.48-
YUV78.71107.29218.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.58%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=76.58%
G=7.81%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206214200.900.800.19353.1981.544.51
HexCE152A05A5013161512d
Octal316255201321202354112155
Binary1100111010101101010010110101010000100111011000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE152A; }

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

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

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

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

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

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

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

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