Html Css Color HEX #E91048 Crimson

📋 copy color: '#E91048'

red 233 ◦ green 16 ◦ blue 72

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

Shades of Crimson #E91048

Tints of Crimson #E91048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 72.59%
G = 4.98%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E91048 (or 0xE91048) is known color: Crimson. HEX triplet: E9, 10 and 48. RGB value is (233,16,72). Sum of RGB (Red+Green+Blue) = 233+16+72=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E91048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91048 is #16EFB7. Grayscale: #575757. Windows color (decimal): -1503160 or 4722921. OLE color: 4722921.

HSL color Cylindrical-coordinate representation of color #E91048: hue angle of 344.52º degrees, saturation: 0.87, 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 #E91048 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 16 72 -
CMYK 0 0.93 0.69 0.09
HSL 344.52º 0.87% 0.49% -
HSV(B) 344.52º 0.93% 0.91% -
XYZ 34.96 18.16 7.79 -
YUV 87.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 233 16 72 0 0.93 0.69 0.09 344.52 0.87 0.49
Hex E9 10 48 0 5D 45 9 159 57 31
Octal 351 20 110 0 135 105 11 531 127 61
Binary 11101001 10000 1001000 0 1011101 1000101 1001 101011001 1010111 110001

Color Harmonies of #E91048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91048

Black with #E91048

Text Example


Text Example

White with #E91048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91048; }

 p { color: rgb(233,16,72); }

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

background-color css

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

 a { background-color: rgb(233,16,72); }

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

border-color css

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

 span { border-color: rgb(233,16,72); }

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