Html Css Color HEX #E40346 Crimson

📋 copy color: '#E40346'

red 228 ◦ green 3 ◦ blue 70

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

Shades of Crimson #E40346

Tints of Crimson #E40346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 75.75%
G = 1%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E40346 (or 0xE40346) is known color: Crimson. HEX triplet: E4, 03 and 46. RGB value is (228,3,70). Sum of RGB (Red+Green+Blue) = 228+3+70=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40346 is #1BFCB9. Grayscale: #4D4D4D. Windows color (decimal): -1834170 or 4588516. OLE color: 4588516.

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

Color convert

RGB 228 3 70 -
CMYK 0 0.99 0.69 0.11
HSL 342.13º 0.97% 0.45% -
HSV(B) 342.13º 0.99% 0.89% -
XYZ 33.13 17 7.33 -
YUV 77.91 123.54 235.05 -
System Red Green Blue C M Y K H S L
Decimal 228 3 70 0 0.99 0.69 0.11 342.13 0.97 0.45
Hex E4 3 46 0 63 45 B 156 61 2D
Octal 344 3 106 0 143 105 13 526 141 55
Binary 11100100 11 1000110 0 1100011 1000101 1011 101010110 1100001 101101

Color Harmonies of #E40346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40346

Black with #E40346

Text Example


Text Example

White with #E40346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40346; }

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

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

background-color css

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

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

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

border-color css

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

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

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