Html Css Color HEX #E2152E Crimson

📋 copy color: '#E2152E'

red 226 ◦ green 21 ◦ blue 46

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

Shades of Crimson #E2152E

Tints of Crimson #E2152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 77.13%
G = 7.17%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2152E (or 0xE2152E) is known color: Crimson. HEX triplet: E2, 15 and 2E. RGB value is (226,21,46). Sum of RGB (Red+Green+Blue) = 226+21+46=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2152E is #1DEAD1. Grayscale: #555555. Windows color (decimal): -1960658 or 3020258. OLE color: 3020258.

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

Color convert

RGB 226 21 46 -
CMYK 0 0.91 0.80 0.11
HSL 352.68º 0.83% 0.48% -
HSV(B) 352.68º 0.91% 0.89% -
XYZ 32.13 16.9 4.15 -
YUV 85.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 226 21 46 0 0.91 0.80 0.11 352.68 0.83 0.48
Hex E2 15 2E 0 5B 50 B 161 53 30
Octal 342 25 56 0 133 120 13 541 123 60
Binary 11100010 10101 101110 0 1011011 1010000 1011 101100001 1010011 110000

Color Harmonies of #E2152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2152E

Black with #E2152E

Text Example


Text Example

White with #E2152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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