Html Css Color HEX #E2142A Crimson

📋 copy color: '#E2142A'

red 226 ◦ green 20 ◦ blue 42

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

Shades of Crimson #E2142A

Tints of Crimson #E2142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 78.47%
G = 6.94%
B = 14.58%

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

#E2142A (or 0xE2142A) is known color: Crimson. HEX triplet: E2, 14 and 2A. RGB value is (226,20,42). Sum of RGB (Red+Green+Blue) = 226+20+42=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2142A is #1DEBD5. Grayscale: #545454. Windows color (decimal): -1960918 or 2757858. OLE color: 2757858.

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

Color convert

RGB 226 20 42 -
CMYK 0 0.91 0.81 0.11
HSL 353.59º 0.84% 0.48% -
HSV(B) 353.59º 0.91% 0.89% -
XYZ 32.03 16.84 3.75 -
YUV 84.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 226 20 42 0 0.91 0.81 0.11 353.59 0.84 0.48
Hex E2 14 2A 0 5B 51 B 162 54 30
Octal 342 24 52 0 133 121 13 542 124 60
Binary 11100010 10100 101010 0 1011011 1010001 1011 101100010 1010100 110000

Color Harmonies of #E2142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2142A

Black with #E2142A

Text Example


Text Example

White with #E2142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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