Html Css Color HEX #E0022E Crimson

📋 copy color: '#E0022E'

red 224 ◦ green 2 ◦ blue 46

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

Shades of Crimson #E0022E

Tints of Crimson #E0022E

RGB

 RED value IS 224 (87.89% from 255) = 82.35%

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

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

R = 82.35%
G = 0.74%
B = 16.91%

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

#E0022E (or 0xE0022E) is known color: Crimson. HEX triplet: E0, 02 and 2E. RGB value is (224,2,46). Sum of RGB (Red+Green+Blue) = 224+2+46=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0022E is #1FFDD1. Grayscale: #494949. Windows color (decimal): -2096594 or 3015392. OLE color: 3015392.

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

Color convert

RGB 224 2 46 -
CMYK 0 0.99 0.79 0.12
HSL 348.11º 0.98% 0.44% -
HSV(B) 348.11º 0.99% 0.88% -
XYZ 31.26 16.09 4.04 -
YUV 73.39 112.55 235.42 -
System Red Green Blue C M Y K H S L
Decimal 224 2 46 0 0.99 0.79 0.12 348.11 0.98 0.44
Hex E0 2 2E 0 63 4F C 15C 62 2C
Octal 340 2 56 0 143 117 14 534 142 54
Binary 11100000 10 101110 0 1100011 1001111 1100 101011100 1100010 101100

Color Harmonies of #E0022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0022E

Black with #E0022E

Text Example


Text Example

White with #E0022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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