Html Css Color HEX #E70537 Crimson

📋 copy color: '#E70537'

red 231 ◦ green 5 ◦ blue 55

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

Shades of Crimson #E70537

Tints of Crimson #E70537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 79.38%
G = 1.72%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#E70537 (or 0xE70537) is known color: Crimson. HEX triplet: E7, 05 and 37. RGB value is (231,5,55). Sum of RGB (Red+Green+Blue) = 231+5+55=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E70537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70537 is #18FAC8. Grayscale: #4E4E4E. Windows color (decimal): -1637065 or 3605991. OLE color: 3605991.

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

Color convert

RGB 231 5 55 -
CMYK 0 0.98 0.76 0.09
HSL 346.73º 0.96% 0.46% -
HSV(B) 346.73º 0.98% 0.91% -
XYZ 33.7 17.37 5.19 -
YUV 78.27 114.87 236.93 -
System Red Green Blue C M Y K H S L
Decimal 231 5 55 0 0.98 0.76 0.09 346.73 0.96 0.46
Hex E7 5 37 0 62 4C 9 15B 60 2E
Octal 347 5 67 0 142 114 11 533 140 56
Binary 11100111 101 110111 0 1100010 1001100 1001 101011011 1100000 101110

Color Harmonies of #E70537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70537

Black with #E70537

Text Example


Text Example

White with #E70537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70537; }

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

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

background-color css

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

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

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

border-color css

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

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

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