Html Css Color HEX #E40544 Crimson

📋 copy color: '#E40544'

red 228 ◦ green 5 ◦ blue 68

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

Shades of Crimson #E40544

Tints of Crimson #E40544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 75.75%
G = 1.66%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E40544 (or 0xE40544) is known color: Crimson. HEX triplet: E4, 05 and 44. RGB value is (228,5,68). Sum of RGB (Red+Green+Blue) = 228+5+68=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40544 is #1BFABB. Grayscale: #4E4E4E. Windows color (decimal): -1833660 or 4457956. OLE color: 4457956.

HSL color Cylindrical-coordinate representation of color #E40544: hue angle of 343.05º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40544 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 68 -
CMYK 0 0.98 0.70 0.11
HSL 343.05º 0.96% 0.46% -
HSV(B) 343.05º 0.98% 0.89% -
XYZ 33.09 17.02 7.01 -
YUV 78.86 121.88 234.38 -
System Red Green Blue C M Y K H S L
Decimal 228 5 68 0 0.98 0.70 0.11 343.05 0.96 0.46
Hex E4 5 44 0 62 46 B 157 60 2E
Octal 344 5 104 0 142 106 13 527 140 56
Binary 11100100 101 1000100 0 1100010 1000110 1011 101010111 1100000 101110

Color Harmonies of #E40544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40544

Black with #E40544

Text Example


Text Example

White with #E40544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40544; }

 p { color: rgb(228,5,68); }

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

background-color css

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

 a { background-color: rgb(228,5,68); }

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

border-color css

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

 span { border-color: rgb(228,5,68); }

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