Html Css Color HEX #E31032 Crimson

📋 copy color: '#E31032'

red 227 ◦ green 16 ◦ blue 50

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

Shades of Crimson #E31032

Tints of Crimson #E31032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 77.47%
G = 5.46%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E31032 (or 0xE31032) is known color: Crimson. HEX triplet: E3, 10 and 32. RGB value is (227,16,50). Sum of RGB (Red+Green+Blue) = 227+16+50=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E31032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31032 is #1CEFCD. Grayscale: #535353. Windows color (decimal): -1896398 or 3281123. OLE color: 3281123.

HSL color Cylindrical-coordinate representation of color #E31032: hue angle of 350.33º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31032 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 50 -
CMYK 0 0.93 0.78 0.11
HSL 350.33º 0.87% 0.48% -
HSV(B) 350.33º 0.93% 0.89% -
XYZ 32.44 16.93 4.58 -
YUV 82.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 227 16 50 0 0.93 0.78 0.11 350.33 0.87 0.48
Hex E3 10 32 0 5D 4E B 15E 57 30
Octal 343 20 62 0 135 116 13 536 127 60
Binary 11100011 10000 110010 0 1011101 1001110 1011 101011110 1010111 110000

Color Harmonies of #E31032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31032

Black with #E31032

Text Example


Text Example

White with #E31032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31032; }

 p { color: rgb(227,16,50); }

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

background-color css

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

 a { background-color: rgb(227,16,50); }

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

border-color css

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

 span { border-color: rgb(227,16,50); }

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