Html Css Color HEX #E5193B Crimson

📋 copy color: '#E5193B'

red 229 ◦ green 25 ◦ blue 59

#E5193B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E5193B

Tints of Crimson #E5193B

RGB

 RED value IS 229 (89.84% from 255) = 73.16%

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 73.16%
G = 7.99%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5193B (or 0xE5193B) is known color: Crimson. HEX triplet: E5, 19 and 3B. RGB value is (229,25,59). Sum of RGB (Red+Green+Blue) = 229+25+59=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E5193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5193B is #1AE6C4. Grayscale: #595959. Windows color (decimal): -1763013 or 3873253. OLE color: 3873253.

HSL color Cylindrical-coordinate representation of color #E5193B: hue angle of 350º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5193B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 59 -
CMYK 0 0.89 0.74 0.10
HSL 350º 0.8% 0.5% -
HSV(B) 350º 0.89% 0.9% -
XYZ 33.45 17.67 5.79 -
YUV 89.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 229 25 59 0 0.89 0.74 0.10 350 0.8 0.5
Hex E5 19 3B 0 59 4A A 15E 50 32
Octal 345 31 73 0 131 112 12 536 120 62
Binary 11100101 11001 111011 0 1011001 1001010 1010 101011110 1010000 110010

Color Harmonies of #E5193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5193B

Black with #E5193B

Text Example


Text Example

White with #E5193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5193B; }

 p { color: rgb(229,25,59); }

 H1.HeaderClassName
 {
   color: #E5193B;
 }
 .AnyTagClassName
 {
   color: #E5193B;
 }
</style>

background-color css

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

 a { background-color: rgb(229,25,59); }

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

border-color css

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

 span { border-color: rgb(229,25,59); }

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