Html Css Color HEX #E1022E Crimson

📋 copy color: '#E1022E'

red 225 ◦ green 2 ◦ blue 46

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

Shades of Crimson #E1022E

Tints of Crimson #E1022E

RGB

 RED value IS 225 (88.28% from 255) = 82.42%

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 82.42%
G = 0.73%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1022E (or 0xE1022E) is known color: Crimson. HEX triplet: E1, 02 and 2E. RGB value is (225,2,46). Sum of RGB (Red+Green+Blue) = 225+2+46=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1022E is #1EFDD1. Grayscale: #494949. Windows color (decimal): -2031058 or 3015393. OLE color: 3015393.

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

Color convert

RGB 225 2 46 -
CMYK 0 0.99 0.80 0.12
HSL 348.16º 0.98% 0.45% -
HSV(B) 348.16º 0.99% 0.88% -
XYZ 31.57 16.25 4.06 -
YUV 73.69 112.38 235.92 -
System Red Green Blue C M Y K H S L
Decimal 225 2 46 0 0.99 0.80 0.12 348.16 0.98 0.45
Hex E1 2 2E 0 63 50 C 15C 62 2D
Octal 341 2 56 0 143 120 14 534 142 55
Binary 11100001 10 101110 0 1100011 1010000 1100 101011100 1100010 101101

Color Harmonies of #E1022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1022E

Black with #E1022E

Text Example


Text Example

White with #E1022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1022E; }

 p { color: rgb(225,2,46); }

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

background-color css

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

 a { background-color: rgb(225,2,46); }

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

border-color css

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

 span { border-color: rgb(225,2,46); }

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