Html Css Color HEX #E91532 Crimson

📋 copy color: '#E91532'

red 233 ◦ green 21 ◦ blue 50

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

Shades of Crimson #E91532

Tints of Crimson #E91532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 76.64%
G = 6.91%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E91532 (or 0xE91532) is known color: Crimson. HEX triplet: E9, 15 and 32. RGB value is (233,21,50). Sum of RGB (Red+Green+Blue) = 233+21+50=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E91532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91532 is #16EACD. Grayscale: #575757. Windows color (decimal): -1501902 or 3282409. OLE color: 3282409.

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

Color convert

RGB 233 21 50 -
CMYK 0 0.91 0.79 0.09
HSL 351.79º 0.83% 0.5% -
HSV(B) 351.79º 0.91% 0.91% -
XYZ 34.45 18.09 4.69 -
YUV 87.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 233 21 50 0 0.91 0.79 0.09 351.79 0.83 0.5
Hex E9 15 32 0 5B 4F 9 160 53 32
Octal 351 25 62 0 133 117 11 540 123 62
Binary 11101001 10101 110010 0 1011011 1001111 1001 101100000 1010011 110010

Color Harmonies of #E91532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91532

Black with #E91532

Text Example


Text Example

White with #E91532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91532; }

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

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

background-color css

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

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

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

border-color css

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

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

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