Html Css Color HEX #E1113A Crimson

📋 copy color: '#E1113A'

red 225 ◦ green 17 ◦ blue 58

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

Shades of Crimson #E1113A

Tints of Crimson #E1113A

RGB

 RED value IS 225 (88.28% from 255) = 75%

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

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

R = 75%
G = 5.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1113A (or 0xE1113A) is known color: Crimson. HEX triplet: E1, 11 and 3A. RGB value is (225,17,58). Sum of RGB (Red+Green+Blue) = 225+17+58=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1113A is #1EEEC5. Grayscale: #535353. Windows color (decimal): -2027206 or 3805665. OLE color: 3805665.

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

Color convert

RGB 225 17 58 -
CMYK 0 0.92 0.74 0.12
HSL 348.17º 0.86% 0.47% -
HSV(B) 348.17º 0.92% 0.88% -
XYZ 32.02 16.71 5.54 -
YUV 83.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 225 17 58 0 0.92 0.74 0.12 348.17 0.86 0.47
Hex E1 11 3A 0 5C 4A C 15C 56 2F
Octal 341 21 72 0 134 112 14 534 126 57
Binary 11100001 10001 111010 0 1011100 1001010 1100 101011100 1010110 101111

Color Harmonies of #E1113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1113A

Black with #E1113A

Text Example


Text Example

White with #E1113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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