Html Css Color HEX #E31129 Crimson

📋 copy color: '#E31129'

red 227 ◦ green 17 ◦ blue 41

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

Shades of Crimson #E31129

Tints of Crimson #E31129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 79.65%
G = 5.96%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E31129 (or 0xE31129) is known color: Crimson. HEX triplet: E3, 11 and 29. RGB value is (227,17,41). Sum of RGB (Red+Green+Blue) = 227+17+41=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E31129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31129 is #1CEED6. Grayscale: #525252. Windows color (decimal): -1896151 or 2691555. OLE color: 2691555.

HSL color Cylindrical-coordinate representation of color #E31129: hue angle of 353.14º 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 #E31129 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 41 -
CMYK 0 0.93 0.82 0.11
HSL 353.14º 0.86% 0.48% -
HSV(B) 353.14º 0.93% 0.89% -
XYZ 32.28 16.89 3.66 -
YUV 82.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 227 17 41 0 0.93 0.82 0.11 353.14 0.86 0.48
Hex E3 11 29 0 5D 52 B 161 56 30
Octal 343 21 51 0 135 122 13 541 126 60
Binary 11100011 10001 101001 0 1011101 1010010 1011 101100001 1010110 110000

Color Harmonies of #E31129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31129

Black with #E31129

Text Example


Text Example

White with #E31129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31129; }

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

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

background-color css

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

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

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

border-color css

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

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

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