Html Css Color HEX #E30040 Crimson

📋 copy color: '#E30040'

red 227 ◦ green 0 ◦ blue 64

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

Shades of Crimson #E30040

Tints of Crimson #E30040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 78.01%
G = 0%
B = 21.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E30040 (or 0xE30040) is known color: Crimson. HEX triplet: E3, 00 and 40. RGB value is (227,0,64). Sum of RGB (Red+Green+Blue) = 227+0+64=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E30040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30040 is #1CFFBF. Grayscale: #4B4B4B. Windows color (decimal): -1900480 or 4194531. OLE color: 4194531.

HSL color Cylindrical-coordinate representation of color #E30040: hue angle of 343.08º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30040 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 64 -
CMYK 0 1 0.72 0.11
HSL 343.08º 1% 0.45% -
HSV(B) 343.08º 1% 0.89% -
XYZ 32.6 16.7 6.36 -
YUV 75.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 227 0 64 0 1 0.72 0.11 343.08 1 0.45
Hex E3 0 40 0 64 48 B 157 64 2D
Octal 343 0 100 0 144 110 13 527 144 55
Binary 11100011 0 1000000 0 1100100 1001000 1011 101010111 1100100 101101

Color Harmonies of #E30040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30040

Black with #E30040

Text Example


Text Example

White with #E30040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30040; }

 p { color: rgb(227,0,64); }

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

background-color css

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

 a { background-color: rgb(227,0,64); }

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

border-color css

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

 span { border-color: rgb(227,0,64); }

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