Html Css Color HEX #E1043E Crimson

📋 copy color: '#E1043E'

red 225 ◦ green 4 ◦ blue 62

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

Shades of Crimson #E1043E

Tints of Crimson #E1043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 77.32%
G = 1.37%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1043E (or 0xE1043E) is known color: Crimson. HEX triplet: E1, 04 and 3E. RGB value is (225,4,62). Sum of RGB (Red+Green+Blue) = 225+4+62=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1043E is #1EFBC1. Grayscale: #4C4C4C. Windows color (decimal): -2030530 or 4064481. OLE color: 4064481.

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

Color convert

RGB 225 4 62 -
CMYK 0 0.98 0.72 0.12
HSL 344.25º 0.97% 0.45% -
HSV(B) 344.25º 0.98% 0.88% -
XYZ 31.96 16.44 6.05 -
YUV 76.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 225 4 62 0 0.98 0.72 0.12 344.25 0.97 0.45
Hex E1 4 3E 0 62 48 C 158 61 2D
Octal 341 4 76 0 142 110 14 530 141 55
Binary 11100001 100 111110 0 1100010 1001000 1100 101011000 1100001 101101

Color Harmonies of #E1043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1043E

Black with #E1043E

Text Example


Text Example

White with #E1043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1043E; }

 p { color: rgb(225,4,62); }

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

background-color css

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

 a { background-color: rgb(225,4,62); }

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

border-color css

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

 span { border-color: rgb(225,4,62); }

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