Html Css Color HEX #E2163C Crimson

📋 copy color: '#E2163C'

red 226 ◦ green 22 ◦ blue 60

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

Shades of Crimson #E2163C

Tints of Crimson #E2163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 73.38%
G = 7.14%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2163C (or 0xE2163C) is known color: Crimson. HEX triplet: E2, 16 and 3C. RGB value is (226,22,60). Sum of RGB (Red+Green+Blue) = 226+22+60=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2163C is #1DE9C3. Grayscale: #575757. Windows color (decimal): -1960388 or 3938018. OLE color: 3938018.

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

Color convert

RGB 226 22 60 -
CMYK 0 0.90 0.73 0.11
HSL 348.82º 0.82% 0.49% -
HSV(B) 348.82º 0.9% 0.89% -
XYZ 32.47 17.07 5.86 -
YUV 87.33 112.59 226.91 -
System Red Green Blue C M Y K H S L
Decimal 226 22 60 0 0.90 0.73 0.11 348.82 0.82 0.49
Hex E2 16 3C 0 5A 49 B 15D 52 31
Octal 342 26 74 0 132 111 13 535 122 61
Binary 11100010 10110 111100 0 1011010 1001001 1011 101011101 1010010 110001

Color Harmonies of #E2163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2163C

Black with #E2163C

Text Example


Text Example

White with #E2163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2163C; }

 p { color: rgb(226,22,60); }

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

background-color css

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

 a { background-color: rgb(226,22,60); }

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

border-color css

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

 span { border-color: rgb(226,22,60); }

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