Html Css Color HEX #E3022E Crimson

📋 copy color: '#E3022E'

red 227 ◦ green 2 ◦ blue 46

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

Shades of Crimson #E3022E

Tints of Crimson #E3022E

RGB

 RED value IS 227 (89.06% from 255) = 82.55%

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

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

R = 82.55%
G = 0.73%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3022E (or 0xE3022E) is known color: Crimson. HEX triplet: E3, 02 and 2E. RGB value is (227,2,46). Sum of RGB (Red+Green+Blue) = 227+2+46=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3022E is #1CFDD1. Grayscale: #4A4A4A. Windows color (decimal): -1899986 or 3015395. OLE color: 3015395.

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

Color convert

RGB 227 2 46 -
CMYK 0 0.99 0.80 0.11
HSL 348.27º 0.98% 0.45% -
HSV(B) 348.27º 0.99% 0.89% -
XYZ 32.19 16.57 4.09 -
YUV 74.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 227 2 46 0 0.99 0.80 0.11 348.27 0.98 0.45
Hex E3 2 2E 0 63 50 B 15C 62 2D
Octal 343 2 56 0 143 120 13 534 142 55
Binary 11100011 10 101110 0 1100011 1010000 1011 101011100 1100010 101101

Color Harmonies of #E3022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3022E

Black with #E3022E

Text Example


Text Example

White with #E3022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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