#EC193A

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

Shades of Crimson #EC193A

Tints of Crimson #EC193A

Color information

#EC193A (or 0xEC193A) is unknown color: approx Crimson. HEX triplet: EC, 19 and 3A. RGB value is (236,25,58). Sum of RGB (Red+Green+Blue) = 236+25+58=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC193A is #13E6C5. Grayscale: #5B5B5B. Windows color (decimal): -1304262 or 3807724. OLE color: 3807724.

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

Color convert

RGB2362558-
CMYK00.890.750.07
HSL350.62º84.74%51.18%-
HSV(B)350.62º89.41%92.55%-
XYZ35.718.835.76-
YUV91.85108.9230.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.98%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=73.98%
G=7.84%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236255800.890.750.07350.6284.7451.18
HexEC193A0594B715f5533
Octal35431720131113753712563
Binary11101100110011110100101100110010111111010111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC193A; }

 p { color: rgb(236,25,58); }

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

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

 a { background-color: rgb(236,25,58); }

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

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

 span { border-color: rgb(236,25,58); }

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