Html Css Color HEX #E70334 Crimson

📋 copy color: '#E70334'

red 231 ◦ green 3 ◦ blue 52

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

Shades of Crimson #E70334

Tints of Crimson #E70334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 80.77%
G = 1.05%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E70334 (or 0xE70334) is known color: Crimson. HEX triplet: E7, 03 and 34. RGB value is (231,3,52). Sum of RGB (Red+Green+Blue) = 231+3+52=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E70334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70334 is #18FCCB. Grayscale: #4C4C4C. Windows color (decimal): -1637580 or 3408871. OLE color: 3408871.

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

Color convert

RGB 231 3 52 -
CMYK 0 0.99 0.77 0.09
HSL 347.11º 0.97% 0.46% -
HSV(B) 347.11º 0.99% 0.91% -
XYZ 33.61 17.3 4.82 -
YUV 76.76 114.04 238.02 -
System Red Green Blue C M Y K H S L
Decimal 231 3 52 0 0.99 0.77 0.09 347.11 0.97 0.46
Hex E7 3 34 0 63 4D 9 15B 61 2E
Octal 347 3 64 0 143 115 11 533 141 56
Binary 11100111 11 110100 0 1100011 1001101 1001 101011011 1100001 101110

Color Harmonies of #E70334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70334

Black with #E70334

Text Example


Text Example

White with #E70334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70334; }

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

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

background-color css

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

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

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

border-color css

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

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

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