Html Css Color HEX #E20045 Crimson

📋 copy color: '#E20045'

red 226 ◦ green 0 ◦ blue 69

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

Shades of Crimson #E20045

Tints of Crimson #E20045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.61%
G = 0%
B = 23.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E20045 (or 0xE20045) is known color: Crimson. HEX triplet: E2, 00 and 45. RGB value is (226,0,69). Sum of RGB (Red+Green+Blue) = 226+0+69=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E20045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20045 is #1DFFBA. Grayscale: #4B4B4B. Windows color (decimal): -1966011 or 4522210. OLE color: 4522210.

HSL color Cylindrical-coordinate representation of color #E20045: hue angle of 341.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20045 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 69 -
CMYK 0 1 0.69 0.11
HSL 341.68º 1% 0.44% -
HSV(B) 341.68º 1% 0.89% -
XYZ 32.44 16.6 7.12 -
YUV 75.44 124.37 235.39 -
System Red Green Blue C M Y K H S L
Decimal 226 0 69 0 1 0.69 0.11 341.68 1 0.44
Hex E2 0 45 0 64 45 B 156 64 2C
Octal 342 0 105 0 144 105 13 526 144 54
Binary 11100010 0 1000101 0 1100100 1000101 1011 101010110 1100100 101100

Color Harmonies of #E20045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20045

Black with #E20045

Text Example


Text Example

White with #E20045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20045; }

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

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

background-color css

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

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

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

border-color css

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

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

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