Html Css Color HEX #E41141 Crimson

📋 copy color: '#E41141'

red 228 ◦ green 17 ◦ blue 65

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

Shades of Crimson #E41141

Tints of Crimson #E41141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 73.55%
G = 5.48%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E41141 (or 0xE41141) is known color: Crimson. HEX triplet: E4, 11 and 41. RGB value is (228,17,65). Sum of RGB (Red+Green+Blue) = 228+17+65=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E41141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41141 is #1BEEBE. Grayscale: #555555. Windows color (decimal): -1830591 or 4264420. OLE color: 4264420.

HSL color Cylindrical-coordinate representation of color #E41141: hue angle of 346.35º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41141 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 17 65 -
CMYK 0 0.93 0.71 0.11
HSL 346.35º 0.86% 0.48% -
HSV(B) 346.35º 0.93% 0.89% -
XYZ 33.15 17.28 6.59 -
YUV 85.56 116.4 229.6 -
System Red Green Blue C M Y K H S L
Decimal 228 17 65 0 0.93 0.71 0.11 346.35 0.86 0.48
Hex E4 11 41 0 5D 47 B 15A 56 30
Octal 344 21 101 0 135 107 13 532 126 60
Binary 11100100 10001 1000001 0 1011101 1000111 1011 101011010 1010110 110000

Color Harmonies of #E41141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41141

Black with #E41141

Text Example


Text Example

White with #E41141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41141; }

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

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

background-color css

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

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

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

border-color css

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

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

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