#E01545

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

Shades of Crimson #E01545

Tints of Crimson #E01545

Color information

#E01545 (or 0xE01545) is unknown color: approx Crimson. HEX triplet: E0, 15 and 45. RGB value is (224,21,69). Sum of RGB (Red+Green+Blue) = 224+21+69=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01545 is #1FEABA. Grayscale: #575757. Windows color (decimal): -2091707 or 4527584. OLE color: 4527584.

HSL color Cylindrical-coordinate representation of color #E01545: hue angle of 345.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01545 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2242169-
CMYK00.910.690.12
HSL345.81º82.86%48.04%-
HSV(B)345.81º90.62%87.84%-
XYZ32.0816.817.18-
YUV87.17117.75225.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.34%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=71.34%
G=6.69%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224216900.910.690.12345.8182.8648.04
HexE0154505B45C15a5330
Octal3402510501331051453212360
Binary1110000010101100010101011011100010111001010110101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01545; }

 p { color: rgb(224,21,69); }

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

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

 a { background-color: rgb(224,21,69); }

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

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

 span { border-color: rgb(224,21,69); }

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