Html Css Color HEX #E9133A Crimson

📋 copy color: '#E9133A'

red 233 ◦ green 19 ◦ blue 58

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

Shades of Crimson #E9133A

Tints of Crimson #E9133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 75.16%
G = 6.13%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9133A (or 0xE9133A) is known color: Crimson. HEX triplet: E9, 13 and 3A. RGB value is (233,19,58). Sum of RGB (Red+Green+Blue) = 233+19+58=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9133A is #16ECC5. Grayscale: #575757. Windows color (decimal): -1502406 or 3806185. OLE color: 3806185.

HSL color Cylindrical-coordinate representation of color #E9133A: hue angle of 349.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9133A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 58 -
CMYK 0 0.92 0.75 0.09
HSL 349.07º 0.85% 0.49% -
HSV(B) 349.07º 0.92% 0.91% -
XYZ 34.6 18.09 5.67 -
YUV 87.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 233 19 58 0 0.92 0.75 0.09 349.07 0.85 0.49
Hex E9 13 3A 0 5C 4B 9 15D 55 31
Octal 351 23 72 0 134 113 11 535 125 61
Binary 11101001 10011 111010 0 1011100 1001011 1001 101011101 1010101 110001

Color Harmonies of #E9133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9133A

Black with #E9133A

Text Example


Text Example

White with #E9133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9133A; }

 p { color: rgb(233,19,58); }

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

background-color css

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

 a { background-color: rgb(233,19,58); }

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

border-color css

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

 span { border-color: rgb(233,19,58); }

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