Html Css Color HEX #E41544 Crimson

📋 copy color: '#E41544'

red 228 ◦ green 21 ◦ blue 68

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

Shades of Crimson #E41544

Tints of Crimson #E41544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 71.92%
G = 6.62%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E41544 (or 0xE41544) is known color: Crimson. HEX triplet: E4, 15 and 44. RGB value is (228,21,68). Sum of RGB (Red+Green+Blue) = 228+21+68=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E41544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41544 is #1BEABB. Grayscale: #585858. Windows color (decimal): -1829564 or 4462052. OLE color: 4462052.

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

Color convert

RGB 228 21 68 -
CMYK 0 0.91 0.70 0.11
HSL 346.38º 0.83% 0.49% -
HSV(B) 346.38º 0.91% 0.89% -
XYZ 33.31 17.45 7.08 -
YUV 88.25 116.58 227.68 -
System Red Green Blue C M Y K H S L
Decimal 228 21 68 0 0.91 0.70 0.11 346.38 0.83 0.49
Hex E4 15 44 0 5B 46 B 15A 53 31
Octal 344 25 104 0 133 106 13 532 123 61
Binary 11100100 10101 1000100 0 1011011 1000110 1011 101011010 1010011 110001

Color Harmonies of #E41544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41544

Black with #E41544

Text Example


Text Example

White with #E41544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41544; }

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

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

background-color css

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

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

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

border-color css

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

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

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