Html Css Color HEX #E81C40 Crimson

📋 copy color: '#E81C40'

red 232 ◦ green 28 ◦ blue 64

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

Shades of Crimson #E81C40

Tints of Crimson #E81C40

RGB

 RED value IS 232 (91.02% from 255) = 71.6%

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

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

R = 71.6%
G = 8.64%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81C40 (or 0xE81C40) is known color: Crimson. HEX triplet: E8, 1C and 40. RGB value is (232,28,64). Sum of RGB (Red+Green+Blue) = 232+28+64=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C40 is #17E3BF. Grayscale: #5D5D5D. Windows color (decimal): -1565632 or 4201704. OLE color: 4201704.

HSL color Cylindrical-coordinate representation of color #E81C40: hue angle of 349.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 28 64 -
CMYK 0 0.88 0.72 0.09
HSL 349.41º 0.82% 0.51% -
HSV(B) 349.41º 0.88% 0.91% -
XYZ 34.62 18.36 6.57 -
YUV 93.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 232 28 64 0 0.88 0.72 0.09 349.41 0.82 0.51
Hex E8 1C 40 0 58 48 9 15D 52 33
Octal 350 34 100 0 130 110 11 535 122 63
Binary 11101000 11100 1000000 0 1011000 1001000 1001 101011101 1010010 110011

Color Harmonies of #E81C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C40

Black with #E81C40

Text Example


Text Example

White with #E81C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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