Html Css Color HEX #E92A35 Alizarin

📋 copy color: '#E92A35'

red 233 ◦ green 42 ◦ blue 53

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

Shades of Alizarin #E92A35

Tints of Alizarin #E92A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 71.04%
G = 12.8%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E92A35 (or 0xE92A35) is known color: Alizarin. HEX triplet: E9, 2A and 35. RGB value is (233,42,53). Sum of RGB (Red+Green+Blue) = 233+42+53=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A35 is #16D5CA. Grayscale: #646464. Windows color (decimal): -1496523 or 3484393. OLE color: 3484393.

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

Color convert

RGB 233 42 53 -
CMYK 0 0.82 0.77 0.09
HSL 356.54º 0.81% 0.54% -
HSV(B) 356.54º 0.82% 0.91% -
XYZ 35.07 19.24 5.23 -
YUV 100.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 233 42 53 0 0.82 0.77 0.09 356.54 0.81 0.54
Hex E9 2A 35 0 52 4D 9 165 51 36
Octal 351 52 65 0 122 115 11 545 121 66
Binary 11101001 101010 110101 0 1010010 1001101 1001 101100101 1010001 110110

Color Harmonies of #E92A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A35

Black with #E92A35

Text Example


Text Example

White with #E92A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A35; }

 p { color: rgb(233,42,53); }

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

background-color css

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

 a { background-color: rgb(233,42,53); }

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

border-color css

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

 span { border-color: rgb(233,42,53); }

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