Html Css Color HEX #E2022C Crimson

📋 copy color: '#E2022C'

red 226 ◦ green 2 ◦ blue 44

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

Shades of Crimson #E2022C

Tints of Crimson #E2022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 83.09%
G = 0.74%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2022C (or 0xE2022C) is known color: Crimson. HEX triplet: E2, 02 and 2C. RGB value is (226,2,44). Sum of RGB (Red+Green+Blue) = 226+2+44=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E2022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2022C is #1DFDD3. Grayscale: #494949. Windows color (decimal): -1965524 or 2884322. OLE color: 2884322.

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

Color convert

RGB 226 2 44 -
CMYK 0 0.99 0.81 0.11
HSL 348.75º 0.98% 0.45% -
HSV(B) 348.75º 0.99% 0.89% -
XYZ 31.84 16.39 3.87 -
YUV 73.76 111.21 236.58 -
System Red Green Blue C M Y K H S L
Decimal 226 2 44 0 0.99 0.81 0.11 348.75 0.98 0.45
Hex E2 2 2C 0 63 51 B 15D 62 2D
Octal 342 2 54 0 143 121 13 535 142 55
Binary 11100010 10 101100 0 1100011 1010001 1011 101011101 1100010 101101

Color Harmonies of #E2022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2022C

Black with #E2022C

Text Example


Text Example

White with #E2022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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