#E1022B

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

Shades of Crimson #E1022B

Tints of Crimson #E1022B

Color information

#E1022B (or 0xE1022B) is unknown color: approx Crimson. HEX triplet: E1, 02 and 2B. RGB value is (225,2,43). Sum of RGB (Red+Green+Blue) = 225+2+43=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1022B is #1EFDD4. Grayscale: #494949. Windows color (decimal): -2031061 or 2818785. OLE color: 2818785.

HSL color Cylindrical-coordinate representation of color #E1022B: hue angle of 348.97º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1022B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB225243-
CMYK00.990.810.12
HSL348.97º98.24%44.51%-
HSV(B)348.97º99.11%88.24%-
XYZ31.5116.233.76-
YUV73.35110.88236.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=83.33%
G=0.74%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22524300.990.810.12348.9798.2444.51
HexE122B06351C15d622d
Octal34125301431211453514255
Binary111000011010101101100011101000111001010111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1022B; }

 p { color: rgb(225,2,43); }

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

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

 a { background-color: rgb(225,2,43); }

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

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

 span { border-color: rgb(225,2,43); }

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