Html Css Color HEX #E71229 Crimson

📋 copy color: '#E71229'

red 231 ◦ green 18 ◦ blue 41

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

Shades of Crimson #E71229

Tints of Crimson #E71229

RGB

 RED value IS 231 (90.63% from 255) = 79.66%

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 79.66%
G = 6.21%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E71229 (or 0xE71229) is known color: Crimson. HEX triplet: E7, 12 and 29. RGB value is (231,18,41). Sum of RGB (Red+Green+Blue) = 231+18+41=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E71229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71229 is #18EDD6. Grayscale: #545454. Windows color (decimal): -1633751 or 2691815. OLE color: 2691815.

HSL color Cylindrical-coordinate representation of color #E71229: hue angle of 353.52º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71229 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 41 -
CMYK 0 0.92 0.82 0.09
HSL 353.52º 0.86% 0.49% -
HSV(B) 353.52º 0.92% 0.91% -
XYZ 33.57 17.58 3.72 -
YUV 84.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 231 18 41 0 0.92 0.82 0.09 353.52 0.86 0.49
Hex E7 12 29 0 5C 52 9 162 56 31
Octal 347 22 51 0 134 122 11 542 126 61
Binary 11100111 10010 101001 0 1011100 1010010 1001 101100010 1010110 110001

Color Harmonies of #E71229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71229

Black with #E71229

Text Example


Text Example

White with #E71229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71229; }

 p { color: rgb(231,18,41); }

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

background-color css

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

 a { background-color: rgb(231,18,41); }

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

border-color css

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

 span { border-color: rgb(231,18,41); }

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