Html Css Color HEX #E21631 Crimson

📋 copy color: '#E21631'

red 226 ◦ green 22 ◦ blue 49

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

Shades of Crimson #E21631

Tints of Crimson #E21631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 76.09%
G = 7.41%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E21631 (or 0xE21631) is known color: Crimson. HEX triplet: E2, 16 and 31. RGB value is (226,22,49). Sum of RGB (Red+Green+Blue) = 226+22+49=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E21631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21631 is #1DE9CE. Grayscale: #565656. Windows color (decimal): -1960399 or 3217122. OLE color: 3217122.

HSL color Cylindrical-coordinate representation of color #E21631: hue angle of 352.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21631 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 49 -
CMYK 0 0.90 0.78 0.11
HSL 352.06º 0.82% 0.49% -
HSV(B) 352.06º 0.9% 0.89% -
XYZ 32.21 16.96 4.48 -
YUV 86.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 226 22 49 0 0.90 0.78 0.11 352.06 0.82 0.49
Hex E2 16 31 0 5A 4E B 160 52 31
Octal 342 26 61 0 132 116 13 540 122 61
Binary 11100010 10110 110001 0 1011010 1001110 1011 101100000 1010010 110001

Color Harmonies of #E21631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21631

Black with #E21631

Text Example


Text Example

White with #E21631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21631; }

 p { color: rgb(226,22,49); }

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

background-color css

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

 a { background-color: rgb(226,22,49); }

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

border-color css

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

 span { border-color: rgb(226,22,49); }

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