Html Css Color HEX #E31C40 Crimson

📋 copy color: '#E31C40'

red 227 ◦ green 28 ◦ blue 64

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

Shades of Crimson #E31C40

Tints of Crimson #E31C40

RGB

 RED value IS 227 (89.06% from 255) = 71.16%

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

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

R = 71.16%
G = 8.78%
B = 20.06%

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

#E31C40 (or 0xE31C40) is known color: Crimson. HEX triplet: E3, 1C and 40. RGB value is (227,28,64). Sum of RGB (Red+Green+Blue) = 227+28+64=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C40 is #1CE3BF. Grayscale: #5B5B5B. Windows color (decimal): -1893312 or 4201699. OLE color: 4201699.

HSL color Cylindrical-coordinate representation of color #E31C40: hue angle of 349.15º degrees, saturation: 0.78, 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 #E31C40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 28 64 -
CMYK 0 0.88 0.72 0.11
HSL 349.15º 0.78% 0.5% -
HSV(B) 349.15º 0.88% 0.89% -
XYZ 33.02 17.53 6.49 -
YUV 91.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 227 28 64 0 0.88 0.72 0.11 349.15 0.78 0.5
Hex E3 1C 40 0 58 48 B 15D 4E 32
Octal 343 34 100 0 130 110 13 535 116 62
Binary 11100011 11100 1000000 0 1011000 1001000 1011 101011101 1001110 110010

Color Harmonies of #E31C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C40

Black with #E31C40

Text Example


Text Example

White with #E31C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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