Html Css Color HEX #E40342 Crimson

📋 copy color: '#E40342'

red 228 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E40342

Tints of Crimson #E40342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 76.77%
G = 1.01%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E40342 (or 0xE40342) is known color: Crimson. HEX triplet: E4, 03 and 42. RGB value is (228,3,66). Sum of RGB (Red+Green+Blue) = 228+3+66=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E40342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40342 is #1BFCBD. Grayscale: #4D4D4D. Windows color (decimal): -1834174 or 4326372. OLE color: 4326372.

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

Color convert

RGB 228 3 66 -
CMYK 0 0.99 0.71 0.11
HSL 343.2º 0.97% 0.45% -
HSV(B) 343.2º 0.99% 0.89% -
XYZ 33.01 16.95 6.69 -
YUV 77.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 228 3 66 0 0.99 0.71 0.11 343.2 0.97 0.45
Hex E4 3 42 0 63 47 B 157 61 2D
Octal 344 3 102 0 143 107 13 527 141 55
Binary 11100100 11 1000010 0 1100011 1000111 1011 101010111 1100001 101101

Color Harmonies of #E40342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40342

Black with #E40342

Text Example


Text Example

White with #E40342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40342; }

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

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

background-color css

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

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

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

border-color css

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

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

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