Html Css Color HEX #E70D3E Crimson

📋 copy color: '#E70D3E'

red 231 ◦ green 13 ◦ blue 62

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

Shades of Crimson #E70D3E

Tints of Crimson #E70D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 75.49%
G = 4.25%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E70D3E (or 0xE70D3E) is known color: Crimson. HEX triplet: E7, 0D and 3E. RGB value is (231,13,62). Sum of RGB (Red+Green+Blue) = 231+13+62=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D3E is #18F2C1. Grayscale: #535353. Windows color (decimal): -1635010 or 4066791. OLE color: 4066791.

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

Color convert

RGB 231 13 62 -
CMYK 0 0.94 0.73 0.09
HSL 346.51º 0.89% 0.48% -
HSV(B) 346.51º 0.94% 0.91% -
XYZ 33.97 17.62 6.17 -
YUV 83.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 231 13 62 0 0.94 0.73 0.09 346.51 0.89 0.48
Hex E7 D 3E 0 5E 49 9 15B 59 30
Octal 347 15 76 0 136 111 11 533 131 60
Binary 11100111 1101 111110 0 1011110 1001001 1001 101011011 1011001 110000

Color Harmonies of #E70D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D3E

Black with #E70D3E

Text Example


Text Example

White with #E70D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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