Html Css Color HEX #E12143 Crimson

📋 copy color: '#E12143'

red 225 ◦ green 33 ◦ blue 67

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

Shades of Crimson #E12143

Tints of Crimson #E12143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 69.23%
G = 10.15%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E12143 (or 0xE12143) is known color: Crimson. HEX triplet: E1, 21 and 43. RGB value is (225,33,67). Sum of RGB (Red+Green+Blue) = 225+33+67=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E12143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12143 is #1EDEBC. Grayscale: #5E5E5E. Windows color (decimal): -2023101 or 4399585. OLE color: 4399585.

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

Color convert

RGB 225 33 67 -
CMYK 0 0.85 0.70 0.12
HSL 349.38º 0.76% 0.51% -
HSV(B) 349.38º 0.85% 0.88% -
XYZ 32.61 17.5 6.97 -
YUV 94.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 225 33 67 0 0.85 0.70 0.12 349.38 0.76 0.51
Hex E1 21 43 0 55 46 C 15D 4C 33
Octal 341 41 103 0 125 106 14 535 114 63
Binary 11100001 100001 1000011 0 1010101 1000110 1100 101011101 1001100 110011

Color Harmonies of #E12143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12143

Black with #E12143

Text Example


Text Example

White with #E12143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12143; }

 p { color: rgb(225,33,67); }

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

background-color css

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

 a { background-color: rgb(225,33,67); }

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

border-color css

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

 span { border-color: rgb(225,33,67); }

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