Html Css Color HEX #E71A46 Crimson

📋 copy color: '#E71A46'

red 231 ◦ green 26 ◦ blue 70

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

Shades of Crimson #E71A46

Tints of Crimson #E71A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

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

R = 70.64%
G = 7.95%
B = 21.41%

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

#E71A46 (or 0xE71A46) is known color: Crimson. HEX triplet: E7, 1A and 46. RGB value is (231,26,70). Sum of RGB (Red+Green+Blue) = 231+26+70=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71A46 is #18E5B9. Grayscale: #5C5C5C. Windows color (decimal): -1631674 or 4594407. OLE color: 4594407.

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

Color convert

RGB 231 26 70 -
CMYK 0 0.89 0.70 0.09
HSL 347.12º 0.81% 0.5% -
HSV(B) 347.12º 0.89% 0.91% -
XYZ 34.43 18.17 7.49 -
YUV 92.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 231 26 70 0 0.89 0.70 0.09 347.12 0.81 0.5
Hex E7 1A 46 0 59 46 9 15B 51 32
Octal 347 32 106 0 131 106 11 533 121 62
Binary 11100111 11010 1000110 0 1011001 1000110 1001 101011011 1010001 110010

Color Harmonies of #E71A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A46

Black with #E71A46

Text Example


Text Example

White with #E71A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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