Html Css Color HEX #E70D3A Crimson

📋 copy color: '#E70D3A'

red 231 ◦ green 13 ◦ blue 58

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

Shades of Crimson #E70D3A

Tints of Crimson #E70D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 76.49%
G = 4.3%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E70D3A (or 0xE70D3A) is known color: Crimson. HEX triplet: E7, 0D and 3A. RGB value is (231,13,58). Sum of RGB (Red+Green+Blue) = 231+13+58=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D3A is #18F2C5. Grayscale: #535353. Windows color (decimal): -1635014 or 3804647. OLE color: 3804647.

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

Color convert

RGB 231 13 58 -
CMYK 0 0.94 0.75 0.09
HSL 347.61º 0.89% 0.48% -
HSV(B) 347.61º 0.94% 0.91% -
XYZ 33.86 17.58 5.61 -
YUV 83.31 113.72 233.34 -
System Red Green Blue C M Y K H S L
Decimal 231 13 58 0 0.94 0.75 0.09 347.61 0.89 0.48
Hex E7 D 3A 0 5E 4B 9 15C 59 30
Octal 347 15 72 0 136 113 11 534 131 60
Binary 11100111 1101 111010 0 1011110 1001011 1001 101011100 1011001 110000

Color Harmonies of #E70D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D3A

Black with #E70D3A

Text Example


Text Example

White with #E70D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D3A; }

 p { color: rgb(231,13,58); }

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

background-color css

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

 a { background-color: rgb(231,13,58); }

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

border-color css

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

 span { border-color: rgb(231,13,58); }

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