Html Css Color HEX #E41C40 Crimson

📋 copy color: '#E41C40'

red 228 ◦ green 28 ◦ blue 64

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

Shades of Crimson #E41C40

Tints of Crimson #E41C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 71.25%
G = 8.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E41C40 (or 0xE41C40) is known color: Crimson. HEX triplet: E4, 1C and 40. RGB value is (228,28,64). Sum of RGB (Red+Green+Blue) = 228+28+64=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C40 is #1BE3BF. Grayscale: #5B5B5B. Windows color (decimal): -1827776 or 4201700. OLE color: 4201700.

HSL color Cylindrical-coordinate representation of color #E41C40: hue angle of 349.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41C40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 28 64 -
CMYK 0 0.88 0.72 0.11
HSL 349.2º 0.79% 0.5% -
HSV(B) 349.2º 0.88% 0.89% -
XYZ 33.34 17.69 6.51 -
YUV 91.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 228 28 64 0 0.88 0.72 0.11 349.2 0.79 0.5
Hex E4 1C 40 0 58 48 B 15D 4F 32
Octal 344 34 100 0 130 110 13 535 117 62
Binary 11100100 11100 1000000 0 1011000 1001000 1011 101011101 1001111 110010

Color Harmonies of #E41C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41C40

Black with #E41C40

Text Example


Text Example

White with #E41C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41C40; }

 p { color: rgb(228,28,64); }

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

background-color css

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

 a { background-color: rgb(228,28,64); }

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

border-color css

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

 span { border-color: rgb(228,28,64); }

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