Html Css Color HEX #E2152C Crimson

📋 copy color: '#E2152C'

red 226 ◦ green 21 ◦ blue 44

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

Shades of Crimson #E2152C

Tints of Crimson #E2152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 77.66%
G = 7.22%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2152C (or 0xE2152C) is known color: Crimson. HEX triplet: E2, 15 and 2C. RGB value is (226,21,44). Sum of RGB (Red+Green+Blue) = 226+21+44=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2152C is #1DEAD3. Grayscale: #555555. Windows color (decimal): -1960660 or 2889186. OLE color: 2889186.

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

Color convert

RGB 226 21 44 -
CMYK 0 0.91 0.81 0.11
HSL 353.27º 0.83% 0.48% -
HSV(B) 353.27º 0.91% 0.89% -
XYZ 32.09 16.89 3.95 -
YUV 84.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 226 21 44 0 0.91 0.81 0.11 353.27 0.83 0.48
Hex E2 15 2C 0 5B 51 B 161 53 30
Octal 342 25 54 0 133 121 13 541 123 60
Binary 11100010 10101 101100 0 1011011 1010001 1011 101100001 1010011 110000

Color Harmonies of #E2152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2152C

Black with #E2152C

Text Example


Text Example

White with #E2152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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