Html Css Color HEX #E2132C Crimson

📋 copy color: '#E2132C'

red 226 ◦ green 19 ◦ blue 44

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

Shades of Crimson #E2132C

Tints of Crimson #E2132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 78.2%
G = 6.57%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2132C (or 0xE2132C) is known color: Crimson. HEX triplet: E2, 13 and 2C. RGB value is (226,19,44). Sum of RGB (Red+Green+Blue) = 226+19+44=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2132C is #1DECD3. Grayscale: #535353. Windows color (decimal): -1961172 or 2888674. OLE color: 2888674.

HSL color Cylindrical-coordinate representation of color #E2132C: hue angle of 352.75º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2132C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 44 -
CMYK 0 0.92 0.81 0.11
HSL 352.75º 0.84% 0.48% -
HSV(B) 352.75º 0.92% 0.89% -
XYZ 32.05 16.82 3.94 -
YUV 83.74 105.58 229.47 -
System Red Green Blue C M Y K H S L
Decimal 226 19 44 0 0.92 0.81 0.11 352.75 0.84 0.48
Hex E2 13 2C 0 5C 51 B 161 54 30
Octal 342 23 54 0 134 121 13 541 124 60
Binary 11100010 10011 101100 0 1011100 1010001 1011 101100001 1010100 110000

Color Harmonies of #E2132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2132C

Black with #E2132C

Text Example


Text Example

White with #E2132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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