#E50727

Color #E50727 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E50727

Tints of Crimson #E50727

Color information

#E50727 (or 0xE50727) is unknown color: approx Crimson. HEX triplet: E5, 07 and 27. RGB value is (229,7,39). Sum of RGB (Red+Green+Blue) = 229+7+39=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E50727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50727 is #1AF8D8. Grayscale: #4D4D4D. Windows color (decimal): -1767641 or 2557925. OLE color: 2557925.

HSL color Cylindrical-coordinate representation of color #E50727: hue angle of 351.35º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50727 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB229739-
CMYK00.970.830.10
HSL351.35º94.07%46.27%-
HSV(B)351.35º96.94%89.8%-
XYZ32.7616.963.47-
YUV77.03106.55236.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 83.27%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=83.27%
G=2.55%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22973900.970.830.10351.3594.0746.27
HexE572706153A15f5e2e
Octal34574701411231253713656
Binary1110010111110011101100001101001110101010111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50727; }

 p { color: rgb(229,7,39); }

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

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

 a { background-color: rgb(229,7,39); }

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

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

 span { border-color: rgb(229,7,39); }

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