Html Css Color HEX #E30340 Crimson

📋 copy color: '#E30340'

red 227 ◦ green 3 ◦ blue 64

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

Shades of Crimson #E30340

Tints of Crimson #E30340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 77.21%
G = 1.02%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E30340 (or 0xE30340) is known color: Crimson. HEX triplet: E3, 03 and 40. RGB value is (227,3,64). Sum of RGB (Red+Green+Blue) = 227+3+64=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E30340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30340 is #1CFCBF. Grayscale: #4C4C4C. Windows color (decimal): -1899712 or 4195299. OLE color: 4195299.

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

Color convert

RGB 227 3 64 -
CMYK 0 0.99 0.72 0.11
HSL 343.66º 0.97% 0.45% -
HSV(B) 343.66º 0.99% 0.89% -
XYZ 32.64 16.77 6.37 -
YUV 76.93 120.71 235.04 -
System Red Green Blue C M Y K H S L
Decimal 227 3 64 0 0.99 0.72 0.11 343.66 0.97 0.45
Hex E3 3 40 0 63 48 B 158 61 2D
Octal 343 3 100 0 143 110 13 530 141 55
Binary 11100011 11 1000000 0 1100011 1001000 1011 101011000 1100001 101101

Color Harmonies of #E30340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30340

Black with #E30340

Text Example


Text Example

White with #E30340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30340; }

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

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

background-color css

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

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

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

border-color css

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

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

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