Html Css Color HEX #E40239 Crimson

📋 copy color: '#E40239'

red 228 ◦ green 2 ◦ blue 57

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

Shades of Crimson #E40239

Tints of Crimson #E40239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 57 (22.66% from 255) = 19.86%

R = 79.44%
G = 0.7%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E40239 (or 0xE40239) is known color: Crimson. HEX triplet: E4, 02 and 39. RGB value is (228,2,57). Sum of RGB (Red+Green+Blue) = 228+2+57=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E40239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40239 is #1BFDC6. Grayscale: #4B4B4B. Windows color (decimal): -1834439 or 3736292. OLE color: 3736292.

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

Color convert

RGB 228 2 57 -
CMYK 0 0.99 0.75 0.11
HSL 345.4º 0.98% 0.45% -
HSV(B) 345.4º 0.99% 0.89% -
XYZ 32.76 16.83 5.39 -
YUV 75.84 117.37 236.53 -
System Red Green Blue C M Y K H S L
Decimal 228 2 57 0 0.99 0.75 0.11 345.4 0.98 0.45
Hex E4 2 39 0 63 4B B 159 62 2D
Octal 344 2 71 0 143 113 13 531 142 55
Binary 11100100 10 111001 0 1100011 1001011 1011 101011001 1100010 101101

Color Harmonies of #E40239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40239

Black with #E40239

Text Example


Text Example

White with #E40239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40239; }

 p { color: rgb(228,2,57); }

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

background-color css

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

 a { background-color: rgb(228,2,57); }

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

border-color css

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

 span { border-color: rgb(228,2,57); }

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