Html Css Color HEX #E21540 Crimson

📋 copy color: '#E21540'

red 226 ◦ green 21 ◦ blue 64

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

Shades of Crimson #E21540

Tints of Crimson #E21540

RGB

 RED value IS 226 (88.67% from 255) = 72.67%

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 72.67%
G = 6.75%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E21540 (or 0xE21540) is known color: Crimson. HEX triplet: E2, 15 and 40. RGB value is (226,21,64). Sum of RGB (Red+Green+Blue) = 226+21+64=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E21540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21540 is #1DEABF. Grayscale: #575757. Windows color (decimal): -1960640 or 4199906. OLE color: 4199906.

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

Color convert

RGB 226 21 64 -
CMYK 0 0.91 0.72 0.11
HSL 347.41º 0.83% 0.48% -
HSV(B) 347.41º 0.91% 0.89% -
XYZ 32.56 17.08 6.43 -
YUV 87.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 226 21 64 0 0.91 0.72 0.11 347.41 0.83 0.48
Hex E2 15 40 0 5B 48 B 15B 53 30
Octal 342 25 100 0 133 110 13 533 123 60
Binary 11100010 10101 1000000 0 1011011 1001000 1011 101011011 1010011 110000

Color Harmonies of #E21540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21540

Black with #E21540

Text Example


Text Example

White with #E21540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21540; }

 p { color: rgb(226,21,64); }

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

background-color css

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

 a { background-color: rgb(226,21,64); }

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

border-color css

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

 span { border-color: rgb(226,21,64); }

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