Html Css Color HEX #E1072E Crimson

📋 copy color: '#E1072E'

red 225 ◦ green 7 ◦ blue 46

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

Shades of Crimson #E1072E

Tints of Crimson #E1072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 80.94%
G = 2.52%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1072E (or 0xE1072E) is known color: Crimson. HEX triplet: E1, 07 and 2E. RGB value is (225,7,46). Sum of RGB (Red+Green+Blue) = 225+7+46=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1072E is #1EF8D1. Grayscale: #4C4C4C. Windows color (decimal): -2029778 or 3016673. OLE color: 3016673.

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

Color convert

RGB 225 7 46 -
CMYK 0 0.97 0.80 0.12
HSL 349.27º 0.94% 0.45% -
HSV(B) 349.27º 0.97% 0.88% -
XYZ 31.62 16.36 4.08 -
YUV 76.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 225 7 46 0 0.97 0.80 0.12 349.27 0.94 0.45
Hex E1 7 2E 0 61 50 C 15D 5E 2D
Octal 341 7 56 0 141 120 14 535 136 55
Binary 11100001 111 101110 0 1100001 1010000 1100 101011101 1011110 101101

Color Harmonies of #E1072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1072E

Black with #E1072E

Text Example


Text Example

White with #E1072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1072E; }

 p { color: rgb(225,7,46); }

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

background-color css

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

 a { background-color: rgb(225,7,46); }

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

border-color css

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

 span { border-color: rgb(225,7,46); }

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