Html Css Color HEX #E91331 Crimson

📋 copy color: '#E91331'

red 233 ◦ green 19 ◦ blue 49

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

Shades of Crimson #E91331

Tints of Crimson #E91331

RGB

 RED value IS 233 (91.41% from 255) = 77.41%

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 77.41%
G = 6.31%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E91331 (or 0xE91331) is known color: Crimson. HEX triplet: E9, 13 and 31. RGB value is (233,19,49). Sum of RGB (Red+Green+Blue) = 233+19+49=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E91331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91331 is #16ECCE. Grayscale: #565656. Windows color (decimal): -1502415 or 3216361. OLE color: 3216361.

HSL color Cylindrical-coordinate representation of color #E91331: hue angle of 351.59º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91331 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 49 -
CMYK 0 0.92 0.79 0.09
HSL 351.59º 0.85% 0.49% -
HSV(B) 351.59º 0.92% 0.91% -
XYZ 34.39 18.01 4.57 -
YUV 86.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 233 19 49 0 0.92 0.79 0.09 351.59 0.85 0.49
Hex E9 13 31 0 5C 4F 9 160 55 31
Octal 351 23 61 0 134 117 11 540 125 61
Binary 11101001 10011 110001 0 1011100 1001111 1001 101100000 1010101 110001

Color Harmonies of #E91331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91331

Black with #E91331

Text Example


Text Example

White with #E91331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91331; }

 p { color: rgb(233,19,49); }

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

background-color css

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

 a { background-color: rgb(233,19,49); }

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

border-color css

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

 span { border-color: rgb(233,19,49); }

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