Html Css Color HEX #E92D3A Alizarin

📋 copy color: '#E92D3A'

red 233 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #E92D3A

Tints of Alizarin #E92D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 69.35%
G = 13.39%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E92D3A (or 0xE92D3A) is known color: Alizarin. HEX triplet: E9, 2D and 3A. RGB value is (233,45,58). Sum of RGB (Red+Green+Blue) = 233+45+58=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D3A is #16D2C5. Grayscale: #666666. Windows color (decimal): -1495750 or 3812841. OLE color: 3812841.

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

Color convert

RGB 233 45 58 -
CMYK 0 0.81 0.75 0.09
HSL 355.85º 0.81% 0.55% -
HSV(B) 355.85º 0.81% 0.91% -
XYZ 35.31 19.51 5.91 -
YUV 102.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 233 45 58 0 0.81 0.75 0.09 355.85 0.81 0.55
Hex E9 2D 3A 0 51 4B 9 164 51 37
Octal 351 55 72 0 121 113 11 544 121 67
Binary 11101001 101101 111010 0 1010001 1001011 1001 101100100 1010001 110111

Color Harmonies of #E92D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D3A

Black with #E92D3A

Text Example


Text Example

White with #E92D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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