Html Css Color HEX #E70340 Crimson

📋 copy color: '#E70340'

red 231 ◦ green 3 ◦ blue 64

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

Shades of Crimson #E70340

Tints of Crimson #E70340

RGB

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

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

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

R = 77.52%
G = 1.01%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E70340 (or 0xE70340) is known color: Crimson. HEX triplet: E7, 03 and 40. RGB value is (231,3,64). Sum of RGB (Red+Green+Blue) = 231+3+64=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E70340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70340 is #18FCBF. Grayscale: #4E4E4E. Windows color (decimal): -1637568 or 4195303. OLE color: 4195303.

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

Color convert

RGB 231 3 64 -
CMYK 0 0.99 0.72 0.09
HSL 343.95º 0.97% 0.46% -
HSV(B) 343.95º 0.99% 0.91% -
XYZ 33.91 17.42 6.43 -
YUV 78.13 120.04 237.04 -
System Red Green Blue C M Y K H S L
Decimal 231 3 64 0 0.99 0.72 0.09 343.95 0.97 0.46
Hex E7 3 40 0 63 48 9 158 61 2E
Octal 347 3 100 0 143 110 11 530 141 56
Binary 11100111 11 1000000 0 1100011 1001000 1001 101011000 1100001 101110

Color Harmonies of #E70340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70340

Black with #E70340

Text Example


Text Example

White with #E70340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70340; }

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

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

background-color css

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

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

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

border-color css

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

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

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