#E81A3B

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

Shades of Crimson #E81A3B

Tints of Crimson #E81A3B

Color information

#E81A3B (or 0xE81A3B) is unknown color: approx Crimson. HEX triplet: E8, 1A and 3B. RGB value is (232,26,59). Sum of RGB (Red+Green+Blue) = 232+26+59=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A3B is #17E5C4. Grayscale: #5B5B5B. Windows color (decimal): -1566149 or 3873512. OLE color: 3873512.

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

Color convert

RGB2322659-
CMYK00.890.750.09
HSL350.39º81.75%50.59%-
HSV(B)350.39º88.79%90.98%-
XYZ34.4418.215.84-
YUV91.36109.75228.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 73.19%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=73.19%
G=8.20%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232265900.890.750.09350.3981.7550.59
HexE81A3B0594B915e5233
Octal350327301311131153612263
Binary111010001101011101101011001100101110011010111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A3B; }

 p { color: rgb(232,26,59); }

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

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

 a { background-color: rgb(232,26,59); }

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

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

 span { border-color: rgb(232,26,59); }

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