Html Css Color HEX #E12144 Crimson

📋 copy color: '#E12144'

red 225 ◦ green 33 ◦ blue 68

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

Shades of Crimson #E12144

Tints of Crimson #E12144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 69.02%
G = 10.12%
B = 20.86%

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

#E12144 (or 0xE12144) is known color: Crimson. HEX triplet: E1, 21 and 44. RGB value is (225,33,68). Sum of RGB (Red+Green+Blue) = 225+33+68=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E12144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12144 is #1EDEBB. Grayscale: #5E5E5E. Windows color (decimal): -2023100 or 4465121. OLE color: 4465121.

HSL color Cylindrical-coordinate representation of color #E12144: hue angle of 349.06º 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 #E12144 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 68 -
CMYK 0 0.85 0.70 0.12
HSL 349.06º 0.76% 0.51% -
HSV(B) 349.06º 0.85% 0.88% -
XYZ 32.64 17.51 7.13 -
YUV 94.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 225 33 68 0 0.85 0.70 0.12 349.06 0.76 0.51
Hex E1 21 44 0 55 46 C 15D 4C 33
Octal 341 41 104 0 125 106 14 535 114 63
Binary 11100001 100001 1000100 0 1010101 1000110 1100 101011101 1001100 110011

Color Harmonies of #E12144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12144

Black with #E12144

Text Example


Text Example

White with #E12144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12144; }

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

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

background-color css

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

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

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

border-color css

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

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

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