Html Css Color HEX #E21441 Crimson

📋 copy color: '#E21441'

red 226 ◦ green 20 ◦ blue 65

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

Shades of Crimson #E21441

Tints of Crimson #E21441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 72.67%
G = 6.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E21441 (or 0xE21441) is known color: Crimson. HEX triplet: E2, 14 and 41. RGB value is (226,20,65). Sum of RGB (Red+Green+Blue) = 226+20+65=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E21441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21441 is #1DEBBE. Grayscale: #565656. Windows color (decimal): -1960895 or 4265186. OLE color: 4265186.

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

Color convert

RGB 226 20 65 -
CMYK 0 0.91 0.71 0.11
HSL 346.89º 0.84% 0.48% -
HSV(B) 346.89º 0.91% 0.89% -
XYZ 32.57 17.05 6.58 -
YUV 86.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 226 20 65 0 0.91 0.71 0.11 346.89 0.84 0.48
Hex E2 14 41 0 5B 47 B 15B 54 30
Octal 342 24 101 0 133 107 13 533 124 60
Binary 11100010 10100 1000001 0 1011011 1000111 1011 101011011 1010100 110000

Color Harmonies of #E21441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21441

Black with #E21441

Text Example


Text Example

White with #E21441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21441; }

 p { color: rgb(226,20,65); }

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

background-color css

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

 a { background-color: rgb(226,20,65); }

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

border-color css

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

 span { border-color: rgb(226,20,65); }

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