Html Css Color HEX #E71942 Crimson

📋 copy color: '#E71942'

red 231 ◦ green 25 ◦ blue 66

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

Shades of Crimson #E71942

Tints of Crimson #E71942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 71.74%
G = 7.76%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E71942 (or 0xE71942) is known color: Crimson. HEX triplet: E7, 19 and 42. RGB value is (231,25,66). Sum of RGB (Red+Green+Blue) = 231+25+66=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E71942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71942 is #18E6BD. Grayscale: #5B5B5B. Windows color (decimal): -1631934 or 4332007. OLE color: 4332007.

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

Color convert

RGB 231 25 66 -
CMYK 0 0.89 0.71 0.09
HSL 348.06º 0.81% 0.5% -
HSV(B) 348.06º 0.89% 0.91% -
XYZ 34.29 18.08 6.84 -
YUV 91.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 231 25 66 0 0.89 0.71 0.09 348.06 0.81 0.5
Hex E7 19 42 0 59 47 9 15C 51 32
Octal 347 31 102 0 131 107 11 534 121 62
Binary 11100111 11001 1000010 0 1011001 1000111 1001 101011100 1010001 110010

Color Harmonies of #E71942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71942

Black with #E71942

Text Example


Text Example

White with #E71942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71942; }

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

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

background-color css

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

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

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

border-color css

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

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

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