Html Css Color HEX #E2022B Crimson

📋 copy color: '#E2022B'

red 226 ◦ green 2 ◦ blue 43

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

Shades of Crimson #E2022B

Tints of Crimson #E2022B

RGB

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

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

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

R = 83.39%
G = 0.74%
B = 15.87%

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

#E2022B (or 0xE2022B) is known color: Crimson. HEX triplet: E2, 02 and 2B. RGB value is (226,2,43). Sum of RGB (Red+Green+Blue) = 226+2+43=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2022B is #1DFDD4. Grayscale: #494949. Windows color (decimal): -1965525 or 2818786. OLE color: 2818786.

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

Color convert

RGB 226 2 43 -
CMYK 0 0.99 0.81 0.11
HSL 349.02º 0.98% 0.45% -
HSV(B) 349.02º 0.99% 0.89% -
XYZ 31.82 16.39 3.77 -
YUV 73.65 110.71 236.67 -
System Red Green Blue C M Y K H S L
Decimal 226 2 43 0 0.99 0.81 0.11 349.02 0.98 0.45
Hex E2 2 2B 0 63 51 B 15D 62 2D
Octal 342 2 53 0 143 121 13 535 142 55
Binary 11100010 10 101011 0 1100011 1010001 1011 101011101 1100010 101101

Color Harmonies of #E2022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2022B

Black with #E2022B

Text Example


Text Example

White with #E2022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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