Html Css Color HEX #E2153B Crimson

📋 copy color: '#E2153B'

red 226 ◦ green 21 ◦ blue 59

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

Shades of Crimson #E2153B

Tints of Crimson #E2153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 73.86%
G = 6.86%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2153B (or 0xE2153B) is known color: Crimson. HEX triplet: E2, 15 and 3B. RGB value is (226,21,59). Sum of RGB (Red+Green+Blue) = 226+21+59=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2153B is #1DEAC4. Grayscale: #565656. Windows color (decimal): -1960645 or 3872226. OLE color: 3872226.

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

Color convert

RGB 226 21 59 -
CMYK 0 0.91 0.74 0.11
HSL 348.88º 0.83% 0.48% -
HSV(B) 348.88º 0.91% 0.89% -
XYZ 32.42 17.02 5.71 -
YUV 86.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 226 21 59 0 0.91 0.74 0.11 348.88 0.83 0.48
Hex E2 15 3B 0 5B 4A B 15D 53 30
Octal 342 25 73 0 133 112 13 535 123 60
Binary 11100010 10101 111011 0 1011011 1001010 1011 101011101 1010011 110000

Color Harmonies of #E2153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2153B

Black with #E2153B

Text Example


Text Example

White with #E2153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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