Html Css Color HEX #E41540 Crimson

📋 copy color: '#E41540'

red 228 ◦ green 21 ◦ blue 64

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

Shades of Crimson #E41540

Tints of Crimson #E41540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

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

R = 72.84%
G = 6.71%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E41540 (or 0xE41540) is known color: Crimson. HEX triplet: E4, 15 and 40. RGB value is (228,21,64). Sum of RGB (Red+Green+Blue) = 228+21+64=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E41540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41540 is #1BEABF. Grayscale: #575757. Windows color (decimal): -1829568 or 4199908. OLE color: 4199908.

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

Color convert

RGB 228 21 64 -
CMYK 0 0.91 0.72 0.11
HSL 347.54º 0.83% 0.49% -
HSV(B) 347.54º 0.91% 0.89% -
XYZ 33.19 17.4 6.46 -
YUV 87.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 228 21 64 0 0.91 0.72 0.11 347.54 0.83 0.49
Hex E4 15 40 0 5B 48 B 15C 53 31
Octal 344 25 100 0 133 110 13 534 123 61
Binary 11100100 10101 1000000 0 1011011 1001000 1011 101011100 1010011 110001

Color Harmonies of #E41540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41540

Black with #E41540

Text Example


Text Example

White with #E41540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41540; }

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

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

background-color css

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

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

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

border-color css

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

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

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