Html Css Color HEX #E31042 Crimson

📋 copy color: '#E31042'

red 227 ◦ green 16 ◦ blue 66

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

Shades of Crimson #E31042

Tints of Crimson #E31042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 73.46%
G = 5.18%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E31042 (or 0xE31042) is known color: Crimson. HEX triplet: E3, 10 and 42. RGB value is (227,16,66). Sum of RGB (Red+Green+Blue) = 227+16+66=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E31042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31042 is #1CEFBD. Grayscale: #545454. Windows color (decimal): -1896382 or 4329699. OLE color: 4329699.

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

Color convert

RGB 227 16 66 -
CMYK 0 0.93 0.71 0.11
HSL 345.78º 0.87% 0.48% -
HSV(B) 345.78º 0.93% 0.89% -
XYZ 32.85 17.09 6.72 -
YUV 84.79 117.4 229.43 -
System Red Green Blue C M Y K H S L
Decimal 227 16 66 0 0.93 0.71 0.11 345.78 0.87 0.48
Hex E3 10 42 0 5D 47 B 15A 57 30
Octal 343 20 102 0 135 107 13 532 127 60
Binary 11100011 10000 1000010 0 1011101 1000111 1011 101011010 1010111 110000

Color Harmonies of #E31042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31042

Black with #E31042

Text Example


Text Example

White with #E31042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31042; }

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

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

background-color css

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

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

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

border-color css

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

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

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