Html Css Color HEX #E91242 Crimson

📋 copy color: '#E91242'

red 233 ◦ green 18 ◦ blue 66

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

Shades of Crimson #E91242

Tints of Crimson #E91242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 73.5%
G = 5.68%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E91242 (or 0xE91242) is known color: Crimson. HEX triplet: E9, 12 and 42. RGB value is (233,18,66). Sum of RGB (Red+Green+Blue) = 233+18+66=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E91242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91242 is #16EDBD. Grayscale: #575757. Windows color (decimal): -1502654 or 4330217. OLE color: 4330217.

HSL color Cylindrical-coordinate representation of color #E91242: hue angle of 346.6º degrees, saturation: 0.86, 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 #E91242 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 18 66 -
CMYK 0 0.92 0.72 0.09
HSL 346.6º 0.86% 0.49% -
HSV(B) 346.6º 0.92% 0.91% -
XYZ 34.8 18.15 6.82 -
YUV 87.76 115.73 231.6 -
System Red Green Blue C M Y K H S L
Decimal 233 18 66 0 0.92 0.72 0.09 346.6 0.86 0.49
Hex E9 12 42 0 5C 48 9 15B 56 31
Octal 351 22 102 0 134 110 11 533 126 61
Binary 11101001 10010 1000010 0 1011100 1001000 1001 101011011 1010110 110001

Color Harmonies of #E91242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91242

Black with #E91242

Text Example


Text Example

White with #E91242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91242; }

 p { color: rgb(233,18,66); }

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

background-color css

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

 a { background-color: rgb(233,18,66); }

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

border-color css

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

 span { border-color: rgb(233,18,66); }

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