Html Css Color HEX #E2072A Crimson

📋 copy color: '#E2072A'

red 226 ◦ green 7 ◦ blue 42

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

Shades of Crimson #E2072A

Tints of Crimson #E2072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 82.18%
G = 2.55%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2072A (or 0xE2072A) is known color: Crimson. HEX triplet: E2, 07 and 2A. RGB value is (226,7,42). Sum of RGB (Red+Green+Blue) = 226+7+42=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2072A is #1DF8D5. Grayscale: #4C4C4C. Windows color (decimal): -1964246 or 2754530. OLE color: 2754530.

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

Color convert

RGB 226 7 42 -
CMYK 0 0.97 0.81 0.11
HSL 350.41º 0.94% 0.46% -
HSV(B) 350.41º 0.97% 0.89% -
XYZ 31.86 16.49 3.69 -
YUV 76.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 226 7 42 0 0.97 0.81 0.11 350.41 0.94 0.46
Hex E2 7 2A 0 61 51 B 15E 5E 2E
Octal 342 7 52 0 141 121 13 536 136 56
Binary 11100010 111 101010 0 1100001 1010001 1011 101011110 1011110 101110

Color Harmonies of #E2072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2072A

Black with #E2072A

Text Example


Text Example

White with #E2072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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