Html Css Color HEX #E20945 Crimson

📋 copy color: '#E20945'

red 226 ◦ green 9 ◦ blue 69

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

Shades of Crimson #E20945

Tints of Crimson #E20945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 74.34%
G = 2.96%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E20945 (or 0xE20945) is known color: Crimson. HEX triplet: E2, 09 and 45. RGB value is (226,9,69). Sum of RGB (Red+Green+Blue) = 226+9+69=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E20945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20945 is #1DF6BA. Grayscale: #505050. Windows color (decimal): -1963707 or 4524514. OLE color: 4524514.

HSL color Cylindrical-coordinate representation of color #E20945: hue angle of 343.41º 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 #E20945 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 9 69 -
CMYK 0 0.96 0.69 0.11
HSL 343.41º 0.92% 0.46% -
HSV(B) 343.41º 0.96% 0.89% -
XYZ 32.54 16.79 7.16 -
YUV 80.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 226 9 69 0 0.96 0.69 0.11 343.41 0.92 0.46
Hex E2 9 45 0 60 45 B 157 5C 2E
Octal 342 11 105 0 140 105 13 527 134 56
Binary 11100010 1001 1000101 0 1100000 1000101 1011 101010111 1011100 101110

Color Harmonies of #E20945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20945

Black with #E20945

Text Example


Text Example

White with #E20945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20945; }

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

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

background-color css

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

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

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

border-color css

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

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

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