Html Css Color HEX #E2022F Crimson

📋 copy color: '#E2022F'

red 226 ◦ green 2 ◦ blue 47

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

Shades of Crimson #E2022F

Tints of Crimson #E2022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 82.18%
G = 0.73%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2022F (or 0xE2022F) is known color: Crimson. HEX triplet: E2, 02 and 2F. RGB value is (226,2,47). Sum of RGB (Red+Green+Blue) = 226+2+47=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2022F is #1DFDD0. Grayscale: #4A4A4A. Windows color (decimal): -1965521 or 3080930. OLE color: 3080930.

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

Color convert

RGB 226 2 47 -
CMYK 0 0.99 0.79 0.11
HSL 347.95º 0.98% 0.45% -
HSV(B) 347.95º 0.99% 0.89% -
XYZ 31.9 16.42 4.18 -
YUV 74.11 112.71 236.34 -
System Red Green Blue C M Y K H S L
Decimal 226 2 47 0 0.99 0.79 0.11 347.95 0.98 0.45
Hex E2 2 2F 0 63 4F B 15C 62 2D
Octal 342 2 57 0 143 117 13 534 142 55
Binary 11100010 10 101111 0 1100011 1001111 1011 101011100 1100010 101101

Color Harmonies of #E2022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2022F

Black with #E2022F

Text Example


Text Example

White with #E2022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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