Html Css Color HEX #E3022F Crimson

📋 copy color: '#E3022F'

red 227 ◦ green 2 ◦ blue 47

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

Shades of Crimson #E3022F

Tints of Crimson #E3022F

RGB

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

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

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

R = 82.25%
G = 0.72%
B = 17.03%

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

#E3022F (or 0xE3022F) is known color: Crimson. HEX triplet: E3, 02 and 2F. RGB value is (227,2,47). Sum of RGB (Red+Green+Blue) = 227+2+47=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3022F is #1CFDD0. Grayscale: #4A4A4A. Windows color (decimal): -1899985 or 3080931. OLE color: 3080931.

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

Color convert

RGB 227 2 47 -
CMYK 0 0.99 0.79 0.11
HSL 348º 0.98% 0.45% -
HSV(B) 348º 0.99% 0.89% -
XYZ 32.21 16.58 4.19 -
YUV 74.41 112.54 236.84 -
System Red Green Blue C M Y K H S L
Decimal 227 2 47 0 0.99 0.79 0.11 348 0.98 0.45
Hex E3 2 2F 0 63 4F B 15C 62 2D
Octal 343 2 57 0 143 117 13 534 142 55
Binary 11100011 10 101111 0 1100011 1001111 1011 101011100 1100010 101101

Color Harmonies of #E3022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3022F

Black with #E3022F

Text Example


Text Example

White with #E3022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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