Html Css Color HEX #E9122C Crimson

📋 copy color: '#E9122C'

red 233 ◦ green 18 ◦ blue 44

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

Shades of Crimson #E9122C

Tints of Crimson #E9122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 78.98%
G = 6.1%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9122C (or 0xE9122C) is known color: Crimson. HEX triplet: E9, 12 and 2C. RGB value is (233,18,44). Sum of RGB (Red+Green+Blue) = 233+18+44=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9122C is #16EDD3. Grayscale: #555555. Windows color (decimal): -1502676 or 2888425. OLE color: 2888425.

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

Color convert

RGB 233 18 44 -
CMYK 0 0.92 0.81 0.09
HSL 352.74º 0.86% 0.49% -
HSV(B) 352.74º 0.92% 0.91% -
XYZ 34.28 17.94 4.04 -
YUV 85.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 233 18 44 0 0.92 0.81 0.09 352.74 0.86 0.49
Hex E9 12 2C 0 5C 51 9 161 56 31
Octal 351 22 54 0 134 121 11 541 126 61
Binary 11101001 10010 101100 0 1011100 1010001 1001 101100001 1010110 110001

Color Harmonies of #E9122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9122C

Black with #E9122C

Text Example


Text Example

White with #E9122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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