Html Css Color HEX #E2153F Crimson

📋 copy color: '#E2153F'

red 226 ◦ green 21 ◦ blue 63

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

Shades of Crimson #E2153F

Tints of Crimson #E2153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 72.9%
G = 6.77%
B = 20.32%

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

#E2153F (or 0xE2153F) is known color: Crimson. HEX triplet: E2, 15 and 3F. RGB value is (226,21,63). Sum of RGB (Red+Green+Blue) = 226+21+63=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2153F is #1DEAC0. Grayscale: #575757. Windows color (decimal): -1960641 or 4134370. OLE color: 4134370.

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

Color convert

RGB 226 21 63 -
CMYK 0 0.91 0.72 0.11
HSL 347.71º 0.83% 0.48% -
HSV(B) 347.71º 0.91% 0.89% -
XYZ 32.53 17.06 6.28 -
YUV 87.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 226 21 63 0 0.91 0.72 0.11 347.71 0.83 0.48
Hex E2 15 3F 0 5B 48 B 15C 53 30
Octal 342 25 77 0 133 110 13 534 123 60
Binary 11100010 10101 111111 0 1011011 1001000 1011 101011100 1010011 110000

Color Harmonies of #E2153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2153F

Black with #E2153F

Text Example


Text Example

White with #E2153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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