Html Css Color HEX #E9193B Crimson

📋 copy color: '#E9193B'

red 233 ◦ green 25 ◦ blue 59

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

Shades of Crimson #E9193B

Tints of Crimson #E9193B

RGB

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

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

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

R = 73.5%
G = 7.89%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9193B (or 0xE9193B) is known color: Crimson. HEX triplet: E9, 19 and 3B. RGB value is (233,25,59). Sum of RGB (Red+Green+Blue) = 233+25+59=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9193B is #16E6C4. Grayscale: #5B5B5B. Windows color (decimal): -1500869 or 3873257. OLE color: 3873257.

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

Color convert

RGB 233 25 59 -
CMYK 0 0.89 0.75 0.09
HSL 350.19º 0.83% 0.51% -
HSV(B) 350.19º 0.89% 0.91% -
XYZ 34.74 18.33 5.85 -
YUV 91.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 233 25 59 0 0.89 0.75 0.09 350.19 0.83 0.51
Hex E9 19 3B 0 59 4B 9 15E 53 33
Octal 351 31 73 0 131 113 11 536 123 63
Binary 11101001 11001 111011 0 1011001 1001011 1001 101011110 1010011 110011

Color Harmonies of #E9193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9193B

Black with #E9193B

Text Example


Text Example

White with #E9193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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