Html Css Color HEX #E41538 Crimson

📋 copy color: '#E41538'

red 228 ◦ green 21 ◦ blue 56

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

Shades of Crimson #E41538

Tints of Crimson #E41538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 74.75%
G = 6.89%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E41538 (or 0xE41538) is known color: Crimson. HEX triplet: E4, 15 and 38. RGB value is (228,21,56). Sum of RGB (Red+Green+Blue) = 228+21+56=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E41538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41538 is #1BEAC7. Grayscale: #565656. Windows color (decimal): -1829576 or 3675620. OLE color: 3675620.

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

Color convert

RGB 228 21 56 -
CMYK 0 0.91 0.75 0.11
HSL 349.86º 0.83% 0.49% -
HSV(B) 349.86º 0.91% 0.89% -
XYZ 32.98 17.32 5.35 -
YUV 86.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 228 21 56 0 0.91 0.75 0.11 349.86 0.83 0.49
Hex E4 15 38 0 5B 4B B 15E 53 31
Octal 344 25 70 0 133 113 13 536 123 61
Binary 11100100 10101 111000 0 1011011 1001011 1011 101011110 1010011 110001

Color Harmonies of #E41538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41538

Black with #E41538

Text Example


Text Example

White with #E41538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41538; }

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

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

background-color css

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

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

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

border-color css

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

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

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