Html Css Color HEX #E21E3D Crimson

📋 copy color: '#E21E3D'

red 226 ◦ green 30 ◦ blue 61

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

Shades of Crimson #E21E3D

Tints of Crimson #E21E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 71.29%
G = 9.46%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E21E3D (or 0xE21E3D) is known color: Crimson. HEX triplet: E2, 1E and 3D. RGB value is (226,30,61). Sum of RGB (Red+Green+Blue) = 226+30+61=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E3D is #1DE1C2. Grayscale: #5C5C5C. Windows color (decimal): -1958339 or 4005602. OLE color: 4005602.

HSL color Cylindrical-coordinate representation of color #E21E3D: hue angle of 350.51º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E3D is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 61 -
CMYK 0 0.87 0.73 0.11
HSL 350.51º 0.77% 0.5% -
HSV(B) 350.51º 0.87% 0.89% -
XYZ 32.67 17.43 6.06 -
YUV 92.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 226 30 61 0 0.87 0.73 0.11 350.51 0.77 0.5
Hex E2 1E 3D 0 57 49 B 15F 4D 32
Octal 342 36 75 0 127 111 13 537 115 62
Binary 11100010 11110 111101 0 1010111 1001001 1011 101011111 1001101 110010

Color Harmonies of #E21E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E3D

Black with #E21E3D

Text Example


Text Example

White with #E21E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E3D; }

 p { color: rgb(226,30,61); }

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

background-color css

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

 a { background-color: rgb(226,30,61); }

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

border-color css

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

 span { border-color: rgb(226,30,61); }

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