Html Css Color HEX #E31734 Crimson

📋 copy color: '#E31734'

red 227 ◦ green 23 ◦ blue 52

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

Shades of Crimson #E31734

Tints of Crimson #E31734

RGB

 RED value IS 227 (89.06% from 255) = 75.17%

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 75.17%
G = 7.62%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31734 (or 0xE31734) is known color: Crimson. HEX triplet: E3, 17 and 34. RGB value is (227,23,52). Sum of RGB (Red+Green+Blue) = 227+23+52=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E31734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31734 is #1CE8CB. Grayscale: #575757. Windows color (decimal): -1894604 or 3413987. OLE color: 3413987.

HSL color Cylindrical-coordinate representation of color #E31734: hue angle of 351.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31734 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 23 52 -
CMYK 0 0.90 0.77 0.11
HSL 351.47º 0.82% 0.49% -
HSV(B) 351.47º 0.9% 0.89% -
XYZ 32.6 17.19 4.85 -
YUV 87.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 227 23 52 0 0.90 0.77 0.11 351.47 0.82 0.49
Hex E3 17 34 0 5A 4D B 15F 52 31
Octal 343 27 64 0 132 115 13 537 122 61
Binary 11100011 10111 110100 0 1011010 1001101 1011 101011111 1010010 110001

Color Harmonies of #E31734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31734

Black with #E31734

Text Example


Text Example

White with #E31734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31734; }

 p { color: rgb(227,23,52); }

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

background-color css

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

 a { background-color: rgb(227,23,52); }

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

border-color css

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

 span { border-color: rgb(227,23,52); }

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