Html Css Color HEX #E31649 Crimson

📋 copy color: '#E31649'

red 227 ◦ green 22 ◦ blue 73

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

Shades of Crimson #E31649

Tints of Crimson #E31649

RGB

 RED value IS 227 (89.06% from 255) = 70.5%

 GREEN value IS 22 (8.98% from 255) = 6.83%

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

R = 70.5%
G = 6.83%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E31649 (or 0xE31649) is known color: Crimson. HEX triplet: E3, 16 and 49. RGB value is (227,22,73). Sum of RGB (Red+Green+Blue) = 227+22+73=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E31649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31649 is #1CE9B6. Grayscale: #595959. Windows color (decimal): -1894839 or 4789987. OLE color: 4789987.

HSL color Cylindrical-coordinate representation of color #E31649: hue angle of 345.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31649 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 73 -
CMYK 0 0.90 0.68 0.11
HSL 345.07º 0.82% 0.49% -
HSV(B) 345.07º 0.9% 0.89% -
XYZ 33.17 17.39 7.91 -
YUV 89.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 227 22 73 0 0.90 0.68 0.11 345.07 0.82 0.49
Hex E3 16 49 0 5A 44 B 159 52 31
Octal 343 26 111 0 132 104 13 531 122 61
Binary 11100011 10110 1001001 0 1011010 1000100 1011 101011001 1010010 110001

Color Harmonies of #E31649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31649

Black with #E31649

Text Example


Text Example

White with #E31649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31649; }

 p { color: rgb(227,22,73); }

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

background-color css

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

 a { background-color: rgb(227,22,73); }

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

border-color css

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

 span { border-color: rgb(227,22,73); }

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