Html Css Color HEX #E70137 Crimson

📋 copy color: '#E70137'

red 231 ◦ green 1 ◦ blue 55

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

Shades of Crimson #E70137

Tints of Crimson #E70137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 80.49%
G = 0.35%
B = 19.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#E70137 (or 0xE70137) is known color: Crimson. HEX triplet: E7, 01 and 37. RGB value is (231,1,55). Sum of RGB (Red+Green+Blue) = 231+1+55=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E70137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70137 is #18FEC8. Grayscale: #4B4B4B. Windows color (decimal): -1638089 or 3604967. OLE color: 3604967.

HSL color Cylindrical-coordinate representation of color #E70137: hue angle of 345.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70137 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 55 -
CMYK 0 1.00 0.76 0.09
HSL 345.91º 0.99% 0.45% -
HSV(B) 345.91º 1% 0.91% -
XYZ 33.66 17.29 5.18 -
YUV 75.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 231 1 55 0 1.00 0.76 0.09 345.91 0.99 0.45
Hex E7 1 37 0 64 4C 9 15A 63 2D
Octal 347 1 67 0 144 114 11 532 143 55
Binary 11100111 1 110111 0 1100100 1001100 1001 101011010 1100011 101101

Color Harmonies of #E70137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70137

Black with #E70137

Text Example


Text Example

White with #E70137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70137; }

 p { color: rgb(231,1,55); }

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

background-color css

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

 a { background-color: rgb(231,1,55); }

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

border-color css

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

 span { border-color: rgb(231,1,55); }

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