Html Css Color HEX #E41940 Crimson

📋 copy color: '#E41940'

red 228 ◦ green 25 ◦ blue 64

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

Shades of Crimson #E41940

Tints of Crimson #E41940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 71.92%
G = 7.89%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E41940 (or 0xE41940) is known color: Crimson. HEX triplet: E4, 19 and 40. RGB value is (228,25,64). Sum of RGB (Red+Green+Blue) = 228+25+64=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E41940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41940 is #1BE6BF. Grayscale: #5A5A5A. Windows color (decimal): -1828544 or 4200932. OLE color: 4200932.

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

Color convert

RGB 228 25 64 -
CMYK 0 0.89 0.72 0.11
HSL 348.47º 0.8% 0.5% -
HSV(B) 348.47º 0.89% 0.89% -
XYZ 33.27 17.56 6.49 -
YUV 90.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 228 25 64 0 0.89 0.72 0.11 348.47 0.8 0.5
Hex E4 19 40 0 59 48 B 15C 50 32
Octal 344 31 100 0 131 110 13 534 120 62
Binary 11100100 11001 1000000 0 1011001 1001000 1011 101011100 1010000 110010

Color Harmonies of #E41940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41940

Black with #E41940

Text Example


Text Example

White with #E41940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41940; }

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

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

background-color css

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

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

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

border-color css

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

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

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