Html Css Color HEX #E30341 Crimson

📋 copy color: '#E30341'

red 227 ◦ green 3 ◦ blue 65

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

Shades of Crimson #E30341

Tints of Crimson #E30341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 76.95%
G = 1.02%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E30341 (or 0xE30341) is known color: Crimson. HEX triplet: E3, 03 and 41. RGB value is (227,3,65). Sum of RGB (Red+Green+Blue) = 227+3+65=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E30341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30341 is #1CFCBE. Grayscale: #4D4D4D. Windows color (decimal): -1899711 or 4260835. OLE color: 4260835.

HSL color Cylindrical-coordinate representation of color #E30341: hue angle of 343.39º 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 #E30341 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 65 -
CMYK 0 0.99 0.71 0.11
HSL 343.39º 0.97% 0.45% -
HSV(B) 343.39º 0.99% 0.89% -
XYZ 32.67 16.78 6.52 -
YUV 77.04 121.21 234.96 -
System Red Green Blue C M Y K H S L
Decimal 227 3 65 0 0.99 0.71 0.11 343.39 0.97 0.45
Hex E3 3 41 0 63 47 B 157 61 2D
Octal 343 3 101 0 143 107 13 527 141 55
Binary 11100011 11 1000001 0 1100011 1000111 1011 101010111 1100001 101101

Color Harmonies of #E30341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30341

Black with #E30341

Text Example


Text Example

White with #E30341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30341; }

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

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

background-color css

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

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

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

border-color css

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

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

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