Html Css Color HEX #E5112C Crimson

📋 copy color: '#E5112C'

red 229 ◦ green 17 ◦ blue 44

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

Shades of Crimson #E5112C

Tints of Crimson #E5112C

RGB

 RED value IS 229 (89.84% from 255) = 78.97%

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

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

R = 78.97%
G = 5.86%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5112C (or 0xE5112C) is known color: Crimson. HEX triplet: E5, 11 and 2C. RGB value is (229,17,44). Sum of RGB (Red+Green+Blue) = 229+17+44=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5112C is #1AEED3. Grayscale: #535353. Windows color (decimal): -1765076 or 2888165. OLE color: 2888165.

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

Color convert

RGB 229 17 44 -
CMYK 0 0.93 0.81 0.10
HSL 352.36º 0.86% 0.48% -
HSV(B) 352.36º 0.93% 0.9% -
XYZ 32.97 17.24 3.97 -
YUV 83.47 105.74 231.8 -
System Red Green Blue C M Y K H S L
Decimal 229 17 44 0 0.93 0.81 0.10 352.36 0.86 0.48
Hex E5 11 2C 0 5D 51 A 160 56 30
Octal 345 21 54 0 135 121 12 540 126 60
Binary 11100101 10001 101100 0 1011101 1010001 1010 101100000 1010110 110000

Color Harmonies of #E5112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5112C

Black with #E5112C

Text Example


Text Example

White with #E5112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5112C; }

 p { color: rgb(229,17,44); }

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

background-color css

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

 a { background-color: rgb(229,17,44); }

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

border-color css

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

 span { border-color: rgb(229,17,44); }

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