Html Css Color HEX #E70331 Crimson

📋 copy color: '#E70331'

red 231 ◦ green 3 ◦ blue 49

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

Shades of Crimson #E70331

Tints of Crimson #E70331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 81.63%
G = 1.06%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E70331 (or 0xE70331) is known color: Crimson. HEX triplet: E7, 03 and 31. RGB value is (231,3,49). Sum of RGB (Red+Green+Blue) = 231+3+49=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E70331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70331 is #18FCCE. Grayscale: #4C4C4C. Windows color (decimal): -1637583 or 3212263. OLE color: 3212263.

HSL color Cylindrical-coordinate representation of color #E70331: hue angle of 347.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 3 49 -
CMYK 0 0.99 0.79 0.09
HSL 347.89º 0.97% 0.46% -
HSV(B) 347.89º 0.99% 0.91% -
XYZ 33.54 17.28 4.47 -
YUV 76.42 112.54 238.26 -
System Red Green Blue C M Y K H S L
Decimal 231 3 49 0 0.99 0.79 0.09 347.89 0.97 0.46
Hex E7 3 31 0 63 4F 9 15C 61 2E
Octal 347 3 61 0 143 117 11 534 141 56
Binary 11100111 11 110001 0 1100011 1001111 1001 101011100 1100001 101110

Color Harmonies of #E70331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70331

Black with #E70331

Text Example


Text Example

White with #E70331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70331; }

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

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

background-color css

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

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

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

border-color css

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

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

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