Html Css Color HEX #E81740 Crimson

📋 copy color: '#E81740'

red 232 ◦ green 23 ◦ blue 64

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

Shades of Crimson #E81740

Tints of Crimson #E81740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 72.73%
G = 7.21%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81740 (or 0xE81740) is known color: Crimson. HEX triplet: E8, 17 and 40. RGB value is (232,23,64). Sum of RGB (Red+Green+Blue) = 232+23+64=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E81740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81740 is #17E8BF. Grayscale: #5A5A5A. Windows color (decimal): -1566912 or 4200424. OLE color: 4200424.

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

Color convert

RGB 232 23 64 -
CMYK 0 0.90 0.72 0.09
HSL 348.23º 0.82% 0.5% -
HSV(B) 348.23º 0.9% 0.91% -
XYZ 34.51 18.14 6.53 -
YUV 90.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 232 23 64 0 0.90 0.72 0.09 348.23 0.82 0.5
Hex E8 17 40 0 5A 48 9 15C 52 32
Octal 350 27 100 0 132 110 11 534 122 62
Binary 11101000 10111 1000000 0 1011010 1001000 1001 101011100 1010010 110010

Color Harmonies of #E81740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81740

Black with #E81740

Text Example


Text Example

White with #E81740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81740; }

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

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

background-color css

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

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

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

border-color css

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

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

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