Html Css Color HEX #E9123A Crimson

📋 copy color: '#E9123A'

red 233 ◦ green 18 ◦ blue 58

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

Shades of Crimson #E9123A

Tints of Crimson #E9123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 75.4%
G = 5.83%
B = 18.77%

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

#E9123A (or 0xE9123A) is known color: Crimson. HEX triplet: E9, 12 and 3A. RGB value is (233,18,58). Sum of RGB (Red+Green+Blue) = 233+18+58=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9123A is #16EDC5. Grayscale: #565656. Windows color (decimal): -1502662 or 3805929. OLE color: 3805929.

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

Color convert

RGB 233 18 58 -
CMYK 0 0.92 0.75 0.09
HSL 348.84º 0.86% 0.49% -
HSV(B) 348.84º 0.92% 0.91% -
XYZ 34.58 18.06 5.67 -
YUV 86.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 233 18 58 0 0.92 0.75 0.09 348.84 0.86 0.49
Hex E9 12 3A 0 5C 4B 9 15D 56 31
Octal 351 22 72 0 134 113 11 535 126 61
Binary 11101001 10010 111010 0 1011100 1001011 1001 101011101 1010110 110001

Color Harmonies of #E9123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9123A

Black with #E9123A

Text Example


Text Example

White with #E9123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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