Html Css Color HEX #E1123F Crimson

📋 copy color: '#E1123F'

red 225 ◦ green 18 ◦ blue 63

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

Shades of Crimson #E1123F

Tints of Crimson #E1123F

RGB

 RED value IS 225 (88.28% from 255) = 73.53%

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

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

R = 73.53%
G = 5.88%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1123F (or 0xE1123F) is known color: Crimson. HEX triplet: E1, 12 and 3F. RGB value is (225,18,63). Sum of RGB (Red+Green+Blue) = 225+18+63=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1123F is #1EEDC0. Grayscale: #555555. Windows color (decimal): -2026945 or 4133601. OLE color: 4133601.

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

Color convert

RGB 225 18 63 -
CMYK 0 0.92 0.72 0.12
HSL 346.96º 0.85% 0.48% -
HSV(B) 346.96º 0.92% 0.88% -
XYZ 32.16 16.8 6.25 -
YUV 85.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 225 18 63 0 0.92 0.72 0.12 346.96 0.85 0.48
Hex E1 12 3F 0 5C 48 C 15B 55 30
Octal 341 22 77 0 134 110 14 533 125 60
Binary 11100001 10010 111111 0 1011100 1001000 1100 101011011 1010101 110000

Color Harmonies of #E1123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1123F

Black with #E1123F

Text Example


Text Example

White with #E1123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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