#E91248

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

Shades of Crimson #E91248

Tints of Crimson #E91248

Color information

#E91248 (or 0xE91248) is unknown color: approx Crimson. HEX triplet: E9, 12 and 48. RGB value is (233,18,72). Sum of RGB (Red+Green+Blue) = 233+18+72=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E91248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91248 is #16EDB7. Grayscale: #585858. Windows color (decimal): -1502648 or 4723433. OLE color: 4723433.

HSL color Cylindrical-coordinate representation of color #E91248: hue angle of 344.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91248 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB2331872-
CMYK00.920.690.09
HSL344.93º85.66%49.22%-
HSV(B)344.93º92.27%91.37%-
XYZ34.9918.227.8-
YUV88.44118.73231.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 72.14%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=72.14%
G=5.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233187200.920.690.09344.9385.6649.22
HexE9124805C4591595631
Octal3512211001341051153112661
Binary1110100110010100100001011100100010110011010110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91248; }

 p { color: rgb(233,18,72); }

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

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

 a { background-color: rgb(233,18,72); }

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

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

 span { border-color: rgb(233,18,72); }

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