Html Css Color HEX #E41541 Crimson

📋 copy color: '#E41541'

red 228 ◦ green 21 ◦ blue 65

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

Shades of Crimson #E41541

Tints of Crimson #E41541

RGB

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

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

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

R = 72.61%
G = 6.69%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E41541 (or 0xE41541) is known color: Crimson. HEX triplet: E4, 15 and 41. RGB value is (228,21,65). Sum of RGB (Red+Green+Blue) = 228+21+65=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E41541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41541 is #1BEABE. Grayscale: #575757. Windows color (decimal): -1829567 or 4265444. OLE color: 4265444.

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

Color convert

RGB 228 21 65 -
CMYK 0 0.91 0.71 0.11
HSL 347.25º 0.83% 0.49% -
HSV(B) 347.25º 0.91% 0.89% -
XYZ 33.22 17.41 6.61 -
YUV 87.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 228 21 65 0 0.91 0.71 0.11 347.25 0.83 0.49
Hex E4 15 41 0 5B 47 B 15B 53 31
Octal 344 25 101 0 133 107 13 533 123 61
Binary 11100100 10101 1000001 0 1011011 1000111 1011 101011011 1010011 110001

Color Harmonies of #E41541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41541

Black with #E41541

Text Example


Text Example

White with #E41541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41541; }

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

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

background-color css

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

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

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

border-color css

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

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

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