#E81D42

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

Shades of Crimson #E81D42

Tints of Crimson #E81D42

Color information

#E81D42 (or 0xE81D42) is unknown color: approx Crimson. HEX triplet: E8, 1D and 42. RGB value is (232,29,66). Sum of RGB (Red+Green+Blue) = 232+29+66=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D42 is #17E2BD. Grayscale: #5D5D5D. Windows color (decimal): -1565374 or 4333032. OLE color: 4333032.

HSL color Cylindrical-coordinate representation of color #E81D42: hue angle of 349.06º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D42 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2322966-
CMYK00.880.720.09
HSL349.06º81.53%51.18%-
HSV(B)349.06º87.5%90.98%-
XYZ34.718.436.88-
YUV93.92112.25226.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 70.95%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=70.95%
G=8.87%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232296600.880.720.09349.0681.5351.18
HexE81D4205848915d5233
Octal3503510201301101153512263
Binary1110100011101100001001011000100100010011010111011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81D42; }

 p { color: rgb(232,29,66); }

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

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

 a { background-color: rgb(232,29,66); }

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

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

 span { border-color: rgb(232,29,66); }

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