#CE1529

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

Shades of Fire Engine Red #CE1529

Tints of Fire Engine Red #CE1529

Color information

#CE1529 (or 0xCE1529) is unknown color: approx Fire Engine Red. HEX triplet: CE, 15 and 29. RGB value is (206,21,41). Sum of RGB (Red+Green+Blue) = 206+21+41=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1529 is #31EAD6. Grayscale: #4E4E4E. Windows color (decimal): -3271383 or 2692558. OLE color: 2692558.

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

Color convert

RGB2062141-
CMYK00.900.800.19
HSL353.51º81.5%44.51%-
HSV(B)353.51º89.81%80.78%-
XYZ26.1213.823.39-
YUV78.6106.79218.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.87%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=76.87%
G=7.84%
B=15.30%

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
Decimal206214100.900.800.19353.5181.544.51
HexCE152905A5013162512d
Octal316255101321202354212155
Binary1100111010101101001010110101010000100111011000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1529; }

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

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

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

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

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

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

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

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