Html Css Color HEX #E70E2E Crimson

📋 copy color: '#E70E2E'

red 231 ◦ green 14 ◦ blue 46

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

Shades of Crimson #E70E2E

Tints of Crimson #E70E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 79.38%
G = 4.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E70E2E (or 0xE70E2E) is known color: Crimson. HEX triplet: E7, 0E and 2E. RGB value is (231,14,46). Sum of RGB (Red+Green+Blue) = 231+14+46=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E2E is #18F1D1. Grayscale: #525252. Windows color (decimal): -1634770 or 3018471. OLE color: 3018471.

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

Color convert

RGB 231 14 46 -
CMYK 0 0.94 0.80 0.09
HSL 351.15º 0.89% 0.48% -
HSV(B) 351.15º 0.94% 0.91% -
XYZ 33.61 17.5 4.19 -
YUV 82.53 107.39 233.9 -
System Red Green Blue C M Y K H S L
Decimal 231 14 46 0 0.94 0.80 0.09 351.15 0.89 0.48
Hex E7 E 2E 0 5E 50 9 15F 59 30
Octal 347 16 56 0 136 120 11 537 131 60
Binary 11100111 1110 101110 0 1011110 1010000 1001 101011111 1011001 110000

Color Harmonies of #E70E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E2E

Black with #E70E2E

Text Example


Text Example

White with #E70E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E2E; }

 p { color: rgb(231,14,46); }

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

background-color css

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

 a { background-color: rgb(231,14,46); }

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

border-color css

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

 span { border-color: rgb(231,14,46); }

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