Html Css Color HEX #E70A2E Crimson

📋 copy color: '#E70A2E'

red 231 ◦ green 10 ◦ blue 46

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

Shades of Crimson #E70A2E

Tints of Crimson #E70A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

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

R = 80.49%
G = 3.48%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E70A2E (or 0xE70A2E) is known color: Crimson. HEX triplet: E7, 0A and 2E. RGB value is (231,10,46). Sum of RGB (Red+Green+Blue) = 231+10+46=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A2E is #18F5D1. Grayscale: #505050. Windows color (decimal): -1635794 or 3017447. OLE color: 3017447.

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

Color convert

RGB 231 10 46 -
CMYK 0 0.96 0.80 0.09
HSL 350.23º 0.92% 0.47% -
HSV(B) 350.23º 0.96% 0.91% -
XYZ 33.56 17.4 4.18 -
YUV 80.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 231 10 46 0 0.96 0.80 0.09 350.23 0.92 0.47
Hex E7 A 2E 0 60 50 9 15E 5C 2F
Octal 347 12 56 0 140 120 11 536 134 57
Binary 11100111 1010 101110 0 1100000 1010000 1001 101011110 1011100 101111

Color Harmonies of #E70A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A2E

Black with #E70A2E

Text Example


Text Example

White with #E70A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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