#CE152B

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

Shades of Fire Engine Red #CE152B

Tints of Fire Engine Red #CE152B

Color information

#CE152B (or 0xCE152B) is unknown color: approx Fire Engine Red. HEX triplet: CE, 15 and 2B. RGB value is (206,21,43). Sum of RGB (Red+Green+Blue) = 206+21+43=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152B is #31EAD4. Grayscale: #4E4E4E. Windows color (decimal): -3271381 or 2823630. OLE color: 2823630.

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

Color convert

RGB2062143-
CMYK00.900.790.19
HSL352.86º81.5%44.51%-
HSV(B)352.86º89.81%80.78%-
XYZ26.1613.833.58-
YUV78.82107.79218.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.30%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=76.30%
G=7.78%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206214300.900.790.19352.8681.544.51
HexCE152B05A4F13161512d
Octal316255301321172354112155
Binary1100111010101101011010110101001111100111011000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE152B; }

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

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

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

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

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

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

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

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