Html Css Color HEX #E4162E Crimson

📋 copy color: '#E4162E'

red 228 ◦ green 22 ◦ blue 46

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

Shades of Crimson #E4162E

Tints of Crimson #E4162E

RGB

 RED value IS 228 (89.45% from 255) = 77.03%

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 77.03%
G = 7.43%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4162E (or 0xE4162E) is known color: Crimson. HEX triplet: E4, 16 and 2E. RGB value is (228,22,46). Sum of RGB (Red+Green+Blue) = 228+22+46=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E4162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4162E is #1BE9D1. Grayscale: #565656. Windows color (decimal): -1829330 or 3020516. OLE color: 3020516.

HSL color Cylindrical-coordinate representation of color #E4162E: hue angle of 353.01º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4162E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 22 46 -
CMYK 0 0.90 0.80 0.11
HSL 353.01º 0.82% 0.49% -
HSV(B) 353.01º 0.9% 0.89% -
XYZ 32.77 17.27 4.19 -
YUV 86.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 228 22 46 0 0.90 0.80 0.11 353.01 0.82 0.49
Hex E4 16 2E 0 5A 50 B 161 52 31
Octal 344 26 56 0 132 120 13 541 122 61
Binary 11100100 10110 101110 0 1011010 1010000 1011 101100001 1010010 110001

Color Harmonies of #E4162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4162E

Black with #E4162E

Text Example


Text Example

White with #E4162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4162E; }

 p { color: rgb(228,22,46); }

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

background-color css

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

 a { background-color: rgb(228,22,46); }

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

border-color css

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

 span { border-color: rgb(228,22,46); }

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