Html Css Color HEX #E71449 Crimson

📋 copy color: '#E71449'

red 231 ◦ green 20 ◦ blue 73

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

Shades of Crimson #E71449

Tints of Crimson #E71449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 71.3%
G = 6.17%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E71449 (or 0xE71449) is known color: Crimson. HEX triplet: E7, 14 and 49. RGB value is (231,20,73). Sum of RGB (Red+Green+Blue) = 231+20+73=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E71449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71449 is #18EBB6. Grayscale: #595959. Windows color (decimal): -1633207 or 4789479. OLE color: 4789479.

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

Color convert

RGB 231 20 73 -
CMYK 0 0.91 0.68 0.09
HSL 344.93º 0.84% 0.49% -
HSV(B) 344.93º 0.91% 0.91% -
XYZ 34.41 17.97 7.96 -
YUV 89.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 231 20 73 0 0.91 0.68 0.09 344.93 0.84 0.49
Hex E7 14 49 0 5B 44 9 159 54 31
Octal 347 24 111 0 133 104 11 531 124 61
Binary 11100111 10100 1001001 0 1011011 1000100 1001 101011001 1010100 110001

Color Harmonies of #E71449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71449

Black with #E71449

Text Example


Text Example

White with #E71449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71449; }

 p { color: rgb(231,20,73); }

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

background-color css

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

 a { background-color: rgb(231,20,73); }

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

border-color css

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

 span { border-color: rgb(231,20,73); }

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