Html Css Color HEX #E31738 Crimson

📋 copy color: '#E31738'

red 227 ◦ green 23 ◦ blue 56

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

Shades of Crimson #E31738

Tints of Crimson #E31738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 74.18%
G = 7.52%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E31738 (or 0xE31738) is known color: Crimson. HEX triplet: E3, 17 and 38. RGB value is (227,23,56). Sum of RGB (Red+Green+Blue) = 227+23+56=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E31738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31738 is #1CE8C7. Grayscale: #575757. Windows color (decimal): -1894600 or 3676131. OLE color: 3676131.

HSL color Cylindrical-coordinate representation of color #E31738: hue angle of 350.29º 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 #E31738 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 23 56 -
CMYK 0 0.90 0.75 0.11
HSL 350.29º 0.82% 0.49% -
HSV(B) 350.29º 0.9% 0.89% -
XYZ 32.7 17.23 5.34 -
YUV 87.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 227 23 56 0 0.90 0.75 0.11 350.29 0.82 0.49
Hex E3 17 38 0 5A 4B B 15E 52 31
Octal 343 27 70 0 132 113 13 536 122 61
Binary 11100011 10111 111000 0 1011010 1001011 1011 101011110 1010010 110001

Color Harmonies of #E31738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31738

Black with #E31738

Text Example


Text Example

White with #E31738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31738; }

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

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

background-color css

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

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

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

border-color css

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

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

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