Html Css Color HEX #E70540 Crimson

📋 copy color: '#E70540'

red 231 ◦ green 5 ◦ blue 64

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

Shades of Crimson #E70540

Tints of Crimson #E70540

RGB

 RED value IS 231 (90.63% from 255) = 77%

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 77%
G = 1.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E70540 (or 0xE70540) is known color: Crimson. HEX triplet: E7, 05 and 40. RGB value is (231,5,64). Sum of RGB (Red+Green+Blue) = 231+5+64=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E70540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70540 is #18FABF. Grayscale: #4F4F4F. Windows color (decimal): -1637056 or 4195815. OLE color: 4195815.

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

Color convert

RGB 231 5 64 -
CMYK 0 0.98 0.72 0.09
HSL 344.34º 0.96% 0.46% -
HSV(B) 344.34º 0.98% 0.91% -
XYZ 33.93 17.47 6.43 -
YUV 79.3 119.37 236.2 -
System Red Green Blue C M Y K H S L
Decimal 231 5 64 0 0.98 0.72 0.09 344.34 0.96 0.46
Hex E7 5 40 0 62 48 9 158 60 2E
Octal 347 5 100 0 142 110 11 530 140 56
Binary 11100111 101 1000000 0 1100010 1001000 1001 101011000 1100000 101110

Color Harmonies of #E70540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70540

Black with #E70540

Text Example


Text Example

White with #E70540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70540; }

 p { color: rgb(231,5,64); }

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

background-color css

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

 a { background-color: rgb(231,5,64); }

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

border-color css

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

 span { border-color: rgb(231,5,64); }

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