Html Css Color HEX #E91942 Crimson

📋 copy color: '#E91942'

red 233 ◦ green 25 ◦ blue 66

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

Shades of Crimson #E91942

Tints of Crimson #E91942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

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

R = 71.91%
G = 7.72%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E91942 (or 0xE91942) is known color: Crimson. HEX triplet: E9, 19 and 42. RGB value is (233,25,66). Sum of RGB (Red+Green+Blue) = 233+25+66=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E91942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91942 is #16E6BD. Grayscale: #5B5B5B. Windows color (decimal): -1500862 or 4332009. OLE color: 4332009.

HSL color Cylindrical-coordinate representation of color #E91942: hue angle of 348.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91942 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 25 66 -
CMYK 0 0.89 0.72 0.09
HSL 348.17º 0.83% 0.51% -
HSV(B) 348.17º 0.89% 0.91% -
XYZ 34.94 18.41 6.87 -
YUV 91.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 233 25 66 0 0.89 0.72 0.09 348.17 0.83 0.51
Hex E9 19 42 0 59 48 9 15C 53 33
Octal 351 31 102 0 131 110 11 534 123 63
Binary 11101001 11001 1000010 0 1011001 1001000 1001 101011100 1010011 110011

Color Harmonies of #E91942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91942

Black with #E91942

Text Example


Text Example

White with #E91942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91942; }

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

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

background-color css

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

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

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

border-color css

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

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

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