Html Css Color HEX #E2113A Crimson

📋 copy color: '#E2113A'

red 226 ◦ green 17 ◦ blue 58

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

Shades of Crimson #E2113A

Tints of Crimson #E2113A

RGB

 RED value IS 226 (88.67% from 255) = 75.08%

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 75.08%
G = 5.65%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2113A (or 0xE2113A) is known color: Crimson. HEX triplet: E2, 11 and 3A. RGB value is (226,17,58). Sum of RGB (Red+Green+Blue) = 226+17+58=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E2113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2113A is #1DEEC5. Grayscale: #545454. Windows color (decimal): -1961670 or 3805666. OLE color: 3805666.

HSL color Cylindrical-coordinate representation of color #E2113A: hue angle of 348.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2113A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 58 -
CMYK 0 0.92 0.74 0.11
HSL 348.23º 0.86% 0.48% -
HSV(B) 348.23º 0.92% 0.89% -
XYZ 32.33 16.88 5.56 -
YUV 84.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 226 17 58 0 0.92 0.74 0.11 348.23 0.86 0.48
Hex E2 11 3A 0 5C 4A B 15C 56 30
Octal 342 21 72 0 134 112 13 534 126 60
Binary 11100010 10001 111010 0 1011100 1001010 1011 101011100 1010110 110000

Color Harmonies of #E2113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2113A

Black with #E2113A

Text Example


Text Example

White with #E2113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2113A; }

 p { color: rgb(226,17,58); }

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

background-color css

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

 a { background-color: rgb(226,17,58); }

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

border-color css

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

 span { border-color: rgb(226,17,58); }

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