Html Css Color HEX #E40144 Crimson

📋 copy color: '#E40144'

red 228 ◦ green 1 ◦ blue 68

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

Shades of Crimson #E40144

Tints of Crimson #E40144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 76.77%
G = 0.34%
B = 22.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E40144 (or 0xE40144) is known color: Crimson. HEX triplet: E4, 01 and 44. RGB value is (228,1,68). Sum of RGB (Red+Green+Blue) = 228+1+68=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E40144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40144 is #1BFEBB. Grayscale: #4C4C4C. Windows color (decimal): -1834684 or 4456932. OLE color: 4456932.

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

Color convert

RGB 228 1 68 -
CMYK 0 1.00 0.70 0.11
HSL 342.29º 0.99% 0.45% -
HSV(B) 342.29º 1% 0.89% -
XYZ 33.05 16.93 7 -
YUV 76.51 123.21 236.05 -
System Red Green Blue C M Y K H S L
Decimal 228 1 68 0 1.00 0.70 0.11 342.29 0.99 0.45
Hex E4 1 44 0 64 46 B 156 63 2D
Octal 344 1 104 0 144 106 13 526 143 55
Binary 11100100 1 1000100 0 1100100 1000110 1011 101010110 1100011 101101

Color Harmonies of #E40144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40144

Black with #E40144

Text Example


Text Example

White with #E40144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40144; }

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

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

background-color css

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

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

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

border-color css

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

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

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