Html Css Color HEX #E91449 Crimson

📋 copy color: '#E91449'

red 233 ◦ green 20 ◦ blue 73

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

Shades of Crimson #E91449

Tints of Crimson #E91449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 71.47%
G = 6.13%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E91449 (or 0xE91449) is known color: Crimson. HEX triplet: E9, 14 and 49. RGB value is (233,20,73). Sum of RGB (Red+Green+Blue) = 233+20+73=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E91449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91449 is #16EBB6. Grayscale: #595959. Windows color (decimal): -1502135 or 4789481. OLE color: 4789481.

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

Color convert

RGB 233 20 73 -
CMYK 0 0.91 0.69 0.09
HSL 345.07º 0.84% 0.5% -
HSV(B) 345.07º 0.91% 0.91% -
XYZ 35.06 18.3 7.99 -
YUV 89.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 233 20 73 0 0.91 0.69 0.09 345.07 0.84 0.5
Hex E9 14 49 0 5B 45 9 159 54 32
Octal 351 24 111 0 133 105 11 531 124 62
Binary 11101001 10100 1001001 0 1011011 1000101 1001 101011001 1010100 110010

Color Harmonies of #E91449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91449

Black with #E91449

Text Example


Text Example

White with #E91449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91449; }

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

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

background-color css

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

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

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

border-color css

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

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

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