Html Css Color HEX #E9193D Crimson

📋 copy color: '#E9193D'

red 233 ◦ green 25 ◦ blue 61

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

Shades of Crimson #E9193D

Tints of Crimson #E9193D

RGB

 RED value IS 233 (91.41% from 255) = 73.04%

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 73.04%
G = 7.84%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9193D (or 0xE9193D) is known color: Crimson. HEX triplet: E9, 19 and 3D. RGB value is (233,25,61). Sum of RGB (Red+Green+Blue) = 233+25+61=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E9193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9193D is #16E6C2. Grayscale: #5B5B5B. Windows color (decimal): -1500867 or 4004329. OLE color: 4004329.

HSL color Cylindrical-coordinate representation of color #E9193D: hue angle of 349.62º degrees, saturation: 0.83, 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 #E9193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 25 61 -
CMYK 0 0.89 0.74 0.09
HSL 349.62º 0.83% 0.51% -
HSV(B) 349.62º 0.89% 0.91% -
XYZ 34.79 18.36 6.12 -
YUV 91.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 233 25 61 0 0.89 0.74 0.09 349.62 0.83 0.51
Hex E9 19 3D 0 59 4A 9 15E 53 33
Octal 351 31 75 0 131 112 11 536 123 63
Binary 11101001 11001 111101 0 1011001 1001010 1001 101011110 1010011 110011

Color Harmonies of #E9193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9193D

Black with #E9193D

Text Example


Text Example

White with #E9193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9193D; }

 p { color: rgb(233,25,61); }

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

background-color css

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

 a { background-color: rgb(233,25,61); }

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

border-color css

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

 span { border-color: rgb(233,25,61); }

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