Html Css Color HEX #E2172E Crimson

📋 copy color: '#E2172E'

red 226 ◦ green 23 ◦ blue 46

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

Shades of Crimson #E2172E

Tints of Crimson #E2172E

RGB

 RED value IS 226 (88.67% from 255) = 76.61%

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 76.61%
G = 7.8%
B = 15.59%

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

#E2172E (or 0xE2172E) is known color: Crimson. HEX triplet: E2, 17 and 2E. RGB value is (226,23,46). Sum of RGB (Red+Green+Blue) = 226+23+46=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2172E is #1DE8D1. Grayscale: #565656. Windows color (decimal): -1960146 or 3020770. OLE color: 3020770.

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

Color convert

RGB 226 23 46 -
CMYK 0 0.90 0.80 0.11
HSL 353.2º 0.82% 0.49% -
HSV(B) 353.2º 0.9% 0.89% -
XYZ 32.16 16.98 4.17 -
YUV 86.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 226 23 46 0 0.90 0.80 0.11 353.2 0.82 0.49
Hex E2 17 2E 0 5A 50 B 161 52 31
Octal 342 27 56 0 132 120 13 541 122 61
Binary 11100010 10111 101110 0 1011010 1010000 1011 101100001 1010010 110001

Color Harmonies of #E2172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2172E

Black with #E2172E

Text Example


Text Example

White with #E2172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2172E; }

 p { color: rgb(226,23,46); }

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

background-color css

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

 a { background-color: rgb(226,23,46); }

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

border-color css

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

 span { border-color: rgb(226,23,46); }

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