Html Css Color HEX #E1022F Crimson

📋 copy color: '#E1022F'

red 225 ◦ green 2 ◦ blue 47

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

Shades of Crimson #E1022F

Tints of Crimson #E1022F

RGB

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

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

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

R = 82.12%
G = 0.73%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1022F (or 0xE1022F) is known color: Crimson. HEX triplet: E1, 02 and 2F. RGB value is (225,2,47). Sum of RGB (Red+Green+Blue) = 225+2+47=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1022F is #1EFDD0. Grayscale: #494949. Windows color (decimal): -2031057 or 3080929. OLE color: 3080929.

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

Color convert

RGB 225 2 47 -
CMYK 0 0.99 0.79 0.12
HSL 347.89º 0.98% 0.45% -
HSV(B) 347.89º 0.99% 0.88% -
XYZ 31.59 16.26 4.16 -
YUV 73.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 225 2 47 0 0.99 0.79 0.12 347.89 0.98 0.45
Hex E1 2 2F 0 63 4F C 15C 62 2D
Octal 341 2 57 0 143 117 14 534 142 55
Binary 11100001 10 101111 0 1100011 1001111 1100 101011100 1100010 101101

Color Harmonies of #E1022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1022F

Black with #E1022F

Text Example


Text Example

White with #E1022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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