Html Css Color HEX #E91432 Crimson

📋 copy color: '#E91432'

red 233 ◦ green 20 ◦ blue 50

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

Shades of Crimson #E91432

Tints of Crimson #E91432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 76.9%
G = 6.6%
B = 16.5%

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

#E91432 (or 0xE91432) is known color: Crimson. HEX triplet: E9, 14 and 32. RGB value is (233,20,50). Sum of RGB (Red+Green+Blue) = 233+20+50=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E91432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91432 is #16EBCD. Grayscale: #575757. Windows color (decimal): -1502158 or 3282153. OLE color: 3282153.

HSL color Cylindrical-coordinate representation of color #E91432: hue angle of 351.55º degrees, saturation: 0.84, 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 #E91432 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 50 -
CMYK 0 0.91 0.79 0.09
HSL 351.55º 0.84% 0.5% -
HSV(B) 351.55º 0.91% 0.91% -
XYZ 34.43 18.05 4.69 -
YUV 87.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 233 20 50 0 0.91 0.79 0.09 351.55 0.84 0.5
Hex E9 14 32 0 5B 4F 9 160 54 32
Octal 351 24 62 0 133 117 11 540 124 62
Binary 11101001 10100 110010 0 1011011 1001111 1001 101100000 1010100 110010

Color Harmonies of #E91432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91432

Black with #E91432

Text Example


Text Example

White with #E91432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91432; }

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

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

background-color css

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

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

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

border-color css

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

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

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