Html Css Color HEX #E40244 Crimson

📋 copy color: '#E40244'

red 228 ◦ green 2 ◦ blue 68

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

Shades of Crimson #E40244

Tints of Crimson #E40244

RGB

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

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

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

R = 76.51%
G = 0.67%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E40244 (or 0xE40244) is known color: Crimson. HEX triplet: E4, 02 and 44. RGB value is (228,2,68). Sum of RGB (Red+Green+Blue) = 228+2+68=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E40244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40244 is #1BFDBB. Grayscale: #4D4D4D. Windows color (decimal): -1834428 or 4457188. OLE color: 4457188.

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

Color convert

RGB 228 2 68 -
CMYK 0 0.99 0.70 0.11
HSL 342.48º 0.98% 0.45% -
HSV(B) 342.48º 0.99% 0.89% -
XYZ 33.06 16.95 7 -
YUV 77.1 122.87 235.63 -
System Red Green Blue C M Y K H S L
Decimal 228 2 68 0 0.99 0.70 0.11 342.48 0.98 0.45
Hex E4 2 44 0 63 46 B 156 62 2D
Octal 344 2 104 0 143 106 13 526 142 55
Binary 11100100 10 1000100 0 1100011 1000110 1011 101010110 1100010 101101

Color Harmonies of #E40244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40244

Black with #E40244

Text Example


Text Example

White with #E40244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40244; }

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

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

background-color css

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

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

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

border-color css

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

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

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