Html Css Color HEX #E2123F Crimson

📋 copy color: '#E2123F'

red 226 ◦ green 18 ◦ blue 63

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

Shades of Crimson #E2123F

Tints of Crimson #E2123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 73.62%
G = 5.86%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2123F (or 0xE2123F) is known color: Crimson. HEX triplet: E2, 12 and 3F. RGB value is (226,18,63). Sum of RGB (Red+Green+Blue) = 226+18+63=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2123F is #1DEDC0. Grayscale: #555555. Windows color (decimal): -1961409 or 4133602. OLE color: 4133602.

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

Color convert

RGB 226 18 63 -
CMYK 0 0.92 0.72 0.11
HSL 347.02º 0.85% 0.48% -
HSV(B) 347.02º 0.92% 0.89% -
XYZ 32.48 16.96 6.26 -
YUV 85.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 226 18 63 0 0.92 0.72 0.11 347.02 0.85 0.48
Hex E2 12 3F 0 5C 48 B 15B 55 30
Octal 342 22 77 0 134 110 13 533 125 60
Binary 11100010 10010 111111 0 1011100 1001000 1011 101011011 1010101 110000

Color Harmonies of #E2123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2123F

Black with #E2123F

Text Example


Text Example

White with #E2123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2123F; }

 p { color: rgb(226,18,63); }

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

background-color css

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

 a { background-color: rgb(226,18,63); }

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

border-color css

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

 span { border-color: rgb(226,18,63); }

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