Html Css Color HEX #E32042 Crimson

📋 copy color: '#E32042'

red 227 ◦ green 32 ◦ blue 66

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

Shades of Crimson #E32042

Tints of Crimson #E32042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

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

R = 69.85%
G = 9.85%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E32042 (or 0xE32042) is known color: Crimson. HEX triplet: E3, 20 and 42. RGB value is (227,32,66). Sum of RGB (Red+Green+Blue) = 227+32+66=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E32042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32042 is #1CDFBD. Grayscale: #5E5E5E. Windows color (decimal): -1892286 or 4333795. OLE color: 4333795.

HSL color Cylindrical-coordinate representation of color #E32042: hue angle of 349.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32042 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 66 -
CMYK 0 0.86 0.71 0.11
HSL 349.54º 0.78% 0.51% -
HSV(B) 349.54º 0.86% 0.89% -
XYZ 33.18 17.76 6.83 -
YUV 94.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 227 32 66 0 0.86 0.71 0.11 349.54 0.78 0.51
Hex E3 20 42 0 56 47 B 15E 4E 33
Octal 343 40 102 0 126 107 13 536 116 63
Binary 11100011 100000 1000010 0 1010110 1000111 1011 101011110 1001110 110011

Color Harmonies of #E32042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32042

Black with #E32042

Text Example


Text Example

White with #E32042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32042; }

 p { color: rgb(227,32,66); }

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

background-color css

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

 a { background-color: rgb(227,32,66); }

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

border-color css

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

 span { border-color: rgb(227,32,66); }

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