Html Css Color HEX #E20042 Crimson

📋 copy color: '#E20042'

red 226 ◦ green 0 ◦ blue 66

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

Shades of Crimson #E20042

Tints of Crimson #E20042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 77.4%
G = 0%
B = 22.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E20042 (or 0xE20042) is known color: Crimson. HEX triplet: E2, 00 and 42. RGB value is (226,0,66). Sum of RGB (Red+Green+Blue) = 226+0+66=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E20042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20042 is #1DFFBD. Grayscale: #4B4B4B. Windows color (decimal): -1966014 or 4325602. OLE color: 4325602.

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

Color convert

RGB 226 0 66 -
CMYK 0 1 0.71 0.11
HSL 342.48º 1% 0.44% -
HSV(B) 342.48º 1% 0.89% -
XYZ 32.35 16.56 6.65 -
YUV 75.1 122.87 235.63 -
System Red Green Blue C M Y K H S L
Decimal 226 0 66 0 1 0.71 0.11 342.48 1 0.44
Hex E2 0 42 0 64 47 B 156 64 2C
Octal 342 0 102 0 144 107 13 526 144 54
Binary 11100010 0 1000010 0 1100100 1000111 1011 101010110 1100100 101100

Color Harmonies of #E20042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20042

Black with #E20042

Text Example


Text Example

White with #E20042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20042; }

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

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

background-color css

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

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

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

border-color css

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

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

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