Html Css Color HEX #E12044 Crimson

📋 copy color: '#E12044'

red 225 ◦ green 32 ◦ blue 68

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

Shades of Crimson #E12044

Tints of Crimson #E12044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

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

R = 69.23%
G = 9.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E12044 (or 0xE12044) is known color: Crimson. HEX triplet: E1, 20 and 44. RGB value is (225,32,68). Sum of RGB (Red+Green+Blue) = 225+32+68=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E12044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12044 is #1EDFBB. Grayscale: #5D5D5D. Windows color (decimal): -2023356 or 4464865. OLE color: 4464865.

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

Color convert

RGB 225 32 68 -
CMYK 0 0.86 0.70 0.12
HSL 348.81º 0.76% 0.5% -
HSV(B) 348.81º 0.86% 0.88% -
XYZ 32.61 17.46 7.12 -
YUV 93.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 225 32 68 0 0.86 0.70 0.12 348.81 0.76 0.5
Hex E1 20 44 0 56 46 C 15D 4C 32
Octal 341 40 104 0 126 106 14 535 114 62
Binary 11100001 100000 1000100 0 1010110 1000110 1100 101011101 1001100 110010

Color Harmonies of #E12044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12044

Black with #E12044

Text Example


Text Example

White with #E12044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12044; }

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

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

background-color css

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

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

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

border-color css

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

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

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