Html Css Color HEX #E40042 Crimson

📋 copy color: '#E40042'

red 228 ◦ green 0 ◦ blue 66

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

Shades of Crimson #E40042

Tints of Crimson #E40042

RGB

 RED value IS 228 (89.45% from 255) = 77.55%

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

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

R = 77.55%
G = 0%
B = 22.45%

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

#E40042 (or 0xE40042) is known color: Crimson. HEX triplet: E4, 00 and 42. RGB value is (228,0,66). Sum of RGB (Red+Green+Blue) = 228+0+66=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E40042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40042 is #1BFFBD. Grayscale: #4B4B4B. Windows color (decimal): -1834942 or 4325604. OLE color: 4325604.

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

Color convert

RGB 228 0 66 -
CMYK 0 1 0.71 0.11
HSL 342.63º 1% 0.45% -
HSV(B) 342.63º 1% 0.89% -
XYZ 32.98 16.89 6.68 -
YUV 75.7 122.54 236.63 -
System Red Green Blue C M Y K H S L
Decimal 228 0 66 0 1 0.71 0.11 342.63 1 0.45
Hex E4 0 42 0 64 47 B 157 64 2D
Octal 344 0 102 0 144 107 13 527 144 55
Binary 11100100 0 1000010 0 1100100 1000111 1011 101010111 1100100 101101

Color Harmonies of #E40042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40042

Black with #E40042

Text Example


Text Example

White with #E40042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40042; }

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

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

background-color css

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

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

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

border-color css

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

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

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