Html Css Color HEX #E1112B Crimson

📋 copy color: '#E1112B'

red 225 ◦ green 17 ◦ blue 43

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

Shades of Crimson #E1112B

Tints of Crimson #E1112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 78.95%
G = 5.96%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1112B (or 0xE1112B) is known color: Crimson. HEX triplet: E1, 11 and 2B. RGB value is (225,17,43). Sum of RGB (Red+Green+Blue) = 225+17+43=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E1112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1112B is #1EEED4. Grayscale: #525252. Windows color (decimal): -2027221 or 2822625. OLE color: 2822625.

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

Color convert

RGB 225 17 43 -
CMYK 0 0.92 0.81 0.12
HSL 352.5º 0.86% 0.47% -
HSV(B) 352.5º 0.92% 0.88% -
XYZ 31.69 16.58 3.82 -
YUV 82.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 225 17 43 0 0.92 0.81 0.12 352.5 0.86 0.47
Hex E1 11 2B 0 5C 51 C 160 56 2F
Octal 341 21 53 0 134 121 14 540 126 57
Binary 11100001 10001 101011 0 1011100 1010001 1100 101100000 1010110 101111

Color Harmonies of #E1112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1112B

Black with #E1112B

Text Example


Text Example

White with #E1112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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