Html Css Color HEX #E91346 Crimson

📋 copy color: '#E91346'

red 233 ◦ green 19 ◦ blue 70

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

Shades of Crimson #E91346

Tints of Crimson #E91346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 72.36%
G = 5.9%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E91346 (or 0xE91346) is known color: Crimson. HEX triplet: E9, 13 and 46. RGB value is (233,19,70). Sum of RGB (Red+Green+Blue) = 233+19+70=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E91346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91346 is #16ECB9. Grayscale: #585858. Windows color (decimal): -1502394 or 4592617. OLE color: 4592617.

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

Color convert

RGB 233 19 70 -
CMYK 0 0.92 0.70 0.09
HSL 345.7º 0.85% 0.49% -
HSV(B) 345.7º 0.92% 0.91% -
XYZ 34.94 18.23 7.47 -
YUV 88.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 233 19 70 0 0.92 0.70 0.09 345.7 0.85 0.49
Hex E9 13 46 0 5C 46 9 15A 55 31
Octal 351 23 106 0 134 106 11 532 125 61
Binary 11101001 10011 1000110 0 1011100 1000110 1001 101011010 1010101 110001

Color Harmonies of #E91346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91346

Black with #E91346

Text Example


Text Example

White with #E91346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91346; }

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

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

background-color css

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

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

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

border-color css

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

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

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