#ce1c29

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

Shades of Fire Engine Red #CE1C29

Tints of Fire Engine Red #CE1C29

Color information

#CE1C29 (or 0xCE1C29) is unknown color: approx Fire Engine Red. HEX triplet: CE, 1C and 29. RGB value is (206,28,41). Sum of RGB (Red+Green+Blue) = 206+28+41=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C29 is #31E3D6. Grayscale: #525252. Windows color (decimal): -3269591 or 2694350. OLE color: 2694350.

HSL color Cylindrical-coordinate representation of color #CE1C29: hue angle of 355.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C29 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB2062841-
CMYK00.860.800.19
HSL355.62º76.07%45.88%-
HSV(B)355.62º86.41%80.78%-
XYZ26.2714.113.44-
YUV82.7104.47215.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 74.91%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=74.91%
G=10.18%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206284100.860.800.19355.6276.0745.88
HexCE1C2905650131644c2e
Octal316345101261202354411456
Binary1100111011100101001010101101010000100111011001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce1c29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce1c29; }

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

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

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

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

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

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

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

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