Html Css Color HEX #E70440 Crimson

📋 copy color: '#E70440'

red 231 ◦ green 4 ◦ blue 64

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

Shades of Crimson #E70440

Tints of Crimson #E70440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 77.26%
G = 1.34%
B = 21.4%

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

#E70440 (or 0xE70440) is known color: Crimson. HEX triplet: E7, 04 and 40. RGB value is (231,4,64). Sum of RGB (Red+Green+Blue) = 231+4+64=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E70440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70440 is #18FBBF. Grayscale: #4E4E4E. Windows color (decimal): -1637312 or 4195559. OLE color: 4195559.

HSL color Cylindrical-coordinate representation of color #E70440: hue angle of 344.14º degrees, saturation: 0.97, 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 #E70440 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 4 64 -
CMYK 0 0.98 0.72 0.09
HSL 344.14º 0.97% 0.46% -
HSV(B) 344.14º 0.98% 0.91% -
XYZ 33.92 17.45 6.43 -
YUV 78.71 119.71 236.62 -
System Red Green Blue C M Y K H S L
Decimal 231 4 64 0 0.98 0.72 0.09 344.14 0.97 0.46
Hex E7 4 40 0 62 48 9 158 61 2E
Octal 347 4 100 0 142 110 11 530 141 56
Binary 11100111 100 1000000 0 1100010 1001000 1001 101011000 1100001 101110

Color Harmonies of #E70440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70440

Black with #E70440

Text Example


Text Example

White with #E70440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70440; }

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

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

background-color css

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

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

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

border-color css

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

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

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