Html Css Color HEX #E70E2D Crimson

📋 copy color: '#E70E2D'

red 231 ◦ green 14 ◦ blue 45

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

Shades of Crimson #E70E2D

Tints of Crimson #E70E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 79.66%
G = 4.83%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E70E2D (or 0xE70E2D) is known color: Crimson. HEX triplet: E7, 0E and 2D. RGB value is (231,14,45). Sum of RGB (Red+Green+Blue) = 231+14+45=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E2D is #18F1D2. Grayscale: #525252. Windows color (decimal): -1634771 or 2952935. OLE color: 2952935.

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

Color convert

RGB 231 14 45 -
CMYK 0 0.94 0.81 0.09
HSL 351.43º 0.89% 0.48% -
HSV(B) 351.43º 0.94% 0.91% -
XYZ 33.59 17.49 4.09 -
YUV 82.42 106.89 233.98 -
System Red Green Blue C M Y K H S L
Decimal 231 14 45 0 0.94 0.81 0.09 351.43 0.89 0.48
Hex E7 E 2D 0 5E 51 9 15F 59 30
Octal 347 16 55 0 136 121 11 537 131 60
Binary 11100111 1110 101101 0 1011110 1010001 1001 101011111 1011001 110000

Color Harmonies of #E70E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E2D

Black with #E70E2D

Text Example


Text Example

White with #E70E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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