Html Css Color HEX #E70A31 Crimson

📋 copy color: '#E70A31'

red 231 ◦ green 10 ◦ blue 49

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

Shades of Crimson #E70A31

Tints of Crimson #E70A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 79.66%
G = 3.45%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E70A31 (or 0xE70A31) is known color: Crimson. HEX triplet: E7, 0A and 31. RGB value is (231,10,49). Sum of RGB (Red+Green+Blue) = 231+10+49=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A31 is #18F5CE. Grayscale: #505050. Windows color (decimal): -1635791 or 3214055. OLE color: 3214055.

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

Color convert

RGB 231 10 49 -
CMYK 0 0.96 0.79 0.09
HSL 349.41º 0.92% 0.47% -
HSV(B) 349.41º 0.96% 0.91% -
XYZ 33.62 17.43 4.5 -
YUV 80.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 231 10 49 0 0.96 0.79 0.09 349.41 0.92 0.47
Hex E7 A 31 0 60 4F 9 15D 5C 2F
Octal 347 12 61 0 140 117 11 535 134 57
Binary 11100111 1010 110001 0 1100000 1001111 1001 101011101 1011100 101111

Color Harmonies of #E70A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A31

Black with #E70A31

Text Example


Text Example

White with #E70A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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