Html Css Color HEX #E70346 Crimson

📋 copy color: '#E70346'

red 231 ◦ green 3 ◦ blue 70

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

Shades of Crimson #E70346

Tints of Crimson #E70346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 75.99%
G = 0.99%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E70346 (or 0xE70346) is known color: Crimson. HEX triplet: E7, 03 and 46. RGB value is (231,3,70). Sum of RGB (Red+Green+Blue) = 231+3+70=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E70346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70346 is #18FCB9. Grayscale: #4E4E4E. Windows color (decimal): -1637562 or 4588519. OLE color: 4588519.

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

Color convert

RGB 231 3 70 -
CMYK 0 0.99 0.70 0.09
HSL 342.37º 0.97% 0.46% -
HSV(B) 342.37º 0.99% 0.91% -
XYZ 34.09 17.5 7.37 -
YUV 78.81 123.04 236.55 -
System Red Green Blue C M Y K H S L
Decimal 231 3 70 0 0.99 0.70 0.09 342.37 0.97 0.46
Hex E7 3 46 0 63 46 9 156 61 2E
Octal 347 3 106 0 143 106 11 526 141 56
Binary 11100111 11 1000110 0 1100011 1000110 1001 101010110 1100001 101110

Color Harmonies of #E70346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70346

Black with #E70346

Text Example


Text Example

White with #E70346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70346; }

 p { color: rgb(231,3,70); }

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

background-color css

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

 a { background-color: rgb(231,3,70); }

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

border-color css

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

 span { border-color: rgb(231,3,70); }

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