Html Css Color HEX #E41535 Crimson

📋 copy color: '#E41535'

red 228 ◦ green 21 ◦ blue 53

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

Shades of Crimson #E41535

Tints of Crimson #E41535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 75.5%
G = 6.95%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E41535 (or 0xE41535) is known color: Crimson. HEX triplet: E4, 15 and 35. RGB value is (228,21,53). Sum of RGB (Red+Green+Blue) = 228+21+53=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E41535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41535 is #1BEACA. Grayscale: #565656. Windows color (decimal): -1829579 or 3479012. OLE color: 3479012.

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

Color convert

RGB 228 21 53 -
CMYK 0 0.91 0.77 0.11
HSL 350.72º 0.83% 0.49% -
HSV(B) 350.72º 0.91% 0.89% -
XYZ 32.91 17.29 4.97 -
YUV 86.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 228 21 53 0 0.91 0.77 0.11 350.72 0.83 0.49
Hex E4 15 35 0 5B 4D B 15F 53 31
Octal 344 25 65 0 133 115 13 537 123 61
Binary 11100100 10101 110101 0 1011011 1001101 1011 101011111 1010011 110001

Color Harmonies of #E41535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41535

Black with #E41535

Text Example


Text Example

White with #E41535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41535; }

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

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

background-color css

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

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

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

border-color css

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

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

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