Html Css Color HEX #E2053D Crimson

📋 copy color: '#E2053D'

red 226 ◦ green 5 ◦ blue 61

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

Shades of Crimson #E2053D

Tints of Crimson #E2053D

RGB

 RED value IS 226 (88.67% from 255) = 77.4%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 77.4%
G = 1.71%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2053D (or 0xE2053D) is known color: Crimson. HEX triplet: E2, 05 and 3D. RGB value is (226,5,61). Sum of RGB (Red+Green+Blue) = 226+5+61=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2053D is #1DFAC2. Grayscale: #4D4D4D. Windows color (decimal): -1964739 or 3999202. OLE color: 3999202.

HSL color Cylindrical-coordinate representation of color #E2053D: hue angle of 344.8º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2053D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 5 61 -
CMYK 0 0.98 0.73 0.11
HSL 344.8º 0.96% 0.45% -
HSV(B) 344.8º 0.98% 0.89% -
XYZ 32.26 16.61 5.92 -
YUV 77.46 118.72 233.95 -
System Red Green Blue C M Y K H S L
Decimal 226 5 61 0 0.98 0.73 0.11 344.8 0.96 0.45
Hex E2 5 3D 0 62 49 B 159 60 2D
Octal 342 5 75 0 142 111 13 531 140 55
Binary 11100010 101 111101 0 1100010 1001001 1011 101011001 1100000 101101

Color Harmonies of #E2053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2053D

Black with #E2053D

Text Example


Text Example

White with #E2053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2053D; }

 p { color: rgb(226,5,61); }

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

background-color css

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

 a { background-color: rgb(226,5,61); }

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

border-color css

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

 span { border-color: rgb(226,5,61); }

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