Html Css Color HEX #E3142C Crimson

📋 copy color: '#E3142C'

red 227 ◦ green 20 ◦ blue 44

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

Shades of Crimson #E3142C

Tints of Crimson #E3142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 78.01%
G = 6.87%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3142C (or 0xE3142C) is known color: Crimson. HEX triplet: E3, 14 and 2C. RGB value is (227,20,44). Sum of RGB (Red+Green+Blue) = 227+20+44=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E3142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3142C is #1CEBD3. Grayscale: #545454. Windows color (decimal): -1895380 or 2888931. OLE color: 2888931.

HSL color Cylindrical-coordinate representation of color #E3142C: hue angle of 353.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3142C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 44 -
CMYK 0 0.91 0.81 0.11
HSL 353.04º 0.84% 0.48% -
HSV(B) 353.04º 0.91% 0.89% -
XYZ 32.38 17.01 3.96 -
YUV 84.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 227 20 44 0 0.91 0.81 0.11 353.04 0.84 0.48
Hex E3 14 2C 0 5B 51 B 161 54 30
Octal 343 24 54 0 133 121 13 541 124 60
Binary 11100011 10100 101100 0 1011011 1010001 1011 101100001 1010100 110000

Color Harmonies of #E3142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3142C

Black with #E3142C

Text Example


Text Example

White with #E3142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3142C; }

 p { color: rgb(227,20,44); }

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

background-color css

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

 a { background-color: rgb(227,20,44); }

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

border-color css

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

 span { border-color: rgb(227,20,44); }

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