Html Css Color HEX #E71246 Crimson

📋 copy color: '#E71246'

red 231 ◦ green 18 ◦ blue 70

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

Shades of Crimson #E71246

Tints of Crimson #E71246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 72.41%
G = 5.64%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E71246 (or 0xE71246) is known color: Crimson. HEX triplet: E7, 12 and 46. RGB value is (231,18,70). Sum of RGB (Red+Green+Blue) = 231+18+70=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E71246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71246 is #18EDB9. Grayscale: #575757. Windows color (decimal): -1633722 or 4592359. OLE color: 4592359.

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

Color convert

RGB 231 18 70 -
CMYK 0 0.92 0.70 0.09
HSL 345.35º 0.86% 0.49% -
HSV(B) 345.35º 0.92% 0.91% -
XYZ 34.28 17.86 7.44 -
YUV 87.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 231 18 70 0 0.92 0.70 0.09 345.35 0.86 0.49
Hex E7 12 46 0 5C 46 9 159 56 31
Octal 347 22 106 0 134 106 11 531 126 61
Binary 11100111 10010 1000110 0 1011100 1000110 1001 101011001 1010110 110001

Color Harmonies of #E71246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71246

Black with #E71246

Text Example


Text Example

White with #E71246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71246; }

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

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

background-color css

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

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

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

border-color css

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

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

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