Html Css Color HEX #E81240 Crimson

📋 copy color: '#E81240'

red 232 ◦ green 18 ◦ blue 64

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

Shades of Crimson #E81240

Tints of Crimson #E81240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 73.89%
G = 5.73%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81240 (or 0xE81240) is known color: Crimson. HEX triplet: E8, 12 and 40. RGB value is (232,18,64). Sum of RGB (Red+Green+Blue) = 232+18+64=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E81240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81240 is #17EDBF. Grayscale: #575757. Windows color (decimal): -1568192 or 4199144. OLE color: 4199144.

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

Color convert

RGB 232 18 64 -
CMYK 0 0.92 0.72 0.09
HSL 347.1º 0.86% 0.49% -
HSV(B) 347.1º 0.92% 0.91% -
XYZ 34.42 17.96 6.5 -
YUV 87.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 232 18 64 0 0.92 0.72 0.09 347.1 0.86 0.49
Hex E8 12 40 0 5C 48 9 15B 56 31
Octal 350 22 100 0 134 110 11 533 126 61
Binary 11101000 10010 1000000 0 1011100 1001000 1001 101011011 1010110 110001

Color Harmonies of #E81240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81240

Black with #E81240

Text Example


Text Example

White with #E81240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81240; }

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

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

background-color css

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

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

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

border-color css

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

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

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