Html Css Color HEX #E41546 Crimson

📋 copy color: '#E41546'

red 228 ◦ green 21 ◦ blue 70

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

Shades of Crimson #E41546

Tints of Crimson #E41546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 71.47%
G = 6.58%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E41546 (or 0xE41546) is known color: Crimson. HEX triplet: E4, 15 and 46. RGB value is (228,21,70). Sum of RGB (Red+Green+Blue) = 228+21+70=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E41546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41546 is #1BEAB9. Grayscale: #585858. Windows color (decimal): -1829562 or 4593124. OLE color: 4593124.

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

Color convert

RGB 228 21 70 -
CMYK 0 0.91 0.69 0.11
HSL 345.8º 0.83% 0.49% -
HSV(B) 345.8º 0.91% 0.89% -
XYZ 33.37 17.47 7.41 -
YUV 88.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 228 21 70 0 0.91 0.69 0.11 345.8 0.83 0.49
Hex E4 15 46 0 5B 45 B 15A 53 31
Octal 344 25 106 0 133 105 13 532 123 61
Binary 11100100 10101 1000110 0 1011011 1000101 1011 101011010 1010011 110001

Color Harmonies of #E41546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41546

Black with #E41546

Text Example


Text Example

White with #E41546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41546; }

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

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

background-color css

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

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

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

border-color css

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

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

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