Html Css Color HEX #E41128 Crimson

📋 copy color: '#E41128'

red 228 ◦ green 17 ◦ blue 40

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

Shades of Crimson #E41128

Tints of Crimson #E41128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 80%
G = 5.96%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E41128 (or 0xE41128) is known color: Crimson. HEX triplet: E4, 11 and 28. RGB value is (228,17,40). Sum of RGB (Red+Green+Blue) = 228+17+40=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E41128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41128 is #1BEED7. Grayscale: #525252. Windows color (decimal): -1830616 or 2626020. OLE color: 2626020.

HSL color Cylindrical-coordinate representation of color #E41128: hue angle of 353.46º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41128 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 17 40 -
CMYK 0 0.93 0.82 0.11
HSL 353.46º 0.86% 0.48% -
HSV(B) 353.46º 0.93% 0.89% -
XYZ 32.58 17.05 3.58 -
YUV 82.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 228 17 40 0 0.93 0.82 0.11 353.46 0.86 0.48
Hex E4 11 28 0 5D 52 B 161 56 30
Octal 344 21 50 0 135 122 13 541 126 60
Binary 11100100 10001 101000 0 1011101 1010010 1011 101100001 1010110 110000

Color Harmonies of #E41128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41128

Black with #E41128

Text Example


Text Example

White with #E41128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41128; }

 p { color: rgb(228,17,40); }

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

background-color css

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

 a { background-color: rgb(228,17,40); }

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

border-color css

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

 span { border-color: rgb(228,17,40); }

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