#EA1532

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

Shades of Crimson #EA1532

Tints of Crimson #EA1532

Color information

#EA1532 (or 0xEA1532) is unknown color: approx Crimson. HEX triplet: EA, 15 and 32. RGB value is (234,21,50). Sum of RGB (Red+Green+Blue) = 234+21+50=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1532 is #15EACD. Grayscale: #585858. Windows color (decimal): -1436366 or 3282410. OLE color: 3282410.

HSL color Cylindrical-coordinate representation of color #EA1532: hue angle of 351.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1532 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2342150-
CMYK00.910.790.08
HSL351.83º83.53%50%-
HSV(B)351.83º91.03%91.76%-
XYZ34.7818.264.71-
YUV87.99106.57232.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 76.72%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=76.72%
G=6.89%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234215000.910.790.08351.8383.5350
HexEA153205B4F81605432
Octal352256201331171054012462
Binary111010101010111001001011011100111110001011000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1532; }

 p { color: rgb(234,21,50); }

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

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

 a { background-color: rgb(234,21,50); }

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

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

 span { border-color: rgb(234,21,50); }

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