Html Css Color HEX #E40236 Crimson

📋 copy color: '#E40236'

red 228 ◦ green 2 ◦ blue 54

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

Shades of Crimson #E40236

Tints of Crimson #E40236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 80.28%
G = 0.7%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E40236 (or 0xE40236) is known color: Crimson. HEX triplet: E4, 02 and 36. RGB value is (228,2,54). Sum of RGB (Red+Green+Blue) = 228+2+54=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E40236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40236 is #1BFDC9. Grayscale: #4B4B4B. Windows color (decimal): -1834442 or 3539684. OLE color: 3539684.

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

Color convert

RGB 228 2 54 -
CMYK 0 0.99 0.76 0.11
HSL 346.19º 0.98% 0.45% -
HSV(B) 346.19º 0.99% 0.89% -
XYZ 32.68 16.8 5.01 -
YUV 75.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 228 2 54 0 0.99 0.76 0.11 346.19 0.98 0.45
Hex E4 2 36 0 63 4C B 15A 62 2D
Octal 344 2 66 0 143 114 13 532 142 55
Binary 11100100 10 110110 0 1100011 1001100 1011 101011010 1100010 101101

Color Harmonies of #E40236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40236

Black with #E40236

Text Example


Text Example

White with #E40236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40236; }

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

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

background-color css

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

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

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

border-color css

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

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

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