Html Css Color HEX #E20949 Crimson

📋 copy color: '#E20949'

red 226 ◦ green 9 ◦ blue 73

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

Shades of Crimson #E20949

Tints of Crimson #E20949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 73.38%
G = 2.92%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E20949 (or 0xE20949) is known color: Crimson. HEX triplet: E2, 09 and 49. RGB value is (226,9,73). Sum of RGB (Red+Green+Blue) = 226+9+73=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E20949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20949 is #1DF6B6. Grayscale: #515151. Windows color (decimal): -1963703 or 4786658. OLE color: 4786658.

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

Color convert

RGB 226 9 73 -
CMYK 0 0.96 0.68 0.11
HSL 342.3º 0.92% 0.46% -
HSV(B) 342.3º 0.96% 0.89% -
XYZ 32.66 16.85 7.83 -
YUV 81.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 226 9 73 0 0.96 0.68 0.11 342.3 0.92 0.46
Hex E2 9 49 0 60 44 B 156 5C 2E
Octal 342 11 111 0 140 104 13 526 134 56
Binary 11100010 1001 1001001 0 1100000 1000100 1011 101010110 1011100 101110

Color Harmonies of #E20949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20949

Black with #E20949

Text Example


Text Example

White with #E20949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20949; }

 p { color: rgb(226,9,73); }

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

background-color css

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

 a { background-color: rgb(226,9,73); }

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

border-color css

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

 span { border-color: rgb(226,9,73); }

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