Html Css Color HEX #E70639 Crimson

📋 copy color: '#E70639'

red 231 ◦ green 6 ◦ blue 57

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

Shades of Crimson #E70639

Tints of Crimson #E70639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 78.57%
G = 2.04%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E70639 (or 0xE70639) is known color: Crimson. HEX triplet: E7, 06 and 39. RGB value is (231,6,57). Sum of RGB (Red+Green+Blue) = 231+6+57=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E70639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70639 is #18F9C6. Grayscale: #4F4F4F. Windows color (decimal): -1636807 or 3737319. OLE color: 3737319.

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

Color convert

RGB 231 6 57 -
CMYK 0 0.97 0.75 0.09
HSL 346.4º 0.95% 0.46% -
HSV(B) 346.4º 0.97% 0.91% -
XYZ 33.76 17.41 5.45 -
YUV 79.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 231 6 57 0 0.97 0.75 0.09 346.4 0.95 0.46
Hex E7 6 39 0 61 4B 9 15A 5F 2E
Octal 347 6 71 0 141 113 11 532 137 56
Binary 11100111 110 111001 0 1100001 1001011 1001 101011010 1011111 101110

Color Harmonies of #E70639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70639

Black with #E70639

Text Example


Text Example

White with #E70639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70639; }

 p { color: rgb(231,6,57); }

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

background-color css

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

 a { background-color: rgb(231,6,57); }

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

border-color css

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

 span { border-color: rgb(231,6,57); }

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