Html Css Color HEX #E01540 Crimson

📋 copy color: '#E01540'

red 224 ◦ green 21 ◦ blue 64

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

Shades of Crimson #E01540

Tints of Crimson #E01540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

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

R = 72.49%
G = 6.8%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01540 (or 0xE01540) is known color: Crimson. HEX triplet: E0, 15 and 40. RGB value is (224,21,64). Sum of RGB (Red+Green+Blue) = 224+21+64=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E01540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01540 is #1FEABF. Grayscale: #565656. Windows color (decimal): -2091712 or 4199904. OLE color: 4199904.

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

Color convert

RGB 224 21 64 -
CMYK 0 0.91 0.71 0.12
HSL 347.29º 0.83% 0.48% -
HSV(B) 347.29º 0.91% 0.88% -
XYZ 31.93 16.75 6.4 -
YUV 86.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 224 21 64 0 0.91 0.71 0.12 347.29 0.83 0.48
Hex E0 15 40 0 5B 47 C 15B 53 30
Octal 340 25 100 0 133 107 14 533 123 60
Binary 11100000 10101 1000000 0 1011011 1000111 1100 101011011 1010011 110000

Color Harmonies of #E01540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01540

Black with #E01540

Text Example


Text Example

White with #E01540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01540; }

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

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

background-color css

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

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

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

border-color css

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

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

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