Html Css Color HEX #E71448 Crimson

📋 copy color: '#E71448'

red 231 ◦ green 20 ◦ blue 72

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

Shades of Crimson #E71448

Tints of Crimson #E71448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 71.52%
G = 6.19%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E71448 (or 0xE71448) is known color: Crimson. HEX triplet: E7, 14 and 48. RGB value is (231,20,72). Sum of RGB (Red+Green+Blue) = 231+20+72=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E71448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71448 is #18EBB7. Grayscale: #595959. Windows color (decimal): -1633208 or 4723943. OLE color: 4723943.

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

Color convert

RGB 231 20 72 -
CMYK 0 0.91 0.69 0.09
HSL 345.21º 0.84% 0.49% -
HSV(B) 345.21º 0.91% 0.91% -
XYZ 34.37 17.96 7.79 -
YUV 89.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 231 20 72 0 0.91 0.69 0.09 345.21 0.84 0.49
Hex E7 14 48 0 5B 45 9 159 54 31
Octal 347 24 110 0 133 105 11 531 124 61
Binary 11100111 10100 1001000 0 1011011 1000101 1001 101011001 1010100 110001

Color Harmonies of #E71448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71448

Black with #E71448

Text Example


Text Example

White with #E71448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71448; }

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

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

background-color css

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

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

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

border-color css

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

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

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