Html Css Color HEX #E91132 Crimson

📋 copy color: '#E91132'

red 233 ◦ green 17 ◦ blue 50

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

Shades of Crimson #E91132

Tints of Crimson #E91132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

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

R = 77.67%
G = 5.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E91132 (or 0xE91132) is known color: Crimson. HEX triplet: E9, 11 and 32. RGB value is (233,17,50). Sum of RGB (Red+Green+Blue) = 233+17+50=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E91132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91132 is #16EECD. Grayscale: #555555. Windows color (decimal): -1502926 or 3281385. OLE color: 3281385.

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

Color convert

RGB 233 17 50 -
CMYK 0 0.93 0.79 0.09
HSL 350.83º 0.86% 0.49% -
HSV(B) 350.83º 0.93% 0.91% -
XYZ 34.38 17.95 4.67 -
YUV 85.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 233 17 50 0 0.93 0.79 0.09 350.83 0.86 0.49
Hex E9 11 32 0 5D 4F 9 15F 56 31
Octal 351 21 62 0 135 117 11 537 126 61
Binary 11101001 10001 110010 0 1011101 1001111 1001 101011111 1010110 110001

Color Harmonies of #E91132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91132

Black with #E91132

Text Example


Text Example

White with #E91132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91132; }

 p { color: rgb(233,17,50); }

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

background-color css

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

 a { background-color: rgb(233,17,50); }

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

border-color css

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

 span { border-color: rgb(233,17,50); }

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