Html Css Color HEX #E3113A Crimson

📋 copy color: '#E3113A'

red 227 ◦ green 17 ◦ blue 58

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

Shades of Crimson #E3113A

Tints of Crimson #E3113A

RGB

 RED value IS 227 (89.06% from 255) = 75.17%

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

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

R = 75.17%
G = 5.63%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3113A (or 0xE3113A) is known color: Crimson. HEX triplet: E3, 11 and 3A. RGB value is (227,17,58). Sum of RGB (Red+Green+Blue) = 227+17+58=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E3113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3113A is #1CEEC5. Grayscale: #545454. Windows color (decimal): -1896134 or 3805667. OLE color: 3805667.

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

Color convert

RGB 227 17 58 -
CMYK 0 0.93 0.74 0.11
HSL 348.29º 0.86% 0.48% -
HSV(B) 348.29º 0.93% 0.89% -
XYZ 32.64 17.04 5.57 -
YUV 84.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 227 17 58 0 0.93 0.74 0.11 348.29 0.86 0.48
Hex E3 11 3A 0 5D 4A B 15C 56 30
Octal 343 21 72 0 135 112 13 534 126 60
Binary 11100011 10001 111010 0 1011101 1001010 1011 101011100 1010110 110000

Color Harmonies of #E3113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3113A

Black with #E3113A

Text Example


Text Example

White with #E3113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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