Html Css Color HEX #E71946 Crimson

📋 copy color: '#E71946'

red 231 ◦ green 25 ◦ blue 70

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

Shades of Crimson #E71946

Tints of Crimson #E71946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 70.86%
G = 7.67%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E71946 (or 0xE71946) is known color: Crimson. HEX triplet: E7, 19 and 46. RGB value is (231,25,70). Sum of RGB (Red+Green+Blue) = 231+25+70=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E71946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71946 is #18E6B9. Grayscale: #5B5B5B. Windows color (decimal): -1631930 or 4594151. OLE color: 4594151.

HSL color Cylindrical-coordinate representation of color #E71946: hue angle of 346.89º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71946 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 25 70 -
CMYK 0 0.89 0.70 0.09
HSL 346.89º 0.81% 0.5% -
HSV(B) 346.89º 0.89% 0.91% -
XYZ 34.41 18.13 7.48 -
YUV 91.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 231 25 70 0 0.89 0.70 0.09 346.89 0.81 0.5
Hex E7 19 46 0 59 46 9 15B 51 32
Octal 347 31 106 0 131 106 11 533 121 62
Binary 11100111 11001 1000110 0 1011001 1000110 1001 101011011 1010001 110010

Color Harmonies of #E71946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71946

Black with #E71946

Text Example


Text Example

White with #E71946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71946; }

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

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

background-color css

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

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

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

border-color css

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

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

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