Html Css Color HEX #E92D42 Alizarin

📋 copy color: '#E92D42'

red 233 ◦ green 45 ◦ blue 66

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

Shades of Alizarin #E92D42

Tints of Alizarin #E92D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

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

R = 67.73%
G = 13.08%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E92D42 (or 0xE92D42) is known color: Alizarin. HEX triplet: E9, 2D and 42. RGB value is (233,45,66). Sum of RGB (Red+Green+Blue) = 233+45+66=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D42 is #16D2BD. Grayscale: #676767. Windows color (decimal): -1495742 or 4337129. OLE color: 4337129.

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

Color convert

RGB 233 45 66 -
CMYK 0 0.81 0.72 0.09
HSL 353.3º 0.81% 0.55% -
HSV(B) 353.3º 0.81% 0.91% -
XYZ 35.53 19.59 7.06 -
YUV 103.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 233 45 66 0 0.81 0.72 0.09 353.3 0.81 0.55
Hex E9 2D 42 0 51 48 9 161 51 37
Octal 351 55 102 0 121 110 11 541 121 67
Binary 11101001 101101 1000010 0 1010001 1001000 1001 101100001 1010001 110111

Color Harmonies of #E92D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D42

Black with #E92D42

Text Example


Text Example

White with #E92D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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