Html Css Color HEX #E41E40 Crimson

📋 copy color: '#E41E40'

red 228 ◦ green 30 ◦ blue 64

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

Shades of Crimson #E41E40

Tints of Crimson #E41E40

RGB

 RED value IS 228 (89.45% from 255) = 70.81%

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 70.81%
G = 9.32%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E41E40 (or 0xE41E40) is known color: Crimson. HEX triplet: E4, 1E and 40. RGB value is (228,30,64). Sum of RGB (Red+Green+Blue) = 228+30+64=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41E40 is #1BE1BF. Grayscale: #5D5D5D. Windows color (decimal): -1827264 or 4202212. OLE color: 4202212.

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

Color convert

RGB 228 30 64 -
CMYK 0 0.87 0.72 0.11
HSL 349.7º 0.79% 0.51% -
HSV(B) 349.7º 0.87% 0.89% -
XYZ 33.38 17.79 6.53 -
YUV 93.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 228 30 64 0 0.87 0.72 0.11 349.7 0.79 0.51
Hex E4 1E 40 0 57 48 B 15E 4F 33
Octal 344 36 100 0 127 110 13 536 117 63
Binary 11100100 11110 1000000 0 1010111 1001000 1011 101011110 1001111 110011

Color Harmonies of #E41E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41E40

Black with #E41E40

Text Example


Text Example

White with #E41E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41E40; }

 p { color: rgb(228,30,64); }

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

background-color css

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

 a { background-color: rgb(228,30,64); }

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

border-color css

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

 span { border-color: rgb(228,30,64); }

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