Html Css Color HEX #E01740 Crimson

📋 copy color: '#E01740'

red 224 ◦ green 23 ◦ blue 64

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

Shades of Crimson #E01740

Tints of Crimson #E01740

RGB

 RED value IS 224 (87.89% from 255) = 72.03%

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

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

R = 72.03%
G = 7.4%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01740 (or 0xE01740) is known color: Crimson. HEX triplet: E0, 17 and 40. RGB value is (224,23,64). Sum of RGB (Red+Green+Blue) = 224+23+64=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E01740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01740 is #1FE8BF. Grayscale: #575757. Windows color (decimal): -2091200 or 4200416. OLE color: 4200416.

HSL color Cylindrical-coordinate representation of color #E01740: hue angle of 347.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01740 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 64 -
CMYK 0 0.90 0.71 0.12
HSL 347.76º 0.81% 0.48% -
HSV(B) 347.76º 0.9% 0.88% -
XYZ 31.97 16.83 6.41 -
YUV 87.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 224 23 64 0 0.90 0.71 0.12 347.76 0.81 0.48
Hex E0 17 40 0 5A 47 C 15C 51 30
Octal 340 27 100 0 132 107 14 534 121 60
Binary 11100000 10111 1000000 0 1011010 1000111 1100 101011100 1010001 110000

Color Harmonies of #E01740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01740

Black with #E01740

Text Example


Text Example

White with #E01740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01740; }

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

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

background-color css

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

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

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

border-color css

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

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

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