Html Css Color HEX #E70744 Crimson

📋 copy color: '#E70744'

red 231 ◦ green 7 ◦ blue 68

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

Shades of Crimson #E70744

Tints of Crimson #E70744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 75.49%
G = 2.29%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70744 (or 0xE70744) is known color: Crimson. HEX triplet: E7, 07 and 44. RGB value is (231,7,68). Sum of RGB (Red+Green+Blue) = 231+7+68=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E70744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70744 is #18F8BB. Grayscale: #505050. Windows color (decimal): -1636540 or 4458471. OLE color: 4458471.

HSL color Cylindrical-coordinate representation of color #E70744: hue angle of 343.66º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70744 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 7 68 -
CMYK 0 0.97 0.71 0.09
HSL 343.66º 0.94% 0.47% -
HSV(B) 343.66º 0.97% 0.91% -
XYZ 34.07 17.56 7.06 -
YUV 80.93 120.71 235.04 -
System Red Green Blue C M Y K H S L
Decimal 231 7 68 0 0.97 0.71 0.09 343.66 0.94 0.47
Hex E7 7 44 0 61 47 9 158 5E 2F
Octal 347 7 104 0 141 107 11 530 136 57
Binary 11100111 111 1000100 0 1100001 1000111 1001 101011000 1011110 101111

Color Harmonies of #E70744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70744

Black with #E70744

Text Example


Text Example

White with #E70744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70744; }

 p { color: rgb(231,7,68); }

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

background-color css

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

 a { background-color: rgb(231,7,68); }

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

border-color css

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

 span { border-color: rgb(231,7,68); }

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