Html Css Color HEX #E2142B Crimson

📋 copy color: '#E2142B'

red 226 ◦ green 20 ◦ blue 43

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

Shades of Crimson #E2142B

Tints of Crimson #E2142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 78.2%
G = 6.92%
B = 14.88%

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

#E2142B (or 0xE2142B) is known color: Crimson. HEX triplet: E2, 14 and 2B. RGB value is (226,20,43). Sum of RGB (Red+Green+Blue) = 226+20+43=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2142B is #1DEBD4. Grayscale: #545454. Windows color (decimal): -1960917 or 2823394. OLE color: 2823394.

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

Color convert

RGB 226 20 43 -
CMYK 0 0.91 0.81 0.11
HSL 353.3º 0.84% 0.48% -
HSV(B) 353.3º 0.91% 0.89% -
XYZ 32.05 16.84 3.85 -
YUV 84.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 226 20 43 0 0.91 0.81 0.11 353.3 0.84 0.48
Hex E2 14 2B 0 5B 51 B 161 54 30
Octal 342 24 53 0 133 121 13 541 124 60
Binary 11100010 10100 101011 0 1011011 1010001 1011 101100001 1010100 110000

Color Harmonies of #E2142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2142B

Black with #E2142B

Text Example


Text Example

White with #E2142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2142B; }

 p { color: rgb(226,20,43); }

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

background-color css

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

 a { background-color: rgb(226,20,43); }

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

border-color css

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

 span { border-color: rgb(226,20,43); }

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